Cookies for analytics and advertising
We use cookies for analytics and advertising, both sent to Google. Refusing changes nothing you can see.Read the privacy page
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.
Up to 100 files at once. Mixed formats are fine.
They convert one after another and download together as a ZIP.
PNG to 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.
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.
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.
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.
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.
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.
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.
| PNG | ||
|---|---|---|
| Full name | Portable Network Graphics | Portable Document Format |
| File extension | .png | |
| Media type | image/png | application/pdf |
| Compression | Lossless — nothing is discarded | Either, depending on the setting |
| First published | 1996 | 1993 |
| Published by | PNG Development Group | Adobe |
| Specification | ISO/IEC 15948 | ISO 32000-2 |
| Licensing | Open standard | Open standard |
| Standing today | Current | Current |
| Bit depth | 16 | — |
| Colour it can describe | RGB, greyscale, indexed palette | RGB, CMYK, greyscale |
| Largest image | 2,147,483,647 px per side | — |
| Opens in a browser | Every browser | Every browser |
| Considered instead | WebP, SVG, JXL | DOCX, HTML |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
The claims this page makes about PNG and PDF are checkable, and these are the documents that settle them.