/Office2PDF

CLI for converting MS Word/PP/Excel to PDF as well as converting PDF to Word

Primary LanguageC#Apache License 2.0Apache-2.0

Office2PDF

Simple CLI to convert Microsoft Office document types to PDF as well as PDF to MS Word.

Requirements

  • Computer with MS Window
  • Microsoft Office 2013+ installed

Supported conversions

Source Extension Destination Extension
DOCX PDF
DOC PDF
PPTX PDF
PPT PDF
XLSX PDF
XLS PDF
PDF DOCX

Example

Converts a DOCX document to PDF

$ cd <Office2PDF dir>/Test
$ ConsoleApp1.exe input/input.docx output/output.pdf
$ ls -all output/output.pdf