PicToPDF

PNG to PDF, with transparency flattened onto white

The usual failure with PNG conversion is a transparent logo coming out on a black background. This fills the page with white first, then draws the image. Everything runs locally, nothing is uploaded.

Updated August 2026

  • Transparent areas become white, which is what a printed page is.
  • Screenshots stay sharp at the High quality setting.
  • No upload, no watermark, no sign-up.

Converter

The black background problem

A PNG can carry an alpha channel: pixels that are partly or fully see-through. A PDF page has no such thing to inherit from, so the converter has to decide what sits behind those pixels.

Many tools do the naive thing and draw the image onto a blank canvas. A blank HTML canvas is transparent black, and when that gets encoded to JPEG the transparency disappears and the black stays. That is why a transparent logo often lands in the PDF as a white shape on a black square, or as a dark halo around the edges.

This tool paints the canvas white before drawing. Transparent becomes white, half transparent becomes a lighter version of the colour, and the result matches what you saw on screen.

PNG is the wrong format to be converting from

Not always, but often enough to say plainly. PNG is lossless, which is exactly right for screenshots, logos, diagrams and anything with flat colour and text. It is a poor fit for photographs, where it produces files three to ten times larger than a JPEG nobody can tell apart.

ContentPNG inPDF outVerdict
Phone screenshot1.8 MB~350 KB at HighFine. Keep quality up.
Photograph saved as PNG12 MB~1.2 MB at HighBig win, no visible cost.
Logo on transparency90 KB~120 KBWorks, but a vector PDF would be better.
Scanned text page4 MB~600 KB at HighReadable. Do not go below High.

Screenshots specifically

Screenshots are the single most common PNG people convert, and they are the hardest case for JPEG. JPEG throws away high frequency detail, and the edge of a letter is nothing but high frequency detail. That is where you get the faint grey mosquito noise around text.

At the High setting it is invisible at normal zoom. At Smallest it is obvious. If you are converting screenshots for a bug report or a receipt, keep it on High and accept the file size. There is a page dedicated to this at screenshot to PDF.

Sizing the page

Screenshots are an awkward shape for paper. A phone screenshot is roughly 9:19.5, so on A4 it fills the height and leaves wide white bars down both sides. That is correct behaviour, not a bug, and Fit the photo avoids it entirely if the PDF is only ever going to be read on a screen.

Questions people actually ask

What happens to the transparent parts of my PNG? +
They are filled with white. A PDF page is white, so that is what you would see anyway, and filling it explicitly avoids the black background that a lot of converters produce on transparent PNGs.
Will my screenshot still be readable? +
Yes, if you keep Quality on High. Screenshots are the worst case for JPEG because text has hard edges, so do not drop to Smallest unless the file size is a hard requirement.
Why is the PDF smaller than the PNG? +
PNG is lossless, which is expensive for photographs. Converting to JPEG for the PDF often cuts the size by 80 percent or more on photo content. On flat graphics and screenshots the saving is smaller and the quality cost is higher.
Can I keep the PNG lossless inside the PDF? +
Not with this tool. PDF supports lossless image streams, but PNG cannot be dropped in unchanged the way a JPEG can, and the encoders that do it well are far heavier than a web page should carry. If lossless matters, use the app or a desktop tool.
Do the files get uploaded? +
No. Everything runs in this tab, including the decode and the JPEG encode.
Does it handle very large PNGs? +
Up to the point where your browser runs out of memory decoding them. A 20000 pixel wide export will fail on a phone and usually succeed on a desktop.
Can I put several PNGs into one PDF? +
Yes, one per page, in the order shown in the list. See merging images into one PDF for the same thing framed around mixed batches.

The app has no daily limit

The web tool is capped so the page does not turn into a free file server. PicToPDF on iPhone converts straight from the camera roll, keeps the originals untouched, and works on a plane with no signal.

  • Pick photos from the camera roll, the camera, or Files
  • HEIC in, PDF out, no format juggling
  • Pull the pages of a PDF back out as images
  • Runs on device. No account, no upload
Download PicToPDF for iPhone

Free on the App Store. Android version in the works.

Web tool vs the app

Conversions per day1 to 5 · unlimited
Straight from camera rollno · yes
Works offlineno · yes
Files leave your devicenever · never