Extractor · No upload

Save scanned PDF pages as PNG

Drop a scanned PDF to get each page as a PNG image at the resolution the file stores. A page that is one scanned image is saved from that image, and every other page is listed with the reason it was skipped.

Status idle Pages — Saved — Skipped — Rights notice — Output PNG Network since file read —

Refused by name: protected files (this page does not open protected files), and JBIG2, CCITT fax and JPEG 2000 images. Only a page that is one full-page image is saved: an image stored with PNG row filters is copied out as stored, others are decoded, and the row says which. A page with text, drawings or annotations is named on its row and is not rendered. A rights notice in the file goes into each image. Takes .pdf.

How this converter works

Your browser reads the PDF with its File API, and the same first-party reader the PDF merger on this site uses walks it in memory and checks every object for an encryption dictionary before a page is read. Each page's drawing instructions are then read without being drawn. A page qualifies when the only thing it shows is one image covering the page to within half a percent: an invisible text layer from a scanner's text recognition paints nothing and is left out, and anything drawn under an opaque image is hidden by it. An image the page shows stretched is saved at its own proportions, and the row says by how much. An image stored with PNG row filters (Flate with a predictor of 10 or more) is copied out byte for byte as the PNG's image data, and any other image the PDF stores without loss is re-compressed with every pixel's colour kept. A stored JPEG's pixels are decoded and written as PNG: its first EXIF block goes into the PNG with its orientation tags set to upright, and a later EXIF block, an EXIF block this page cannot set upright, an XMP block or an IPTC block it carries is left out and named on the row. Its own colour profile gives way to the one the PDF declares, and the row says when that leaves it out or puts a different one in its place. The colour profile the PDF declares and the file's rights notice (its dc:rights, xmpRights:UsageTerms and xmpRights:WebStatement fields) go into each PNG.

To watch the network yourself, open the Network panel in a desktop browser's developer tools and convert a file. On a first visit, you may see the site's pages and code being cached for offline use; those requests do not carry your PDF. The conversion itself runs in this tab and needs no extra library. This route is first-party throughout and works offline from the first page load. Other ways to check, and what each one covers, are on the methodology page.

A page with anything visible besides its one image is skipped with the reason on its row: text, drawings, annotations, a second image, an image clipped, cropped, drawn at an angle or covering part of the page, an image on a layer a viewer can hide, or transparency. Images in CMYK, Lab or spot colours and 12-bit JPEGs are skipped the same way. A page that has to be decoded (a stored JPEG, a turned page, an image with a transparency mask, which is kept, or RGB stored at fewer than 8 bits a channel) is limited to 40 megapixels and comes out at 8 bits a channel, and any image over 128 MB uncompressed is skipped. Files over 128 MB or 20,000 pages are refused, as is a file whose XMP metadata cannot be read (it may hold a rights notice), and attachments inside the PDF are not opened.

Frequently asked questions

How do I convert a scanned PDF to PNG?
Drop one PDF on the page, or click the drop area and choose it. Each page that is a single scanned image gets a row with its size and a Download link, and Download all saves them one after another. Every other page gets a row that says why it was skipped.
Why was a page skipped?
Its row says why. This page does not draw pages, so it saves only a page that is nothing but one picture and names anything else it finds there, such as a caption, a stamp or a form field. A searchable scan still qualifies: its invisible text layer is left out of the image. Black-and-white scans are often compressed as CCITT fax or JBIG2, and those pages are named on their rows too.
Is the PNG the same image that is in the PDF?
Yes, for an image the PDF stores without loss: every pixel keeps its colour, and the row says how the file was written. A 16-bit image on a turned page or with a transparency mask keeps only the high byte of each sample, and its row says so. A stored JPEG is decoded by your browser into a PNG, which is larger than the JPEG; PDF to JPG copies that JPEG out as it is.
Why was my protected file refused?
Because it carries an encryption dictionary, and any PDF that does is refused by name as soon as you add it, even one a viewer opens without asking you anything. A file whose compressed object streams cannot be read is refused the same way, because damage and encryption look alike from here. The PDF merger refuses the same files. Your file is left as it was.
Which way up will the PNG be?
The way the page shows it. When the page turns or mirrors its image, the PNG's pixels are turned to match, and the row says so.

Related tools