Convert PNG to PDF

Combine one or more PNG screenshots or diagrams into a single PDF in your browser. Choose page size and orientation. Free, private, no upload.

🌐 Español

Drop your files here (.png)

🔒 Private by design: your files are processed locally in your browser and never uploaded to any server.

A screenshot has pixels, a PDF page has points

PNG is the format your operating system reaches for when you press the screenshot key, and the format most charting and diagramming tools offer as their default export. It is lossless, so text and hairlines stay crisp, and it carries an alpha channel, so a cut-out logo keeps its transparent edges. What it does not carry is any notion of a page.

A PDF page is measured in points, at 72 to the inch, and it has a fixed physical size. That difference is the whole job this tool does: it has to decide how many inches wide a picture that only knows about pixels should be. The Page size and Orientation selects are how you answer that, and the answer is what makes a folder of loose captures behave like a document, opening in the same order and printing at the same size on everyone’s machine.

Each image is embedded with pdf-lib, which keeps the PNG’s own alpha channel as a soft mask rather than flattening it, then drawn onto a page that was created for it.

Fit to image maps one pixel to one point

The three Page size values are not variations on a theme. A4 and US Letter create a standard page (595.28 by 841.89 points for A4, 612 by 792 for Letter) and place your image on it. Fit to image creates a page whose dimensions are the image’s pixel dimensions, used directly as points.

That last one is worth reading twice, because it means a 1920 pixel wide screenshot produces a page 1920 points wide, which is a little over 26 inches. The document looks perfect on screen, where nobody is thinking in inches, and comes out of a printer either scaled down to fit or spread across several sheets. Choose Fit to image when the PDF is a container for exact pixel dimensions and will be viewed rather than printed. Choose A4 or US Letter whenever paper is anywhere in the file’s future.

On a standard page, the image is scaled by the smaller of the two ratios and then centred. The axis that runs out first is filled edge to edge with no margin at all, and the even margins fall on the other pair of sides: a wide screenshot on a portrait page touches the left and right edges and gets equal bands of empty page above and below it. That scaling has no upper bound, so a small image is enlarged rather than left at its natural size.

Page order, and the name the download gets

Files accumulate in the list as you add them, across as many drops as you like, with duplicates filtered out by name and size. They become pages in exactly that order, top to bottom, and there is no way to rearrange them here. Adding them in batches is the practical way to control sequence: drop the first screenshot, then the second, rather than selecting twenty at once and hoping the file picker sorts them the way you expect.

The output name follows a simple rule with one surprise in it. A single PNG keeps its base name and gains a .pdf extension. Two or more images produce a file called combined.pdf, every time, because there is no sensible way to name a document after several sources. Rename it after downloading, or convert one image at a time if the names matter to you.

If the order comes out wrong you do not have to start again: Reorder PDF Pages moves pages inside the finished document, and Merge PDF joins the result to whatever else the ticket or the report needs.

Assembling the PDF

  1. Drop your PNG files into the box above, or click Choose files. Add them in the order you want them to appear.
  2. Pick a Page size: A4 or US Letter for anything that might be printed, Fit to image for pixel-exact pages with no borders.
  3. Pick an Orientation. Auto (match image) gives each page the shape of its own image, so a wide screenshot lands on a landscape page and a tall one on a portrait page.
  4. Click Convert PNG to PDF. The bar advances once per image.
  5. Save the file from the download link, then rename it if you added more than one image.

Transparency, upscaling and other things worth checking

Three details catch people out. The first is that fitting scales upward, so mixing a full-screen capture with a small cropped detail on A4 pages will blow the small one up to the same width; use Fit to image, or crop consistently before you start.

The second is transparency. It survives the conversion, but a PDF page has no background of its own, so the practical effect is that transparent areas read as white on screen and as bare paper in print. An image designed to sit on a coloured background will look wrong in a way it did not in your image editor.

The third is scope. This tool accepts .png only, and anything else is refused with a message naming the accepted extensions. Photographs belong in JPG to PDF, and a .webp export needs a trip through WebP to PNG first. All of it runs in the tab, which is worth something when the screenshots are of an internal dashboard or a customer’s account: the images are read from your device’s memory and the PDF is built there, with no request carrying any of it. Further reading: the best PDF tools, compared.

See it in action

Screenshot of the Convert PNG to PDF tool with sysfenix-sample.png (466 KB) loaded, Page size set to A4, Orientation set to Auto (match image)
Convert PNG to PDF mid-process: sysfenix-sample.png (466 KB) loaded, Page size set to A4, Orientation set to Auto (match image).
Screenshot of the Convert PNG to PDF result screen showing sysfenix-sample.pdf ready to download (336 KB, 28% smaller)
The finished result: sysfenix-sample.pdf ready to download (336 KB, 28% smaller). The download link is a local blob URL — the file never leaves your device.

Frequently asked questions

Why is my download called combined.pdf instead of my file name?

The naming rule depends on how many images you added. One PNG keeps its own base name, so screenshot.png becomes screenshot.pdf. Two or more get merged into a document that has no single obvious name, so the output is always called combined.pdf and you rename it afterwards.

Can I reorder the pages before converting?

Not in this tool. Pages come out in the order the files sit in the list, and there is no drag handle or up and down control to change that. The two workarounds are to add the images in the order you want them, one drop at a time, or to convert first and then rearrange the finished document with the Reorder PDF Pages tool.

My small icon filled an entire A4 page. Is that a bug?

No, it is the fitting rule working as designed. Each image is scaled by whichever ratio makes it fit the page, and that scaling works upward as well as downward, so a 200 pixel square icon is enlarged until it touches the page edges on whichever axis runs out first. Choose Fit to image if you want the page to shrink to the picture rather than the picture to grow to the page.

What actually happens to transparent pixels in my PNG?

They stay transparent. The alpha channel is embedded alongside the image as a soft mask rather than being flattened away, so transparent areas show the page behind them. Since a PDF page has no background colour of its own, every common viewer paints that white and a printer simply leaves the paper bare, which is why the result usually looks like a white background.

Can I mix a few JPG photos in with my screenshots?

Not in one pass, because this tool only accepts .png files and anything else is rejected before it reaches the list. Run the JPG files through the JPG to PDF tool separately, then join the two documents with the Merge PDF tool. The page order in the merged file follows the order you add the documents.

Related tools