/powerpoint-to-pdf

A set of Python scripts to convert PowerPoint (PPT/PPTX) files to Adobe PDF

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PPT2PDF

A command line tool to convert PowerPoint (PPT/PPTX) files to Adobe PDF.

For a single file simply run

ppt2pdf file input.ppt

For converting multiple files in a directory run

ppt2pdf dir .

use -s/--select flag to select the files in directory

PowerPoint to PDF

A set of Python scripts to convert PowerPoint (PPT/PPTX) files to Adobe PDF

  • Convert.py - Converts a PowerPoint (PPT/PPTX) file into an Adobe PDF
  • ConvertAll.py - Converts all PowerPoint (PPT/PPTX) files in a folder into Adobe PDFs
  • ConvertHere.py - Converts all PowerPoint (PPT/PPTX) files the working folder into Adobe PDFs

Please see each script for full instructions on how to use the script.

My Implemenation of the Scripts

Folder