Skip to content

Instantly share code, notes, and snippets.

View mjfusa's full-sized avatar

Mike Francis mjfusa

  • Microsoft
  • Issaquah, WA
View GitHub Profile
@mjfusa
mjfusa / .\ppt2pdf.ps1
Created February 11, 2022 20:57
PowerShell: PPT to PDF - Recurse
<#
.Synopsis
ConverToPDF converts PowerPoint files to pdf and saves the output into the \pdf current folder.
.DESCRIPTION
ConverToPDF converts PowerPoint files to pdf and saves the output into the \pdf current folder.
.NOTES
Created by: Paul Lim paullim@ncs.com.sg
Modified: 18/03/2019
Changelog:
* First version