An open API service indexing awesome lists of open source software.

https://github.com/nakov/officefilestopdfconverter

Office Documents (Word and PowerPoint) to PDF Converter (Console App)
https://github.com/nakov/officefilestopdfconverter

Last synced: about 1 month ago
JSON representation

Office Documents (Word and PowerPoint) to PDF Converter (Console App)

Awesome Lists containing this project

README

          

# OfficeFilesToPdfConverter

This free, open-source tool **converts MS Office documents (Word and PowerPoint) to PDF**.
- It is command line tool: when you run it, it will traverse the current folder and its subfolders and will convert all `docx`, `doc`, `pptx` and `doc` files to `PDF`.
- Supports **MS Word (`docx` and `doc`)** and **MS PowerPoint (`pptx` and `ppt`)** files. Does not support Excel and other Office documents.
- Works on **Windows** only, with **.NET Framework** and **MS Office installed locally** (it uses the MS Office Interop technology to automate the Word and PowerPoint executables).

Open source software. Use at your own risk.