Organize report text by page
Save a report as TXT with explicit page markers when normal copy/paste mixes line or column order.
035 · PDF
Extract the PDF text layer and actual embedded images by page, then save them as TXT, individual images, or ZIP files.
HOW TO USE
Choose a PDF file.
Select Text, Images, or Text + Images.
Choose all pages, checked pages, or a custom page range.
Run extraction and review page-level text and embedded-image results.
Download text as TXT, images individually or as ZIP, or save both under text/images folders in one ZIP.
USE CASES
Save a report as TXT with explicit page markers when normal copy/paste mixes line or column order.
Find raster image objects used inside the PDF instead of turning the full visible page into a screenshot.
Bundle text and images under separate folders while keeping deterministic page-based filenames for downstream work.
EXPERT POST
A text PDF stores character information as document objects that PDF.js can read directly. A scan may contain only page images and no text layer. Tool 035 reports that state rather than silently running OCR.
Columns, tables, floating text boxes, and unusual font encodings can make PDF text-item order differ from the way a person reads the page. The tool therefore reconstructs spacing conservatively and does not promise perfect layout recovery.
Tool 027 rasterizes the complete visible PDF page. Tool 035 instead follows PDF operators and image objects to find embedded raster content.
DCTDecode JPEG resources are exported from their original compressed stream as JPG without re-encoding. Other raster images that cannot be preserved safely because of filters, masks, or color spaces use a decoded PNG fallback.
PDFs can contain photos alongside tiny icons, masks, decorative fragments, and repeated logos. The default Major images view applies conservative size, mask, and duplicate rules; All images exposes as many successfully decoded objects as possible.
Identical bitmaps are removed in both Major images and All images to reduce result count and ZIP size. Images with different dimensions or actual pixel content remain separate results.
Keeping many text structures, bitmaps, blobs, and previews alive at once can cause sharp memory growth. Processing one page at a time and releasing page objects is better suited to local browser tools.
Names such as page-001-image-001.png preserve page order in file explorers. Separating text and images also makes the bundle easier to reuse in scripts and document workflows.
IMPORTANT NOTES
FAQ
Only when the PDF already contains a text layer. Image-only scans require OCR, which Tool 035 does not run automatically.
It extracts embedded raster image objects rather than full-page screenshots. Depending on the PDF structure, an image may be delivered as a decoded PNG fallback instead of the original encoded stream.
No. Full-page conversion belongs to Tool 027 PDF to Image Converter.
Yes. Use all pages, checked pages, or a custom range such as 1-3,5,8.
The default Major images view hides very small decorative objects and masks. Switch to All images to inspect small successfully decoded resources.
Your PDF and extracted results are processed in the current browser and are not uploaded or stored on a server.