A Windows-friendly tool to convert Microsoft Word .docx files into multiple formats — HTML, ODT, EPUB, PDF, and a custom TXT with paragraph spacing — and bundle all outputs into a single ZIP archive.
The tool features a simple GUI for selecting input and output locations and uses an internally bundled Pandoc executable to minimise setup hassle.
- Converts
.docxto HTML, ODT, EPUB, PDF, and TXT - Custom TXT output preserves paragraph spacing for readability
- Pandoc is bundled inside the Windows executable, so no separate installation is required
- Uses Microsoft Word (via
docx2pdf) to generate PDF while preserving style - User-friendly file open and save dialogs for seamless workflow
- Packages all converted files into one ZIP archive at your chosen location
- Source code (
.pyscript) — requires Python 3.6+, and dependencies installed viapip - Standalone Windows executable (
.exe) — runs without Python installed, includes Pandoc bundled internally
- Python 3.6 or newer
- Microsoft Word installed (for PDF conversion)
- Pandoc installed and added to your system PATH (if not using bundled executable)
- Python packages:
pypandoc,python-docx,docx2pdf,tkinter(usually included with Python)
Install Python dependencies via:
pip install pypandoc python-docx docx2pdfYou can download the Windows executable here:
Simply run the .exe file—no Python or additional setup required.