Manual DOCX to PDF export is slow, and non-Word converters often break document layout.
active v0.1.0
DocxToPDF
Batch DOCX to PDF conversion through Microsoft Word.
A macOS TUI that searches DOCX files, lets you select them with the keyboard, and exports PDFs through Word's native renderer.
I built a keyboard-driven macOS TUI that finds DOCX files, lets the user select batches, and drives Word's native renderer.
The workflow keeps document fidelity high while removing the repeated open-export-close loop.
For Mac users who need reliable DOCX exports without opening every file by hand.
Source and releases
source without GitHub CLI
git clone https://github.com/jx-grxf/DocxToPDF.git && cd DocxToPDF source with GitHub CLI
gh repo clone jx-grxf/DocxToPDF && cd DocxToPDF latest release
open https://github.com/jx-grxf/DocxToPDF/releases/tag/v0.1.0 Highlights
- Uses Microsoft Word as the export engine for document fidelity.
- Supports batch conversion in a single Word session where possible.
- Optional OCR layer support keeps generated PDFs searchable.
- Removes the repeated open-export-close loop from DOCX to PDF work.