- Does PNG transparency survive the conversion?
- No. Every image — PNG included — is drawn onto an in-browser canvas that's filled white first, then re-encoded as a baseline JPEG before being embedded in the PDF, because JPEG (and this tool's minimal PDF writer) has no alpha channel. Any transparent or semi-transparent pixel in your PNG ends up opaque white in the output PDF. If you need the transparency preserved as-is, this converter is not the right tool — it always produces a flattened, opaque page.
- Can I mix PNG and JPEG (or WebP) images in one PDF?
- Yes. The tool accepts any image type your browser can decode — drop PNGs, JPEGs, and WebP files together and they combine into a single PDF, one image per page, in the order you added them.
- Is there any quality loss converting a PNG?
- A small one, and it's controlled by the quality slider (default 92%). PNG itself is lossless, but this tool re-encodes every input as JPEG to embed it, which is a lossy step for the pixel data (transparency aside). For screenshots and UI mockups with flat color and text, that loss is usually invisible at 90%+; set the slider to 100% if you want the smallest possible difference.
- Does each PNG become its own page?
- Yes. Every image you add — one PNG, ten PNGs, or a mix of formats — becomes exactly one PDF page, in the order shown in the list. Up to 40 images per PDF.
- My PNG is huge (a full-page screenshot or scan). Will that work?
- Yes, up to 32 MB per file. Large PNGs (common for lossless full-resolution screenshots) decode fine in the browser; the JPEG re-encoding step during "Build PDF" typically shrinks the resulting page significantly since JPEG's lossy compression beats PNG's lossless compression on photographic or gradient-heavy content.
- Why does the output look slightly different from my PNG?
- Two reasons: transparent areas are composited onto white (see above), and every pixel is re-encoded as JPEG, which can introduce very slight color banding or softening around hard edges — most visible on crisp text or line art at lower quality settings. Raising the quality slider toward 100% minimizes this.