Step 1: Deliver your PDF files using the button above or by place and set.
Step 2: Click the 'Process' button to start the processing.
Step 3: Obtain your converted PNG files.
PDF to PNG Processing FAQ
How do I convert PDF pages to PNG images?
+
Upload the PDF file and the converter renders each page as a separate PNG file. By default each page becomes its own image; the result is bundled as a ZIP archive ready to download with predictable filenames (page-001.PNG, page-002.PNG, …).
What DPI does the PNG render at?
+
Default 150 DPI (good for screen viewing and casual print). Advanced options expose 72 DPI (web thumbnail), 150 (default), 300 (print quality), 600 (high-quality archival). Higher DPI means sharper PNG images but proportionally larger files and longer render time.
Can I extract just specific pages of PDF as PNG?
+
Yes — the page-range option accepts inputs like `1-5`, `1,3,5`, or `all` to pick which pages of the PDF get rendered to PNG. Useful when only a chapter, appendix, or cover-page of a long PDF is needed.
Will the PNG preserve PDF text searchability?
+
No — rasterizing PDF to PNG turns vector text into pixels. If you need searchable output, keep the PDF as a PDF and use a text-extraction tool instead. The PNG output is for visual display, slide decks, or further image processing only.
What about transparent backgrounds in the PNG?
+
PNG PNG preserves the PDF page background as transparent if the source page has no explicit fill (rare for typical documents, common for diagrams exported from Figma / Illustrator). JPG PNG cannot store transparency — pages render onto a white background. For transparent output target PNG, TIFF, or WebP.
How long does PDF to PNG take for a 100-page document?
+
About 30-90 seconds for a 100-page PDF → PNG at 150 DPI. Higher DPI multiplies the time: 300 DPI roughly doubles, 600 DPI roughly quadruples. Premium accounts get more parallel workers — 100 pages typically renders in under 30 seconds for them.
What is the file size of a typical PNG page?
+
A 150-DPI PNG render of an A4 page is 200-800 KB (PNG) or 50-150 KB (JPG at quality 85). Multiply by page count to size the bundle — a 100-page PDF → PNG ZIP is typically 30-80 MB; the same as JPG is 5-15 MB.
Can I merge all PDF pages into one tall PNG image?
+
Not in the basic flow — each page becomes its own PNG by default. To produce a single stitched image, download the ZIP, then use /image-merge/ to vertically concatenate the per-page PNG files. The two-step path keeps memory use bounded for very long documents.
Is my PDF private during PNG conversion?
+
Yes — same privacy model as every conversion: isolated workers, automatic deletion within minutes of completion, no human review. Document content (text, embedded images, form fields) is never read by a human at any stage.
Will images embedded in the PDF appear correctly in the PNG?
+
Yes — embedded JPGs, PNGs, and inline graphics inside the PDF are rendered into the PNG at the chosen page DPI. The page renderer treats them like every other page element; no separate extraction step is needed.
Can I convert just the first page of a PDF as a PNG thumbnail?
+
Yes — set the page-range option to `1` and the converter produces a single PNG file rather than a ZIP. Useful for generating cover thumbnails for a PDF library, e-commerce previews, or HTML preview cards.
Why does my PNG look pixelated when zoomed in?
+
You are rasterizing vector content into pixels — zoom amplifies the rasterization step. For infinite-zoom output, target SVG instead (when the PDF contains vectors); for sharper rasters at the same dimensions, bump DPI to 300 or 600 in the advanced options and re-render.