Convert selected PPTX files to PDF using Microsoft PowerPoint on Windows.
pptTopdf(output_file=None, source=None)output_fileType: str or None
Optional PDF filename. Used only when exactly one PPTX is selected.
sourceType: path, iterable of paths, or None
Optional PPTX input. When omitted, every `.pptx` in the current folder is discovered.
A `Path` for one conversion or a list of `Path` objects for multiple conversions; `None` when no PPTX files are found.
pptTopdf()pptTopdf(source="presentation.pptx", output_file="presentation.pdf")Requires Windows, Microsoft PowerPoint, and the `toolvix[windows]` extra (`pywin32`).
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.