ToolJutsu
All tools
PDF Tools

WebP to PDF

Combine WebP images into a single PDF in your browser.

Page layout

"Page per image" sizes the page to the image; "Fit to paper" scales each image onto a standard sheet.

Filename
Processed on your device. We never see your files.

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

  1. 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.
  2. Reorder the thumbnail list by dragging if you want a specific page sequence. The order shown is the order the PDF will use.
  3. 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.
  4. 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?
No, and it is worth being honest about that. WebP supports an alpha channel, but the conversion path here decodes the WebP, draws it onto a canvas, and re-encodes it as JPG before embedding into the PDF — and JPG does not support transparency. Any transparent pixels are flattened to white during the re-encode. If keeping alpha intact matters, convert your WebP files to PNG first (using the WebP to PNG tool), then use PNG to PDF, which embeds PNG bytes via pdf-lib with the alpha channel intact.
What happens with animated WebP files?
Only the first frame is used. WebP supports animation, but a PDF page is a still image, so the converter takes frame 1 and discards the rest. If you need every frame as its own PDF page, split the animated WebP into individual frames first (an external tool), then drop those into the converter as separate files.
How is image quality controlled?
Each WebP is re-encoded as JPG during conversion. The JPG quality is set to 92% by default — high enough that the re-encode is visually indistinguishable from the source for photographic content, while keeping the resulting PDF reasonably small. If file size matters more than fine detail, drop the quality lower; if the source is a screenshot or line art and you want zero re-encode loss, use WebP to PNG first and then PNG to PDF.
Can I combine multiple WebP files into one PDF?
Yes. Drop as many as you like — each becomes one page in the order shown in the thumbnail list, and the drag handles let you reorder before clicking Convert. Page size can be fit-to-image (each page exactly the shape of its WebP) or a standard paper size (A4, US Letter) with each image centred and scaled to fit.
Are my WebP files uploaded to a server?
No. WebP decoding uses the browser's built-in WebP support; the JPG re-encode runs through the canvas API; the PDF assembly runs through pdf-lib. Every step happens in JavaScript inside your browser tab. The WebP bytes you drop never travel across the network — you can confirm this in your browser's Network panel, or disconnect from Wi-Fi after the page loads.

Related tools