Initializing... drag & drop files here
Supports: WEBP
.webp images. Batch is supported. Drag tiles in the queue to reorder — file order becomes page order in the merged PDF.WebP is Google's image format (introduced September 2010) that delivers roughly 25–34% smaller files than JPEG at equivalent quality and 26% smaller than PNG losslessly. The trade-off: WebP isn't first-class everywhere a PDF is. Email clients render attachments inconsistently, print drivers may reject WebP entirely, and many corporate document workflows treat PDF as the only acceptable container. Merging WebP into a single PDF gives you a portable, printable, archive-friendly file that opens in every PDF reader on every OS without plugins. Each WebP becomes one page, in the order you arrange them.
.webp (95.57% browser support). Right-click "Save image as" gives you a folder of WebPs that nobody else's tool wants. Merge into a single PDF and the whole research session becomes one searchable, scrollable document.| Property | WebP | |
|---|---|---|
| Type | Raster image (single or animated) | Document container (vector + raster + text) |
| Standard | Open spec by Google (RIFF-based) | ISO 32000-1:2008 (PDF 1.7), ISO 32000-2:2020 (PDF 2.0) |
| Pages per file | 1 (still) or N frames (animated) | 1 to thousands |
| Lossy + lossless modes | Both (VP8 lossy / VP8L lossless) | Embeds JPEG/JPEG2000/Flate-compressed images |
| Transparency | Yes (alpha channel) | Yes (in image XObjects) |
| Print pipeline support | Limited; many drivers convert to PNG first | First-class everywhere |
| Email rendering | Inconsistent (Outlook desktop strips/breaks) | Universal preview |
| Typical use | Web delivery, mobile apps | Invoices, contracts, lookbooks, archives |
| File size for photo (1080p) | ~80–150 KB at quality 75 | ~120–200 KB embedded JPEG, depends on compression preset |
The "Compression Type" preset affects the embedded-image quality and the resulting PDF file size. Combine with "Image Quality (%)" for finer control.
| Preset | Use case | Approx. quality | Output size (relative) |
|---|---|---|---|
| Screen | Web sharing, email attachments, fast previews | 72 dpi target | Smallest |
| Ebook | Tablet/phone reading, balanced viewing | 150 dpi target | Small |
| Default | General-purpose, sensible compromise | Mixed | Medium |
| Printer | Office printing on letter/A4 | 300 dpi target | Large |
| Prepress | Commercial print, color-managed | 300 dpi + color preserved | Largest |
| Goal | Page layout | Paper size | Placement | Margin |
|---|---|---|---|---|
| Edge-to-edge photo album | Portrait | Original | Cover | No margin |
| Print-ready Letter/A4 deck | Portrait | A4 or Letter | Contained | Narrow (0.5") |
| Mixed-aspect web research | Portrait | Letter | Contained | Normal (1") |
| Wide screenshot archive | Landscape | A4 | Contained | Narrow (0.5") |
| Lookbook with breathing room | Portrait | A4 | Contained | Large (2x1") |
.webp instead of .jpg?When a site uses HTML's <picture> element or Accept: image/webp content negotiation, Chrome receives the WebP variant instead of the JPEG fallback and stores whatever it actually downloaded. To save a JPEG, hold the image in a new tab, view its source URL, and look for a .jpg variant — or merge the WebP straight to PDF with this tool. You can also convert individual files with the WebP to JPG or WebP to PNG tools.
Usually slightly larger. WebP's VP8 compression is more aggressive than the JPEG variants embedded inside PDF. If file size matters, leave "Image Quality (%)" at 75 and pick Screen for "Compression Type" — that combination typically adds 10–25% over the original WebP set. Then run Compress PDF on the output if you need to drop further.
Set "Image Transparency" to Unchanged (the default). The PDF will preserve the alpha channel and your transparent areas will composite onto whatever PDF readers paint behind images (typically white, but transparent backgrounds remain editable in tools like Acrobat). Choose Removed if you specifically need transparent areas flattened to white — useful for printing on white paper or for readers that mishandle alpha.
Contained (default) scales the image to fit entirely within the page minus margins, preserving the full image but possibly leaving white space on the sides. Cover scales the image to fill the page, cropping whatever doesn't fit the page's aspect ratio. Use Cover for edge-to-edge photo books and Contained for archives where seeing the entire frame matters more than filling the page.
Yes. Pick Original in the "Paper size" dropdown. Each PDF page sizes to match the source image's pixel dimensions (at 72 dpi). This is ideal for photo collections where every shot has the same aspect ratio, or for screenshot archives where you want pages to match the screen capture.
There's no hard cap enforced by the tool — typical sessions merge 50–200 images comfortably. Practical limits come from your browser's memory: very large image counts (500+) or very high-resolution WebPs (12 MP+) may slow down the encoder. If you hit memory pressure, split into two passes and use merge PDF on the resulting PDFs.
Yes — exactly. The first file in your upload queue becomes page 1, and so on. Drag tiles in the queue to reorder before clicking Merge. There's no chronological auto-sort, so renaming files like 01-cover.webp, 02-page.webp is the cleanest way to keep large batches predictable.
Two common causes. First, "Image Quality (%)" set too low (try 90+ for print). Second, "Compression Type" left on Screen (72 dpi target) when you need Printer or Prepress (300 dpi target). For physical print jobs, raise quality, switch to a print preset, and confirm the source WebPs are themselves at print resolution — upscaling a 800-px-wide WebP to 8.5-inch paper produces ~94 dpi regardless of PDF settings.
Mechanically identical — the same options apply. Use merge JPG to PDF when your source files are JPEG, merge PNG to PDF for PNG, and merge images to PDF when you have a mixed-format folder. WebP-specific quirks: alpha channel handling and the slight re-encode overhead from VP8 to JPEG when embedding.