PdfWox

Convert WebP images to PDF

Combine WebP images into a single PDF in your browser. Reorder, choose page size, no upload required.

Files are processed entirely in your browser. Nothing is uploaded to any server.

About this tool

WebP is a modern image format developed for the web. It delivers smaller file sizes than JPEG and PNG at equivalent visual quality, which is why browsers, design tools, and CMS platforms increasingly default to it for images. The drawback is that WebP is not universally accepted outside the browser — print workflows, document management systems, and many email clients expect JPEG or PDF rather than WebP. WebP to PDF bridges that gap.

Drop one or more WebP files, arrange them in the order you want, and choose a page size. Lossless WebP images are decoded faithfully; lossy WebP images are converted to JPEG inside the PDF, which is visually identical to the source. Animated WebP files are handled by taking the first frame only, since PDF pages are static.

You can combine WebP with other image formats in the same document — drop in a mix of WebP, JPG, PNG, or BMP and they will all be assembled into a single PDF in the sequence you set. The conversion runs in your browser with no file upload.

How it works

  1. 1

    Drop WebPs

    Pick one or many WebP files.

  2. 2

    Order pages

    Drag to reorder. Set the page size.

  3. 3

    Download PDF

    Click Make PDF to download.

Frequently asked questions

Are my files uploaded?
No. Conversion runs entirely in your browser.
Does this preserve quality?
Modern WebPs are decoded losslessly by your browser, then embedded as JPEG (visually identical for photos; lossless WebPs see minor recompression).
Can I mix WebP with JPG or PNG?
Yes — drop them all in.
Page size?
Choose A4, Letter, or fit-to-image.
Animated WebP?
Only the first frame is used.

Related tools

PNG to PDF

Combine PNG images into one PDF.

JPG to PDF

Combine JPG photos into one PDF.

HEIC to PDF

Make a PDF from iPhone HEIC photos.

BMP to PDF

Combine BMP images into one PDF.

GIF to PDF

Combine GIF images into one PDF.

Embed this tool

Let your visitors use WebP to PDF without leaving your site. Paste the snippet below into any HTML page. Files stay private — everything runs in the visitor's browser.

<iframe
  src="https://pdfwox.com/embed/webp-to-pdf"
  width="100%"
  height="600"
  style="border:none;border-radius:8px"
  title="webp-to-pdf tool"
  allow="downloads"
  loading="lazy"
></iframe>
<script>
window.addEventListener('message',function(e){
  if(e.data&&e.data.type==='privpdf-resize'){
    var f=document.querySelector('iframe[src="https://pdfwox.com/embed/webp-to-pdf"]');
    if(f)f.style.height=e.data.height+'px';
  }
});
</script>

The embed runs entirely in the visitor's browser — no files are uploaded. The iframe resizes automatically to fit its content via postMessage.

Deeper guide

Read the full how-to

Open the guide