Convert selected PDFs to PPTX files, or convert every PDF in the current folder.
pdfToppt(output_file=None, source=None)output_fileType: str or None
Optional PPTX filename. Used only when exactly one PDF is selected.
sourceType: path, iterable of paths, or None
Optional explicit PDF input. When omitted, every PDF in the current working folder is discovered.
A `Path` for one conversion or a list of `Path` objects for multiple conversions; `None` when no PDFs are found.
pdfToppt()pdfToppt(pdfMerge())pdfToppt(source="report.pdf", output_file="slides.pptx")PDF pages are rendered as images and placed on PowerPoint slides.
When source is omitted, Toolvix discovers matching files in the current working folder. When source is supplied, only the supplied files are processed. This makes nested pipelines deterministic.