PDF to Word
Convert a PDF into an editable .docx Word document — entirely in your browser. Best for prose; layout is approximate.
Select a PDF
or drop one here — text-based PDFs work best, scans need OCR first
—
Best for prose — articles, reports, contracts. Tables become lines of text. For pixel-perfect conversions the standard is server-side LibreOffice, which requires uploading. We trade a small amount of layout fidelity for a guarantee that your document never leaves your device.
Your file is ready
Processed entirely in your browser — the file never left your device.
How PDF to Word works on this page
Three steps. The file stays in your browser.
Pick a PDF
Drop or select one PDF. It is read locally — no upload.
Extract
PDF.js pulls out text content and any embedded images we can decode.
Download .docx
The `docx` library builds a clean Word document in your tab — open it in Word, Pages, or LibreOffice.
What "PDF to Word" actually means
Converting a PDF to Word means taking a static, positioned-layout document and producing an editable .docx file with paragraphs, headings, lists, and images you can rework. People reach for this when they need to make further edits to a document they only have as a PDF, or when they want to copy structured content into another Word document without manually retyping.
It's important to be honest: PDF and Word are fundamentally different formats. A PDF places text and images at exact pixel coordinates; Word flows content into a document with margins, styles, and reflow rules. There is no perfect one-to-one mapping between the two. What a good converter does is recover the document's semantic structure — paragraphs, headings, lists, emphasis, images — and let Word handle the flow from there.
How this converter works in your browser
We use Mozilla's open-source PDF.js to parse the PDF locally. For each page, we extract the text content along with each item's position and font size, then group items into LINES by their Y coordinate. Heading detection is font-size-based: lines noticeably larger than the document's median body size become Heading 1 / Heading 2 / Heading 3 in the Word output. Bold and italic come through from the font name on each text item.
The Word document is generated with the open-source `docx` package, also pure JavaScript and also running in your browser tab. Images we can decode (typically JPEGs embedded in the PDF) are inserted near the end of their source page. The finished document is offered as a direct download.
What converts well
- Body paragraphs: recovered as standard Word paragraphs.
- Headings: auto-detected by font size → Heading 1 / 2 / 3.
- Bold and italic emphasis: detected from font names.
- Inline JPEG images: embedded near their source page.
- Page structure: page breaks between original pages are preserved.
What converts approximately (and what doesn't)
- Tables: the rows of cells are kept as separate lines, but the grid is lost. Re-build tables in Word if needed.
- Multi-column layouts: collapse into a single column in reading order.
- Headers and footers: appear as part of each page's body text rather than Word headers/footers.
- Vector graphics: diagrams and shapes drawn directly in the PDF are not extracted.
- Scanned (image-only) PDFs: have no text to extract. Run them through OCR first.
- Encrypted PDFs: need to be unlocked first (with permission).
Common use cases for PDF to Word conversion
- Updating a contract you only have as PDF. Convert to .docx, redline the changes you need in Word, and export back to PDF when both parties have agreed on the final wording.
- Repurposing a research paper or article. Pull the editable text into Word so you can quote, restructure, or extend sections for a new piece of writing.
- Translating a document. Most CAT and translation tools work on .docx but choke on PDFs. Convert first, translate the Word file, then export back to PDF.
- Salvaging text from an old report. When the source .docx is lost and only the printed-to-PDF copy remains, this is the fastest way to recover an editable version.
- Building accessible documents. A semantic Word file with proper Heading 1 / Heading 2 styles is the starting point for adding tags, alt text, and reading order for screen readers.
Privacy & security
Most online "PDF to Word" services upload your PDF to a server, run the conversion there (often LibreOffice in a sandbox), and return the .docx. That approach can produce slightly better layout fidelity but it means every contract, payslip, or medical report you convert sits — even briefly — on someone else's machine. imisspdf makes the opposite trade: slightly less layout fidelity, but the file never leaves your device. See our iLovePDF privacy review for the standard upload-based model and imisspdf vs iLovePDF for the side-by-side breakdown.
Frequently asked questions
No. The PDF is parsed in your browser by PDF.js, the Word document is built locally with the open-source `docx` package, and the .docx is offered as a direct download. You can verify by disconnecting from the network — the PDF to Word conversion still works on a file you have already opened.
Layout is approximate. Body paragraphs, headings (detected by font size), and bold/italic emphasis come through reliably. Tables are flattened to lines of text — the rows are preserved but the grid is lost. Multi-column layouts collapse into a single column in reading order. Images are embedded when we can decode them; most JPEG-based photos work, while some vector or complex bitmap content is skipped.
Not directly, because a scanned PDF has no extractable text — only pixels. Run the scan through our OCR PDF tool first to turn the pixels into recognised characters, then convert the OCR'd copy here. Accuracy depends on the scan quality: clean black-on-white scans at 300 DPI or above give the best results.
Use PDF to Word when you genuinely need to reflow, rewrite, or significantly restructure the content. If you only need to fill in a few fields, fix a typo, or add a paragraph, our Edit PDF tool is faster and keeps the original layout intact. Word conversion is best when the destination is more editing, not preserving the original look.
Encrypted PDFs cannot be read by PDF.js without the password. Use our Unlock PDF tool first with the correct password, then convert the unlocked copy. We never see the password — both unlock and convert happen entirely in your browser.
Tips for best PDF to Word results
- Start from a text-based PDF whenever possible. If the original .docx was exported to PDF directly, conversion back to Word will be much cleaner than from a scan.
- Run OCR before converting scans. Image-only PDFs produce empty Word files. Pass them through OCR PDF first so the characters are real text by the time you convert.
- Keep heading detection on for structured documents. Reports, papers, and policy documents need their heading hierarchy to be usable in Word — leave the auto-detect option enabled.
- Plan to rebuild tables. Heavily tabular PDFs (bank statements, invoices) convert better to Excel with our PDF to Excel tool than to Word — Word will give you flat lines, Excel keeps the grid.
- Strip passwords first. If the source is encrypted, unlock it with the correct password before converting, then optionally re-protect the resulting Word file inside Word itself.
Related PDF tools
- Word to PDF — the inverse: convert your edited .docx back to a clean PDF.
- Edit PDF — for small text changes, edit the PDF directly instead of round-tripping through Word.
- OCR PDF — make a scanned PDF searchable before converting it to Word.
- PDF to Excel — for tabular PDFs that would lose their grid in Word.