This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################################################ | |
# forked from https://gist.github.com/mp4096/1a2279ec7b3dfec659f58e378ddd9aee | |
# Modified to: | |
# 1) Create PDF files beside the converted PPT files | |
# 2) Skip already converted PPT files (if a PDF file with the same name already | |
# exists) | |
################################################################################ | |
# Batch convert all .ppt/.pptx files encountered in folder and all its subfolders | |
# The produced PDF files are stored in the invocation folder | |
# |