PDF to Text
Extract the text layer of a PDF into a .txt file. Scanned (image-only) PDFs yield no text.
This tool does not upload your files. Close the tab and nothing is left behind.
Drag & drop files here, or
Choose filesSupported: PDF · or paste with Ctrl+V
Just the words, nothing else
Sometimes the formatting is exactly what you do not want. You might be quoting three paragraphs from a report, pasting a document into a translator or a chat assistant, running a word count, or grepping through a stack of files for one clause. A plain .txt file drops straight into any editor, spreadsheet or script.
Output is UTF-8, so accented characters and non-Latin scripts survive, and the text follows the order the PDF stores internally. That order is not always the reading order: two-column pages can interleave, tables lose their alignment and become loose lines, and page headers and footers repeat wherever they occurred. Reading through the result once before you rely on it is worth the minute it takes.
Scanned documents return nothing at all, because their pages contain images of letters rather than letters, and pdf-ocr is the tool that reads those. If you would rather have the same words as an editable Word file, pdf-to-docx builds one, though it also carries the text alone and none of the layout. Extraction happens in your browser, so nothing is transmitted anywhere.
How to use
- 1
Select a PDF.
- 2
Optionally set a page range.
- 3
Click Start and download the result.
Frequently asked questions
- The result is empty.
- Scanned PDFs have no text layer. Use the AI conversion tool for those.
- Line breaks look odd.
- PDFs do not store line structure; it is inferred from positions. Multi-column layouts may interleave.