PDF to Word
Get a real .docx holding your PDF text, with its line structure and a heading plus page break per source page.
PDF to Word workspace
Text, not layout
Drop a file here
or click to browse your computer — .pdf, up to 100.00 MB per file
Your file stays on this device
Everything here runs as JavaScript inside your browser tab. Your document is read into the tab's own memory, processed there, and handed straight back to you as a download. It is never uploaded to a server, and the PDF rendering engine is served from this site rather than a third-party CDN.
Using PDF to Word
Upload a PDF whose text you can select in a normal PDF reader.
Convert. The text is read page by page in reading order, keeping the line breaks.
Download the .docx, which carries a heading and a page break for each source page.
In Word, delete the per-page headings and the repeated running headers, then apply your own styles.
pdf.js reads the text content of each page and the extracted lines are written into a valid OpenXML .docx, with a heading and page break marking every source page. Fonts, images, tables and positioning are not reconstructed, and pages with no text layer produce nothing.
Turn a PDF Into an Editable .docx
The honest version of what this does: it recovers the text and gives you a real Word file to edit. It does not recover the design. If you understand why, you will know immediately whether it is worth your time.
Why PDF layout cannot be reversed
A word processor stores a document as content — this is a heading, this is a paragraph, this table has four columns. A PDF stores the finished output: place the glyph "T" at 72.4 points from the left and 703.1 points from the bottom, in this font, at this size. Then the next glyph. Then the next.
There are no paragraphs in a PDF. There are no columns, no cells, no lists. Those things are visual arrangements of positioned text that your eye reconstructs and the file never recorded. Any converter claiming to restore them is guessing from coordinates, and guessing is where the mangled two-column messes come from.
This tool does not guess. It reads the text in reading order, preserves the line structure, and writes that.
What you get in the file
- A genuine
.docxin valid OpenXML — Word, LibreOffice and Google Docs open it with no format warning and no "this file may be corrupt" dialog. - The document text, with line breaks where the PDF had them.
- A heading for each source page, so you can see where you are.
- A page break after each source page, keeping the pagination roughly aligned with the original.
What is absent: fonts, sizes, weights, colour, images, table grids, column layouts, and positioning. Everything arrives as plain body text.
Scanned documents produce nothing
If the PDF came from a scanner, a photocopier, or a photo of a page, it contains pictures — not text. There is no character data to extract, and the conversion returns an empty result with a message saying so rather than silently handing you a blank file.
There is no OCR here. Recognising characters in an image needs a trained model that would be tens of megabytes to download into your browser, and doing it badly is worse than not doing it. If you need text out of a scan, use an OCR tool: Adobe Acrobat, Microsoft OneNote, Google Drive's "Open with Google Docs", or macOS Preview's built-in text selection all handle it.
Quick test before you bother: open the PDF and try to select a sentence with your mouse. If the selection highlights individual words, this tool will work. If it draws a rectangle over the whole page, it will not.
Getting a usable document out of this
The realistic workflow is not "convert and send". It is:
- 1Convert, and get the text into Word.
- 2Delete the per-page headings you do not want, and remove repeated running headers and footers — they appear once per page in the extracted text.
- 3Reapply your own styles. This is usually faster than fixing a converter's bad guesses about someone else's styles.
- 4Re-insert any images by exporting them separately.
For step 4, PDF to Image will render pages you can crop.
When to do something else entirely
If you have access to whoever made the PDF, ask for the source document. Ten seconds of email beats an hour of reformatting.
If you only need to reorder, remove or rotate pages, you do not need Word at all — Organize PDF and Delete Pages do that directly, without a round trip through a format that was never designed to hold the result.
Encrypted PDFs are refused at upload; run them through Unlock PDF first.
Frequently asked
Will tables and columns be rebuilt in the Word file?
No. A PDF stores positioned glyphs, not paragraphs, cells or columns, so those structures were never recorded in the file. Everything arrives as plain body text and you reapply your own styles.
My scanned PDF converted to an empty document. What now?
A scan holds images, not characters, and there is no OCR here. Try selecting a sentence in your PDF reader: if the selection draws a box over the whole page instead of highlighting words, you need an OCR tool such as Acrobat, OneNote or Google Drive.
Is the output a genuine .docx or a renamed text file?
It is valid OpenXML. Word, LibreOffice and Google Docs open it directly with no format warning and no repair prompt.