Sometimes you don’t need the PDF itself — you need what’s written in it, as plain text you can paste into an email, a document, or a search box.

The one requirement: the PDF needs real, selectable text

PDF to Text pulls out every word in the document, in reading order, into a single .txt file. This works great for PDFs that were created from a word processor, exported from a website, or otherwise contain actual text data under the hood — the same text you could select and copy with your cursor if you opened the PDF normally.

It does not work for scanned documents or photos of pages that were saved as a PDF. Those pages are images — as far as the file format is concerned, there’s no text there at all, just a picture that happens to look like text. Pulling real text out of a scanned page requires OCR (optical character recognition), which is a different process this tool doesn’t do. A quick way to check: if you can select and highlight the words with your cursor in a normal PDF viewer, extraction will work; if clicking and dragging just selects the whole page like an image, it won’t.

If your PDF is a scan, this tool won’t help directly — but two others here will. Run it through OCR PDF first to give it a real, selectable text layer, then extract from that result. Or skip straight to PDF to Word: it checks each page for a text layer and automatically OCRs any page that’s missing one, so a scanned document doesn’t need a separate OCR pass first — you just won’t end up with a plain .txt file, since that tool builds a .docx.

And if you only need a sentence or two, you don’t need a tool at all: click and drag to select the words in your normal PDF viewer, copy them, and paste them where they need to go. It’s faster than uploading a file anywhere, and it works for the exact same PDFs this tool works on — the text just has to be real and selectable, not scanned.

What it’s useful for

  • Getting a quote or passage out of a report without retyping it by hand.
  • Feeding a document’s content into another tool (a search index, a text editor, an AI assistant) that wants plain text rather than a PDF.
  • Quickly checking whether a long document actually contains a specific word or phrase, by extracting it and using your browser or text editor’s search instead of scrolling through the whole PDF.

Why the output can look garbled, out of order, or missing pieces

Having a real text layer isn’t a guarantee the extracted text will read cleanly. A few things can go wrong even on a PDF that isn’t scanned:

  • Wrong or garbled characters. Some PDFs — often ones exported from older software or built with a subset embedded font — map character codes to glyphs without including a lookup table that says which actual letter each glyph represents. Your PDF viewer still draws the right-looking shapes because it’s just following the font’s design, but a tool pulling out “the text,” this one included, gets whatever code point is baked into the file. That can come out as boxes, accented-letter substitutions, or the wrong characters entirely. There’s no fix on the extraction side — it’s baked into how the file was made, and the only workaround is OCR, which reads the rendered image instead of the underlying codes.
  • Words in the wrong order. Extraction follows the order text objects were written into the PDF, which is usually the same as reading order but not always. Multi-column layouts — two-column papers, newsletters, some resumes — can come out with column A and column B interleaved rather than one column finishing before the next starts, since this tool doesn’t detect columns or reconstruct layout.
  • Tables turn into a wall of numbers. There’s no row/column awareness here — a table’s cells get pulled out as plain reading-order text, so you’ll typically get every number and label in a long run rather than anything you could paste straight into a spreadsheet.

Password-protected PDFs

If the PDF has an open password, extraction can’t get into it any more than a normal PDF viewer could without the password. If you know the password, remove it first, then run the unlocked copy through PDF to Text.

If you only need specific pages

Extraction pulls text from the whole document. If you only care about a section, it’s often faster to extract just those pages first, then run text extraction on the smaller file — less text to scroll through afterward.