All tools

Extract Text

Pull all text content from a PDF.

Drop files or click to browse

PDF · up to 100MB per file

About Extract Text

Text buried in a PDF is hard to reuse. Copying from a reader introduces broken line breaks, headers and footers, and column jumbling. Extracting the text layer programmatically gives you a plain, predictable transcript you can paste into an editor, a spreadsheet or an AI prompt.

The tool reads the document's embedded text layer page by page and returns it as plain text.

How to use Extract Text

  1. Step 1

    Upload the PDF

    Add a text-based PDF (not a photo scan).

  2. Step 2

    Extract

    The embedded text layer is read out page by page.

  3. Step 3

    Download the text

    Save the plain-text transcript.

When it helps

  • Quoting from a report without retyping.
  • Feeding contract text into a search or analysis tool.
  • Pulling addresses or reference numbers out of bulk documents.
  • Turning a PDF into notes you can edit freely.

Good to know

  • Scanned PDFs contain pictures of words, not words. Run OCR PDF first to create a text layer.
  • Complex multi-column layouts and tables flatten into reading order, so some manual tidying is normal.

Extract Text: frequently asked questions

What actually happens during a file conversion

Lossless, lossy and structural conversion

Conversions fall into three families. A lossless change rewrites the container while keeping every bit of image data — PNG to a PDF wrapper, for instance. A lossy change re-encodes pixels and discards detail the eye is unlikely to notice, which is how JPEG and WebP achieve their size advantage. A structural change reinterprets the document model itself, as when a page description becomes editable paragraphs.

Only the third family can genuinely go wrong, because it involves inference rather than copying. Knowing which family your conversion belongs to sets a realistic expectation for the result before you start.

Why layout shifts when a PDF becomes a document

A PDF stores glyph positions, not paragraphs. Reconstructing a Word document means grouping thousands of positioned characters back into lines, lines into paragraphs, and aligned blocks into tables — an inference from geometry. Straightforward reports reconstruct almost perfectly; multi-column magazine layouts, floating text boxes and hand-drawn table borders are where guesses become visible.

The practical workflow is to convert, then spend two minutes fixing headings and table edges, which is still far quicker than retyping. Where a document must stay pixel-identical, keep the PDF and edit it directly instead.

Colour, resolution and DPI in image conversions

PDF pages are resolution-independent vector descriptions, so exporting one as an image requires choosing a rendering resolution. 150 DPI suits screen reading, 300 DPI is the usual print standard, and going far beyond that mostly inflates the file. Going the other way, an image placed into a PDF keeps its pixel count; its printed size is simply that count divided by the DPI you assign.

Colour space is the second variable. Screens work in RGB while commercial presses expect CMYK, and the conversion between them cannot represent every colour in either direction. Vivid RGB blues and greens are the ones that most noticeably dull when a file is prepared for print.

Common problems and fixes

Converted text is missing or comes out as gibberish
The source is a scan, so the page contains a picture of text and no character data. Run OCR first to generate a real text layer, then convert.
Tables lose their structure
Tables drawn with alignment rather than ruled borders give the converter nothing to detect. Expect to reapply table formatting, or export to plain text and rebuild the grid.
The output image looks soft or pixelated
Raise the export resolution before converting. Enlarging the exported image afterwards cannot recover detail that was never rendered.

Terms worth knowing

DPI
Dots per inch — how many pixels are rendered for each inch of page. 300 DPI is the common print baseline.
Lossy compression
Encoding that permanently discards some image data to reduce file size, as used by JPEG and WebP.
Text layer
Invisible, selectable characters positioned over a scanned page image so it can be searched and copied.

Related PDF tools

Continue your workflow with other free convert PDF tools or browse all PDF tools.

Popular guides