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)
- Host: GitHub
- URL: https://github.com/nakov/officefilestopdfconverter
- Owner: nakov
- License: mit
- Created: 2020-10-28T09:43:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-28T09:49:51.000Z (over 5 years ago)
- Last Synced: 2025-02-26T18:53:17.228Z (over 1 year ago)
- Language: C#
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.