PDF

Turn a Word document into a PDF

Drop a .docx in and get a PDF back. The text, the headings, bold and italic, lists and tables all come across. What does not come across is Word's exact layout — this is a conversion, not a photograph of the original, and the section below says precisely where the line is.

Drop a Word file here or browse

.docx only · stays on your device · no account

What a .docx actually is

A Word file is a zip archive. Rename one to .zip, open it, and you will find a folder of XML: word/document.xml holds the text and its structure, word/styles.xml holds the named styles, word/media/ holds the pictures. There is no mystery in the format — it is documented, and a browser can already unzip and read XML without any help.

That is why this conversion can happen on your machine. The file is unzipped in the tab, the document XML is read, and a PDF is written from what it says. Nothing is uploaded, which matters more here than for most tools: a Word document is usually a contract, a CV, a medical letter or a piece of work you are being paid for, and the usual free converters ask you to hand exactly that to a server you know nothing about.

What survives the conversion

Paragraphs, headings and their levels, bold and italic, bulleted and numbered lists with their nesting, tables with their rows and columns, page breaks you inserted deliberately, and the document's title and author. Text alignment comes across. Monospaced runs stay monospaced.

What does not, and why

This is the part most converters are quiet about, so here it is plainly.

Your fonts are replaced. A PDF can either embed the fonts it uses or rely on the handful every reader already has. Embedding means shipping the font file, which this tool does not have — your copy of Calibri lives in Windows, not in the browser tab. So the output is set in Helvetica, the standard font every PDF reader has had since 1993. The words are identical; the shapes are not.

Line and page breaks move. This follows directly from the font swap. Helvetica is not the same width as Calibri, so a line that ended on "however" in Word ends somewhere else here, and a document that filled four pages might fill four and a bit. If you need the pagination to match exactly — a legal filing, a typeset book, anything with a page-number index — use Word's own "Save as PDF", which knows the fonts because it has them.

Pictures are left out. They are in the file and the tool can see them, but placing an image the way Word placed it means reproducing Word's layout engine: anchors, text wrapping, floating positions relative to a paragraph that has since moved. Putting the picture in roughly the right place would be worse than admitting it is missing, so the tool tells you when a document contains images rather than silently dropping them.

Headers, footers, footnotes and columns are left out, for the same reason. Each one is a separate layout surface with its own rules.

The tool lists whichever of these applies to your document before you convert, so you find out before you send the result to somebody.

When this is the right tool

When you want the content in a form that cannot be accidentally edited, opens the same everywhere, and does not need to look identical to the original: a reading copy, a draft to comment on, an attachment for someone without Word, a document you want to merge with other PDFs afterwards. It is quick, it is private, and the result is a small, clean file.

When the layout is the point — a CV where the spacing is the design, a brochure, anything with images — use Word, LibreOffice or Google Docs to export, all three of which have your fonts and Word's layout rules.

Why the other direction is not here

PDF to Word is the conversion people ask for more often, and it is not on this site. The reason is not effort. A PDF does not contain paragraphs; it contains instructions to place glyphs at coordinates. Recovering "this is a paragraph, and this word is bold" means reading the embedded fonts, mapping their internal glyph codes back to characters through a table the file is not required to include, then inferring structure from positions. When the font has no such table, the text is genuinely unrecoverable without guessing.

A converter that produced plausible-looking nonsense some of the time would be worse than no converter, because you would only discover which time it was after sending the file. So it is not here, and it will not be until it can be done honestly.

Size and speed

Everything happens in the tab, so the limit is your machine's memory rather than an upload quota. A document of a few hundred pages converts in well under a second. The PDF that comes out is usually much smaller than the .docx, because it carries no styles, no revision history and no embedded fonts — just the text and the instructions to place it.

Frequently asked questions

Is my document uploaded anywhere?

No. The file is unzipped and read inside your browser tab, and the PDF is written there too. Nothing is transmitted, there is no account, and you can disconnect from the internet after the page loads and it will still work.

Why does the PDF not look exactly like my Word document?

Because the fonts are different. A PDF either embeds its fonts or uses the standard set every reader has; this tool has no copy of Calibri or Aptos, so it sets the text in Helvetica. The words are identical and the structure survives, but line and page breaks fall in different places.

What happens to images in my document?

They are left out, and the tool tells you before you convert if your document contains any. Placing a picture the way Word placed it requires reproducing Word\u2019s layout engine, and putting it roughly in the right place would be worse than saying it is missing.

Can it convert an old .doc file?

No. The binary .doc format from Word 2003 and earlier is a different thing entirely. Open it in Word or LibreOffice and save it as .docx first, then bring it here.

Can it convert a PDF back into Word?

No, and that is deliberate. A PDF stores glyph positions rather than paragraphs, and recovering text depends on a mapping table the file is not required to include. A converter that sometimes produced nonsense would be worse than none, so it is not offered.

Is there a size limit?

Only your device. There is no upload quota because there is no upload. A few hundred pages converts in well under a second; a very large document is limited by the memory the tab can hold.

Last updated September 21, 2026