Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
JPEG is the universal lossy image format defined by ISO/IEC 10918-1:1994, used by virtually every camera, phone, and document scanner since the early 1990s. PDF, formalised as ISO 32000-1:2008, is the standard for fixed-layout documents — and it natively embeds JPEG streams without re-encoding, so a JPEG-to-PDF merge is essentially a wrapper operation: the bytes of your photos go straight into the PDF object stream with paging and metadata around them.
| Property | JPEG | |
|---|---|---|
| Standard | ISO/IEC 10918-1 (1992) | ISO 32000-1 (2008), ISO 32000-2 (2020) |
| File type | Single raster image | Multi-page document container |
| Compression | Lossy DCT (typical 10:1 without visible loss) | Wraps JPEG, JPEG 2000, Flate, CCITT, JBIG2 |
| Pages per file | 1 | Unlimited |
| Page sizes / layout | None — pure pixel grid | Defined per page (A4, Letter, custom) |
| Searchable text | No (without OCR) | Yes (when text is embedded or OCR'd) |
| Digital signatures | No | Yes (PAdES, ISO 32000-2) |
| Metadata | EXIF, IPTC, XMP | XMP, document info dictionary |
| Best for | Single photos, web images | Multi-page documents, contracts, albums |
| Use case | Combine mode | Paper size | Margin | Placement | Quality (%) |
|---|---|---|---|---|---|
| USCIS / visa / loan packet | Single PDF | Letter or A4 | Narrow (0.5") | Contained | 80-90 |
| Phone-scanned contract | Single PDF | A4 | No margin | Cover | 75-85 |
| Photo album for print | Single PDF | A4 (Portrait) | Moderate (0.75x1") | Contained | 90-100 |
| Email-friendly receipt bundle | Single PDF | Letter | Narrow | Contained | 60-70 |
| Borderless edge-to-edge gallery | Single PDF | Original | No margin | Cover | 85-95 |
| Per-photo archive copies | Individual PDFs | Original | No margin | Cover | 90-100 |
| Architectural / blueprint scan | Single PDF | ARCH B or Tabloid (Landscape) | Narrow | Contained | 90 |
Yes — all three are the same format defined by ISO/IEC 10918-1. JPG is the truncated 3-letter extension required by older Windows versions; JFIF (JPEG File Interchange Format) is the de-facto file container most software writes by default. This tool accepts all three and treats them identically.
By default, no — when you keep Image Quality (%) at 100 the original JPEG bytes are embedded into the PDF without re-encoding, so the photos in your PDF are bit-identical to your source files. Lowering the quality slider re-encodes the images at a lower JPEG quality factor, which shrinks the PDF but introduces additional lossy compression on top of whatever your source already had.
There is no fixed page or output cap. Practical limits depend on your browser and device memory — desktops handle 200-500 page merges comfortably; phones and tablets are best kept under ~100 pages or a few hundred MB of source JPEGs. PDF itself supports tens of thousands of pages per file in the spec.
Use A4 in Europe, India, Australia, and most of the world; use Letter (8.5x11") in the US and Canada. For receipts and small slips, A4 Contained with Narrow margins keeps everything on one page per receipt. For wide schematics and panoramic photos, switch to Landscape orientation or pick Tabloid / ARCH B.
Cover scales each image up so it fills the entire page edge-to-edge, cropping anything that doesn't fit the page aspect ratio — best for borderless photo albums and full-bleed layouts. Contained fits the whole image inside the page margins without cropping, leaving whitespace on the long side if the image and page aspect ratios differ — best for documents where you cannot lose any content.
Yes — drag and drop the file thumbnails in the upload list to reorder them. Page 1 of the PDF will be your first thumbnail, page 2 the second, and so on. Use clear filenames (01-cover.jpg, 02-page.jpg...) for predictable initial sorting.
Yes. Set Combine? to "Individual PDFs" and each JPEG becomes its own one-page PDF. You'll get a ZIP download containing one PDF per source image — useful for archiving where each scan must remain a separate document (e.g., one PDF per receipt for accounting).
No — JPEG is a raster format with no text layer, so the merged PDF stores your images as pixels. To make text inside scanned pages searchable, run the resulting PDF through an OCR tool afterwards. If you only need to compress the result further, Compress PDF re-runs PDF-level compression on the merged document.
Yes. Modern phones (iPhone 12 and later, Pixel 6 and later) by default save HEIC, but anything exported as JPEG works directly. DSLR / mirrorless JPEGs from Canon, Nikon, Sony, and Fujifilm are accepted at full resolution. Scanner output from Epson, Brother, HP, and Canon flatbeds saves as JPEG by default and merges without re-encoding when quality is left at 100.
Use Merge Image to PDF, which accepts JPEG, PNG, HEIC, WEBP, and other image formats in the same job. To go the other direction (single image, no merge), see Convert JPG to PDF.