Skip to content

A script to convert MS Office PPT/PPTX files to PDF files

Notifications You must be signed in to change notification settings

GijsTimmers/ppt2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ppt2pdf

A wrapper to convert MS Office ppt or pptx files to pdf files

Purpose

This script is intended to help students using GNU Linux.

Sadly enough, professors often distribute their class presentations in the closed-source ppt or pptx format. These can be opened with LibreOffice nowadays, but it's not quite the same: the fonts often don't match and figures are misaligned.

This script will end your misery by batch-converting the presentations in the pdf format, which albeit closed-source too renders much better on Linux.

Dependencies

  • Microsoft Windows 7 or higher
  • Microsoft Office 2013 or higher
  • Python > 2.5
  • pypiwin32: sudo pip install pypiwin23

Usage

Navigate your shell into a directory containing the ppt or pptx` files. Then, run:

 ./ppt2pdf

A directory called pdf will be created if it doesn't exist yet, containing the converted files.

Disclaimer

This script is a wrapper for the code in K. Scott Allen's blog post

About

A script to convert MS Office PPT/PPTX files to PDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages