Why should I choose PNG over JPG for PDF conversion?
PNG is a lossless format, meaning each pixel in the output image is captured exactly as rendered — there are no compression artifacts, no blurring of text edges, and no color banding. This makes PNG the better choice for documents with sharp text, line art, technical diagrams, charts, and any content where accuracy matters more than file size. JPG is better when you need smaller files and the content is photographic or rich in gradients. If you are unsure which to use, PNG is the safer choice for documents.
Will PNG output files be significantly larger than JPG output?
Yes — PNG files are typically 2 to 5 times larger than equivalent JPG files for the same PDF page. This is the trade-off for lossless quality. A single A4 page converted at 2× resolution might be 300–500 KB as JPEG and 1–2 MB as PNG. For archival use, print preparation, or technical documents where quality is paramount, the larger size is worth it. For email attachments, web embedding, or casual sharing, JPG offers a much better file size at acceptable quality.
Are my PDF files uploaded to a server during PNG conversion?
No. Just like all PurePDF tools, the PDF to PNG converter runs entirely in your browser. PDF.js renders each page to a canvas element, and the canvas data is exported as a PNG file using the browser's native Blob API. Your PDF stays on your device throughout the entire process — no data is transmitted over the network. This means the tool is safe for confidential documents, legal filings, financial reports, and any file you cannot share with a third party.
Does PNG support transparency for converted PDF pages?
Yes. PNG supports full alpha channel transparency, and PurePDF uses a transparent canvas background when exporting PNG files. This means areas of the PDF page that have no content — typically white space — will be rendered as transparent pixels in the PNG output. This is particularly useful when embedding PDF page images into designs or presentations where you want a custom background to show through. If you prefer an opaque white background, you can set this in most image editing applications after export.
What resolution should I use for PDF to PNG conversion?
The right resolution depends on your intended use. At 1× (72 DPI), images are small and suitable for rough previews. At 2× (144 DPI), images are clear for screen use and general sharing. At 3× (216 DPI), the output is suitable for high-resolution displays and detailed inspection. At 4× (288 DPI), the output approaches print quality and is suitable for professional use, press-ready work, or archival. Higher resolution settings produce larger files and take longer to generate, so balance quality against your actual requirements.
Can I convert specific pages of a PDF to PNG?
Yes. PurePDF displays thumbnail previews of all pages after you upload the PDF. All pages are selected by default. Click any thumbnail to deselect it — deselected pages will not be included in the PNG output. Click a deselected page again to re-include it. This allows you to extract only the pages you need without having to split the PDF into individual files first. Your selection is remembered until you start a new conversion or refresh the page.
Does converting to PNG preserve vector sharpness like fonts and icons?
PNG, being a raster format, captures the rendered appearance of the PDF at the chosen resolution — it does not preserve vector data as scalable geometry. The sharpness of fonts and icons in the output depends on the resolution setting: higher resolution produces sharper rendering with finer anti-aliasing. At 4× resolution, most fonts and icons will appear very sharp and nearly vector-quality when viewed at normal zoom levels. To truly preserve vector data for future editing, you would need a vector export format rather than PNG.
How does the PDF to PNG tool handle multi-page PDFs?
Each page of the PDF is rendered and saved as an individual PNG file. When converting multiple pages, PurePDF provides both per-page download buttons and a bulk ZIP download option. The ZIP contains all PNG files named sequentially by page number. The conversion processes all selected pages in order, rendering them one by one using PDF.js. Depending on the page count and resolution, conversion may take a few seconds to a minute for large documents — a progress indicator shows the current status.
Is there a file size limit for PDFs I can convert to PNG?
There is no server-side limit. The practical limit is your device's available memory. PNG conversion is more memory-intensive than JPG conversion because the lossless format requires storing full uncompressed pixel data for each page in memory before writing. At 4× resolution, a single full-color A4 page can use 30–50 MB of RAM. For a 50-page PDF at 4× resolution, you would need 1.5–2.5 GB of available browser memory. Reduce the resolution setting or convert in page batches if you run into memory issues.
Does PurePDF support converting PDFs with embedded images to PNG?
Yes. PDF files can contain a mix of vector graphics, text, and embedded raster images. PurePDF uses PDF.js to render each page as a complete visual composition — meaning all layers, embedded images, fonts, and graphics are composited together and captured in the PNG output. The result looks exactly like the page as rendered in a standard PDF viewer. There is no selective extraction of embedded images — the PNG captures the full visual page as a single image.