Quick answer: The tool needs to do three things in sequence — map the document structure before extraction, translate with context awareness, and re-insert text at the original coordinates. Free tools typically skip all three. The section below explains what to look for.

TL;DR

  • PDFs are fixed visual layouts — text sits at absolute coordinates, not in flowing paragraphs. When a translator re-inserts text that's 20–40% longer than the original, elements shift and tables break.
  • Free tools (Google Translate, DocTranslator) extract text linearly and lose structure. Good enough for simple single-column files, unreliable for anything complex.
  • For tables, multi-column layouts, and scanned PDFs, you need a tool with structural parsing + OCR + coordinate-level re-insertion.
  • How we evaluated: We tested each tool on a 10-page PDF with nested tables, a two-column academic layout, and a scanned invoice — three document types that consistently expose the gap between tools.

How We Tested

To keep this comparison grounded, we ran each tool on three real document types:

  1. A 10-page report with nested tables — tests cell-width handling when translated text expands
  2. A two-column academic paper — tests whether columns are treated as independent blocks or a unified structure
  3. A scanned invoice (image-based PDF) — tests whether OCR runs automatically or requires a manual pre-processing step

The gap between tools is most visible on documents 2 and 3. Simple single-column PDFs translate reasonably well on almost any tool.

Why Formatting Breaks When You Translate a PDF

A PDF is not a Word document. That distinction matters more than most people realize.

Word documents have flowing text — paragraphs reflow when content changes length. A PDF is a fixed visual layout. Every element (text block, table cell, column, image) is positioned using absolute coordinates on a fixed canvas. Nothing reflows automatically.

When a translation tool processes a PDF, it typically does this:

  1. Extracts all text in linear reading order
  2. Sends that text to a translation engine
  3. Attempts to re-insert the translated text into the original file

Step three is where everything falls apart. The translated text is almost never the same length as the original. German and Vietnamese text, for example, tends to run 20–40% longer than its English equivalent. When that longer text gets pushed back into fixed-width table cells or column boundaries, it overflows. Elements shift. Spacing breaks.

Three formatting problems come up consistently:

Multi-column layouts. Columns are treated as independent text blocks. After translation, they overflow into each other or collapse entirely.

Tables. Cell widths are fixed. Translated text longer than the original spills outside borders or pushes rows out of alignment.

Scanned PDFs. These are image files, not text files. Without OCR that preserves spatial relationships — not just character recognition — the layout reconstruction is unreliable at best.

What "Layout Preserved" Actually Requires

Translating a PDF without losing formatting isn't a one-step process. It requires four things done correctly, in order.

Structural parsing before extraction. A translator that just pulls raw text treats a three-column legal brief the same as a single-column email. A tool that preserves layout maps the document structure first: which text belongs to which column, which table cell, which heading level, and what spatial coordinates define each element.

OCR that reconstructs, not just recognizes. For scanned PDFs, OCR needs to do more than identify characters. It needs to reconstruct the spatial map of the document — knowing that "Party A" in the top-left of a contract table is distinct from "Party A" in a paragraph below it. Most free OCR pipelines don't do this.

Context-aware translation. Word-for-word translation breaks formatting. A translation engine that understands sentence-level context produces output closer in length to the source — which reduces the pressure on fixed-width layout elements.

Coordinate-level re-insertion. The translated text has to go back into exactly the right coordinates, not just in reading order. This means writing back to the document's structural layer, not appending translated text to a blank file.

How the Main Tools Actually Perform

Comparison based on publicly available specs, documented file limits, and hands-on testing with the three document types described above (April 2026).

ToolLanguagesLayout preservationOCR supportBest for
[Google Translate](https://translate.google.com/?op=docs)[249](https://en.wikipedia.org/wiki/Google_Translate)Poor — strips most formatting on complex docsNoSimple single-column text; quick checks
[DeepL](https://www.deepl.com/en/translator/files)[100+](https://www.deepl.com/en/languages)Moderate — handles basic layouts; struggles with tablesLimited (desktop app only)European language pairs, clean PDFs
[Smallpdf](https://smallpdf.com/translate-pdf)100+Good for standard layoutsYes (auto)Business documents, occasional scanned PDFs
[iLovePDF](https://www.ilovepdf.com/translate-pdf)25 target languagesGood — bilingual output on free tierYes (120+ source languages)Simple layouts, bilingual output needs
[Doctranslate.io](https://doctranslate.io/translation/document)100+Strong — full structural parse + coordinate re-insertionYes (auto)Complex layouts, tables, scanned PDFs, Asian language pairs

Honest caveat: No automated tool achieves perfect layout preservation on every document type. Complex multi-column academic papers or heavily designed marketing PDFs may still require manual adjustment after translation. The gap between tools is how much manual correction you're left with.

Checklist: Before You Choose a PDF Translation Tool

About your document:

  • [ ] Is it a native PDF (text-based) or a scanned PDF (image-based)?
  • [ ] Does it have tables, columns, or multi-section layouts?
  • [ ] Are there images with embedded text that also need translation?
  • [ ] What's the language pair? (Some tools cover European pairs well but struggle with Asian and Middle Eastern languages)

What to verify in the tool:

  • [ ] Does it have native OCR for scanned files?
  • [ ] Does it output a downloadable PDF — not just translated text in a browser window?
  • [ ] Can you test on one page before committing the full document?

For a simple, single-column text PDF, most tools will handle it adequately. The checklist matters most for contracts, academic papers, financial reports, and anything with structured data in tables.

How Doctranslate.io Handles PDF Translation

Doctranslate.io Document Translation was built with one constraint: the output has to look like the input.

Before translation begins, Doctranslate.io runs a full structural parse — mapping columns, tables, text blocks, and their spatial coordinates. For scanned PDFs, OCR runs automatically as part of the same pipeline. The translated text is then re-inserted at the coordinate level, not appended to a blank document.

Supported formats: PDF, DOCX, PPTX, XLSX. Supported languages: 100+, including English, Vietnamese, Japanese, Chinese (Simplified and Traditional), Korean, French, German, Spanish, Arabic, and more. Pricing starts at $19.99/month (Starter — 250 pages/month), with a free trial available.

If your workflow involves more than just PDFs — images with text, audio recordings, or live interpretation — Doctranslate.io covers those in the same platform through Visual Translation and Media Translation .

When to Use a Human Translator Instead

Automated PDF translation has real limits.

Use an automated tool when:

  • You need to understand the gist of a foreign-language document quickly
  • The document is internal — not published or submitted to authorities
  • You have a bilingual reviewer who can catch errors
  • Volume and speed matter more than perfect nuance

Involve a professional translator when:

  • The document has legal or contractual weight
  • It will be submitted to a government authority or court
  • Tone, cultural nuance, or brand voice are critical (marketing, literary, medical)
  • Accuracy errors carry real consequences

Automated tools are best understood as a first pass, not a final product, for anything high-stakes.

Frequently Asked Questions

Can I translate a PDF without converting it to Word first? Yes. A native PDF translator works directly on the PDF file. Converting to Word first introduces its own formatting errors and adds an unnecessary step.

Why does my translated PDF look completely different from the original? Almost always because the tool extracted text linearly without mapping the document structure. The translated text got re-inserted in reading order rather than at the correct visual coordinates.

Does translating a scanned PDF work? It depends on the tool. Scanned PDFs are image files — there's no selectable text. A tool needs OCR to extract the text before translation can happen. Basic OCR identifies characters; better OCR preserves spatial relationships between elements.

What's the most accurate PDF translator for Asian languages? DeepL expanded to 100+ languages in January 2026 but its Asian language support remains newer and less refined than its European core. Google Translate covers 249 languages with broad coverage. For Japanese, Chinese, Korean, and Vietnamese with layout preservation, dedicated tools tend to produce more consistent results.

Will tables survive translation? This is the hardest formatting challenge. Tables are fragile because cell widths are fixed and translated text often runs longer than the source. Tools that do coordinate-level re-insertion handle this better than those that rebuild the layout from scratch.

Is it safe to upload confidential documents to an online PDF translator? Check the tool's data handling policy before uploading anything sensitive. For documents subject to attorney-client privilege, NDAs, or regulatory requirements, verify the tool's DPA before use.

What to Do

For simple documents — single column, standard fonts, no tables — most free tools handle them adequately. Test on one real document before committing to anything.

For complex documents — tables, columns, scanned files, or Asian language pairs — the time spent manually fixing formatting errors on a free tool typically costs more than a paid subscription. The fastest evaluation: run your actual document through the tool and compare the output against the original side by side.