VIDEO PowerShell – Convert MS Office (DOC/XLS/etc) to PDF and Merge PDF
Wanted to record live coding video for how to use PowerShell to convert any Microsoft Office source file (DOCX / XLSX / PPTX / etc.) into PDF and then merge all PDF into a single combined PDF.
Features include:
- Convert DOCX, DOC, DOT to PDF
- Convert XLSX, XLS, CSV to PDF
- Convert PPTX, PPT to PDF
- Convert PUB to PDF
- Convert VSD, VSS to PDF
- Merge many PDF into single multi-page PDF
- Dependency on local MS Office “Interop” DLL for conversion
- Dependency on “itextsharp.dll” for multi-page PDF merge
Cheers.
Source Code
Video
Screenshots

