Preparing a full-text search
Pull the text of a several-hundred-page manual into a TXT file and search it in an editor.
Guide
Extract PDF Text reads the text layer a PDF already contains and gives you plain text you can copy and search. It works on text objects that really are in the file and does no recognition: a text-based PDF (exported from Word, printed from a web page) comes out complete, while a scan that holds nothing but images reports “No text was extracted”.
Updated 2026-09-093 min read
Extract PDF Text reads the text layer a PDF already contains and gives you plain text you can copy and search. It works on text objects that really are in the file and does no recognition: a text-based PDF (exported from Word, printed from a web page) comes out complete, while a scan that holds nothing but images reports “No text was extracted”.
What you get is not a rebuilt layout but text stitched together in the PDF's internal writing order — good for searching, counting and pasting elsewhere, not good as an editable Word draft.
━━━ Page N ━━━ is inserted before each page.<original-name>_text.txt.| Input | Output | Notes |
|---|---|---|
A 3-page manual exported from Word, separators on |
Each page is preceded by ━━━ Page 1 ━━━, ━━━ Page 2 ━━━ … with a blank line between pages |
The number is the page's position in the current arrangement |
A PDF produced from phone photos |
“No text was extracted: this PDF may be a scan (image-based), so try an OCR tool” |
Use “PDF OCR” instead |
Page 4 selected only, separators off |
Plain text from page 4 alone, no heading line |
Good for pasting straight in |
Pull the text of a several-hundred-page manual into a TXT file and search it in an editor.
Instead of dragging a selection line by line in a reader, extract the page and copy from there.
An empty extraction means there is no text layer, so the file has to go through OCR.
Paste the result into a word-count tool.
A PDF stores where each text block sits on the page, not the order a human reads it; in two-column layouts and tables the internal writing order often differs from the visual one. For files like that, extract page by page and tidy up by hand.
Yes — type the open password and extract; this step only reads the text layer, so unlike rotating or deleting pages it does not need the password removed first.
The font has no proper Unicode mapping, which means the text layer itself is unreadable. Convert that page to an image and run “PDF OCR” over it again.
The text layer is parsed by the PDF engine inside your browser; neither the file nor the result is uploaded.
Updated 2026-09-09
Pull the text out of each page to copy or download as TXT
Everything runs locally in your browser; files are never uploaded to a server