WebP saves bandwidth on websites, which is why images you download are increasingly in that format. It is also the format most application portals, older software and printers do not accept. Converting to PDF sidesteps the problem entirely, because PDF is accepted almost everywhere.
Your images never leave your device. They are read by your browser, drawn onto a canvas and written into a PDF in memory. Nothing is uploaded and nothing is stored.
Enter your details
Result
Fill in the fields above and your result will appear here.
What the WebP to PDF does
WebP cannot be embedded in a PDF directly, so each image is decoded by the browser, drawn onto a canvas and re-encoded as JPEG before being placed on the page. Modern browsers decode WebP natively, which is what makes this possible without any server.
Like PNG, WebP supports transparency, and like PNG it is flattened onto white here.
How to use this tool
- Select the WebP images you want to convert.
- Reorder them if more than one and the sequence matters.
- Choose a page size and margin, or "fit" to keep each image's exact proportions.
- Press Create PDF and download the file.
How WebP is converted
Worked example
Example: images saved from a website
| Input | 3 WebP images, 400 KB total |
| Page size | A4 portrait, 10 mm margin |
| Output | 3-page PDF, around 700 KB |
The PDF is usually larger than the WebP source, because WebP compresses more efficiently than the JPEG that PDF can embed. That is the cost of compatibility.
What your result means
The PDF will usually be bigger than the WebP files. WebP is a more efficient format; converting to a format everything accepts costs some size.
Transparency is flattened to white, as it is with PNG.
If conversion fails, your browser may not support WebP decoding — that is rare on any browser from the last several years.
Important considerations
- If you only need a JPG rather than a PDF, your operating system's image viewer can usually export one directly, which avoids the extra step.
- Animated WebP files convert using their first frame only. PDF pages are static.
- Because WebP is already compressed, raising the quality setting above 92% mostly increases file size without visible benefit.
- For images downloaded from a website, check you have the right to use them before submitting them anywhere.
- Very old browsers cannot decode WebP. If nothing renders, the conversion is not possible on that device.
Limitations of this tool
- Images larger than 3000 pixels on their longest side are scaled down to that size before embedding. This keeps memory use manageable on phones and rarely affects print quality, since 3000 pixels is roughly 250 DPI across a full A4 page.
- All images are re-encoded as JPEG inside the PDF. This is what allows PNG and WebP to be embedded reliably, but it means PNG transparency is flattened onto a white background and lossless PNG becomes lossy.
- Very large batches — more than about fifty photographs — can exhaust memory on a phone. Convert in smaller groups and merge the results.
- Animated WebP is reduced to its first frame.
- The PDF is typically larger than the WebP source, because PDF cannot store WebP compression.
Frequently asked questions
Why do I need to convert WebP at all?
Because many application portals, older software and print shops reject it. WebP is a web delivery format; PDF is a document format that is accepted almost everywhere.
Why is the PDF larger than my WebP files?
WebP compresses more efficiently than the JPEG encoding a PDF can embed. Some size increase is unavoidable in any WebP-to-PDF conversion.
Does animated WebP work?
Only the first frame is used. A PDF page cannot contain an animation.
Is transparency preserved?
No — transparent areas become white, the same as they would appear when printed.