- Why choose PNG over JPG for PDF pages?
- PNG's DEFLATE compression is lossless — it never discards pixel data — so sharp text, thin rules, and flat-color diagrams stay perfectly crisp. JPG's compression is lossy and tends to introduce faint ringing artifacts around hard edges, which is most visible on pages that are mostly text or line art rather than photos.
- Are PNG files larger than the equivalent JPG?
- Usually, yes. Because PNG cannot throw away any information, a page full of continuous-tone content (photos, scanned gradients) compresses far less than the same page saved as JPG. For text-heavy or flat-color pages the gap narrows, since PNG's compression works well on repetitive, low-noise pixel patterns.
- Can I control the resolution or DPI?
- Yes. The resolution selector offers 1× (96 DPI equivalent, matching a standard screen), 2× (192 DPI, the default and a good match for high-density displays), and 3× (288 DPI, close to the 300 DPI print convention). Higher settings produce more pixels and larger files.
- Does the PNG output have a transparent background?
- No. A PDF page is rendered onto an opaque canvas — there is no alpha channel in the source to preserve, so every exported PNG has a solid white (or page-color) background, just like the page looks in a PDF viewer.
- Can this handle multi-page PDFs?
- Yes — every page in the document is rendered and offered as its own PNG, up to a cap of 100 pages and 64 MB per file. Use Download all to save every page in one action, or download individual pages as you need them.
- Does my PDF get uploaded to a server?
- No. The PDF is parsed and rendered by pdf.js running in your browser, and the PNGs are encoded by your browser's own canvas encoder. There is no upload request at all — Convertitive never sees the file.