Convert PNG to PDF

Converting PNG to PDF wraps your screenshot or diagram in a document without altering a single pixel: the picture is decoded and stored again with lossless compression, so nothing is smudged — which matters when the image is full of small text. Transparency survives, page size is yours to choose, and nothing is uploaded.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PDF holds exactly what the PNG held.
  • File size limit Up to 100 MB per file, free, without an account.

Up to 100 files at once. Mixed formats are fine.

Why a screenshot ends up needing to be a PDF

It happens surprisingly often. A support ticket wants evidence, an expenses system takes PDF and nothing else, a report has to include a chart you exported from a spreadsheet. The image itself is correct — it is only the container that is wrong, and the fix should not cost you anything.

No pixel changes, which matters for small text

PDF has no PNG filter, so a PNG does not cross into the document untouched the way a JPEG does. The file is decoded, the colour channels are deflated again inside the PDF, and the transparency is written next to them as a soft mask. Every one of those steps is lossless: the pixel values that come out are the ones that went in.

For a screenshot that is more important than it sounds: screenshots are full of small text, and small text is precisely what a lossy pass smudges first. A converter that quietly re-encodes the picture as a JPEG gives you a PDF where the error message you were trying to show is slightly harder to read. This one never does that.

Transparency survives into the PDF

This sets it apart from converting a PNG to JPG. PDF understands an alpha channel, so a diagram exported without a background keeps it — it will appear over white when printed and over whatever is behind it when the PDF is placed into another document. If you wanted a solid background, add it before converting rather than after.

Setting the page size for screen or for print

By default the PDF page is exactly the pixel dimensions of your image, so there is no border and no scaling — ideal for something that will be read on a screen or attached to a ticket. It is unpredictable on paper, though: a tall screenshot becomes a tall, narrow page that a printer will do something arbitrary with.

If it is going to be printed, set A4 or Letter and the image is centred on a real sheet, scaled down to fit if it is too large and never scaled up.

When a screenshot is the wrong source

A PNG of a document, a slide or a terminal window is a picture of words, not words. The PDF you get cannot be searched or selected, and a system that specifically requires machine-readable text will reject it.

Where the original exists as something other than an image — a web page, a spreadsheet, a design file — exporting a PDF from that program directly gives you real text and a much smaller file. Screenshot to PDF is the right answer when the screenshot is the point, and the wrong one when it was a shortcut.

All of it happens in your browser. Nothing is uploaded, which is worth knowing when the screenshot contains an internal dashboard, a customer record or half your inbox.

Several screenshots come back as several PDFs

Bug reports, expense claims and support tickets are usually several screenshots rather than one, and the thing on the other end wants a single file. This conversion does not assemble it: each screenshot becomes its own one-page PDF, so five images come back as five PDFs in a ZIP. Joining them is the merge tool on this site, where you set the page order yourself.

Screenshots are wide and short, which is why fit-to-image usually reads better than A4 here: a 16:9 screenshot on a portrait page leaves half the sheet empty and makes the text smaller than it needs to be.

What the PDF does not add

The screenshot goes into the document as an image, which means the text in it stays a picture of text. A reader cannot select it, a search inside the PDF will not find it, and a screen reader has nothing to announce. That is worth knowing before sending a page of screenshots as documentation somebody has to work with.

If the text needs to be text, optical character recognition is the separate step that produces it, and it is a different tool on this site. What this conversion gives you is a fixed page at a fixed size, which is usually exactly the thing being asked for.

How to turn a screenshot into a PDF

  1. Drop your PNG onto this page, or click to choose one.
  2. It becomes a PDF immediately, in your browser, with every pixel intact.
  3. Download it — or set a page size first if it is going to be printed.

PNG vs PDF: an image inside a document

PNG compared with PDF
PNGPDF
Full namePortable Network GraphicsPortable Document Format
File extension.png.pdf
Media typeimage/pngapplication/pdf
CompressionLossless — nothing is discardedEither, depending on the setting
First published19961993
Published byPNG Development GroupAdobe
SpecificationISO/IEC 15948ISO 32000-2
LicensingOpen standardOpen standard
Standing todayCurrentCurrent
Bit depth16
Colour it can describeRGB, greyscale, indexed paletteRGB, CMYK, greyscale
Largest image2,147,483,647 px per side
Opens in a browserEvery browserEvery browser
Considered insteadWebP, SVG, JXLDOCX, HTML

What is lost

PDF has nowhere to put the EXIF block — camera, lens, shutter speed and ISO and the embedded ICC colour profile, so those go no further than the PNG. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

What survives

Nothing is discarded. PNG and PDF both store their content losslessly, so the conversion is a change of packaging rather than a change of quality, and it can be repeated without accumulating damage.

Transparency survives. Both PNG and PDF store an alpha channel, so a cut-out stays cut out and nothing is filled in behind it.

What the target format adds

PDF supports layers. A PNG arrives already flattened, so the result has one layer — the structure has to be rebuilt by hand if it is needed.

Opening the result

The usual programs do not overlap: PNG opens in Adobe Photoshop, GIMP and Paint.NET, PDF in Adobe Acrobat, Preview and LibreOffice Draw — so whoever receives the result needs something from the second list.

What each format is for

The two are aimed at different work: PNG at screenshots, line art and logos and the web, PDF at handing a finished file over, print and archiving. That is worth weighing before converting, because the reason one exists is usually the reason the other is awkward.

PNG is PNG Development Group's format, published in 1996. It records 16 bits per channel.

PDF comes from Adobe and dates from 1993, specified as ISO 32000-2. Adobe Acrobat, Preview and LibreOffice Draw all read it.

PNG to PDF: quality, transparency and printing

Are my PNG files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is pdf-lib, a PDF writer that runs entirely in JavaScript; your browser fetches it once and caches it.

Does converting PNG to PDF lose any quality?

None, though not by the route JPG takes. PDF has no PNG filter, so the picture is decoded and its pixels are deflated again inside the document, with the transparency written alongside as a mask. Every step of that is lossless, so a screenshot stays pixel-perfect — which matters when it is full of small text.

What happens to a transparent background?

It is kept. PDF understands transparency, so a diagram exported with no background stays transparent — which usually means it appears on white when printed and blends in when placed on a coloured page.

Can I get several screenshots into one PDF?

Not yet. Each file becomes its own PDF, and merging them is a PDF tool rather than a conversion. Drop a batch and take the results as a ZIP for now.

Will it print at the right size?

By default the page is exactly the size of your image in pixels, which is right for reading on screen and unpredictable on paper. If it is going to be printed, set the page size to A4 or Letter in the settings — the image is then centred and scaled down to fit with a margin.

Can I select the text in the PDF?

No. A screenshot is a picture of text rather than text, and this conversion does not read it. If you need selectable text, export a PDF from whatever produced the original — a browser, a document, a design tool — rather than screenshotting it.

More about these formats

Where these figures come from

The claims this page makes about PNG and PDF are checkable, and these are the documents that settle them.