PDF to Text
Pull the text out of a PDF page by page, then copy it or save it as a .txt file.
🔒 Runs in your browser — files never leave your deviceFree · No sign-up
Drop a PDF here
or click to choose a file
Extracted text
No text found. This PDF is probably a scan — the pages are images, so there is no text layer to copy.
How to get the text out of a PDF
- Drop the PDF in — nothing is uploaded, the text layer is read locally with pdf.js.
- Optionally limit it to some pages (
1-3, 5, 8-) and choose whether to mark page boundaries. - Press Extract text, then copy the result or save it as a
.txtfile.
FAQ
Why is the result empty?
Because the PDF has no text layer. Scanned or photographed documents store each page as an image; you need OCR for those, not text extraction.
Why is the spacing a bit odd?
A PDF stores text as positioned fragments, not as sentences. The tool rebuilds lines from those positions, which works well for normal documents but can shuffle multi-column layouts and tables.
Does it keep Chinese, accents and emoji?
Yes. The text is extracted as Unicode and the .txt file is written as UTF-8, so CJK characters, accented letters and symbols survive intact.