Skip to content

Instantly share code, notes, and snippets.

@micjabbour
micjabbour / ppt2pdf.ps1
Last active January 12, 2021 02:30 — forked from mp4096/ppt2pdf.ps1
Batch convert PowerPoint files to PDF
################################################################################
# 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
#