WebP to PDF
Combine WebP images into a single PDF in your browser.
"Page per image" sizes the page to the image; "Fit to paper" scales each image onto a standard sheet.
How to use WebP to PDF
What is WebP?
WebP is a modern image format developed by Google and now supported natively in every major browser. It offers significantly smaller files than JPG or PNG at the same visual quality — typically 25–35% smaller — and supports both lossy and lossless modes, plus alpha transparency and animation. Because of that size advantage, WebP is increasingly the default format served by content delivery networks, image CDNs, WordPress sites with auto-conversion plugins, and image hosts that re-encode uploads. You probably have more WebP files than you realise — anything you saved from a modern website in the last two or three years is quite likely to be WebP.
What is a PDF?
A PDF (Portable Document Format) is a self-contained document file that bundles text, fonts, images, vector graphics and page layout into a single file that looks identical everywhere it opens. It is the universal format for sharing documents that need to print or display the same on any device, and the format most forms, portals and submission systems require for uploaded paperwork. For a folder of WebP images, a PDF is the cleanest way to hand someone an ordered package: one attachment, one filename, in the sequence you decide.
Why convert WebP to PDF?
The most common reason is upload portals that reject WebP. Despite WebP being a decade old at this point, many bureaucratic upload forms — job applications, expense systems, visa portals, school submissions — still only accept JPG, PNG and PDF. Wrapping your WebP files into a PDF gets them through unchanged.
The second is sharing with someone who cannot open WebP. Older versions of Windows Photo Viewer, some older email clients and plenty of corporate apps still treat WebP as an unknown format. A PDF opens cleanly on every device, which side-steps the problem.
The third is bundling. A folder of WebP screenshots, design exports, or downloaded reference images is fiddly to share as individual files but easy to share as a single PDF — one file, in the order you set.
The fourth is printing. Many printer drivers handle WebP inconsistently; a PDF prints the same way every time.
How to convert WebP to PDF on ToolJutsu
- Drop your WebP files onto the dropzone, or click to browse. Multiple files at once is fine. Everything is read locally; nothing leaves your device.
- Reorder the thumbnail list by dragging if you want a specific page sequence. The order shown is the order the PDF will use.
- Pick a page size — fit-to-image keeps each page exactly the shape of its WebP; A4 or US Letter centres each image on a standard page with margins, preserving aspect ratio.
- Click Convert to PDF. Each WebP is decoded by the browser’s native WebP decoder, drawn onto a canvas, re-encoded as JPG (because PDF embedding does not support WebP directly), and embedded via pdf-lib. The result downloads automatically.
Quality tips for WebP to PDF
For photographic WebP (the most common case from CDNs and image hosts), the JPG re-encode is essentially invisible at the default 92% quality — JPG was designed for photographs and handles them beautifully.
For screenshots and line art saved as WebP, the lossy JPG re-encode can soften crisp text edges slightly. If that matters, take a detour through PNG: use the WebP to PNG converter first, then PNG to PDF, which embeds the PNG bytes without re-encoding.
For WebP files with transparency, be aware that alpha is flattened to white during the JPG re-encode. The PDF result looks fine on its own, but the transparency is gone — there is no way to recover it from the PDF later.
For large batches, every WebP has to be decoded, drawn and re-encoded, so 100+ files at high resolution will work a modern laptop hard for a few seconds. Older phones may prefer batches of 20–30 at a time.
Privacy
The WebP decoding, JPG re-encoding and PDF assembly all run in JavaScript inside your browser tab. The WebP bytes you drop never travel across the network. The pdf-lib library loads once and caches; the WebP decoder is built into the browser, so nothing extra is downloaded. Confirm in your browser’s Network panel — or disconnect from Wi-Fi after the page loads and the converter will still work.
Compatibility notes
The output is a standard PDF 1.7 file with embedded JPG image streams, which every modern PDF reader supports — Adobe Acrobat, Apple Preview, the built-in viewers in Chrome, Edge, Firefox and Safari, and mobile readers on iOS and Android. If you have a mix of WebP and other formats, use Image to PDF, which accepts every common image format in one batch.
Frequently asked questions
Is WebP transparency preserved in the resulting PDF?
What happens with animated WebP files?
How is image quality controlled?
Can I combine multiple WebP files into one PDF?
Are my WebP files uploaded to a server?
Related tools
Image to PDF
Combine images of any common format into a single PDF.
JPG & PNG to PDF
Turn multiple images into a single PDF.
WebP to JPG
Convert WebP images to JPG in your browser.
WebP to PNG
Convert WebP images to PNG losslessly.
PDF Merger
Combine multiple PDF files into one document.
PDF Compressor
Reduce PDF file size for easier sharing.