Convert a text PDF to .docx
Text-native PDFs produce the cleanest output. Scanned PDFs hold pictures of words, not words, so nothing can be extracted directly — convert with PDF to JPG, then use Text Recognition. Complex layouts, columns and forms are not preserved — review the .docx before relying on it.
Three quick steps
1 · Add a PDF
The text is extracted locally with PDF.js. You see a live preview.
2 · Convert
Paragraphs are detected by line spacing. A .docx is built with the docx library.
3 · Download & review
Open the .docx in Word, Pages, Google Docs or LibreOffice and review.
About PDF → Word
How good is the conversion?
It depends on the source. Text-native single-column PDFs produce good output. Multi-column documents are flattened into one column. Forms, brochures and scanned PDFs produce low-to-moderate quality without OCR.
Do you upload my PDF?
No. Text extraction, paragraph detection and .docx generation all run in your browser. Powered by PDF.js (text extraction) and docx (Apache-style) — both lazy-loaded.