Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 787 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 787 Bytes

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