Initializing... drag & drop files here
Supports: JPG, JPEG, JFIF
01_cover.jpg, 02_intro.jpg) if the natural sort order matches your intended page sequence — that's the single biggest source of "pages came out wrong" complaints across image-to-PDF workflows.JPEG is the universal photo format — every smartphone camera, document scanner, and webcam app produces it by default. PDF is the universal document format — every desktop, mobile OS, and email client opens it without a plugin, and a single PDF is far easier to send, file, sign, or print than a folder of loose images. Merging JPGs to a single PDF turns a pile of photos into one shareable, scrollable, printable artifact.
IMG_2847.jpg filenames.| Property | JPG (JPEG) | |
|---|---|---|
| Type | Lossy raster bitmap | Page-based document container |
| Standard | ISO/IEC 10918 (1992) | ISO 32000 (PDF 1.7 in 2008, PDF 2.0 in 2017/2020) |
| Pages per file | 1 image | 1 to thousands |
| Color | 8-bit per channel, sRGB typical | Any color space, plus PDF/A-2 supports JPEG2000 |
| Transparency | None (no alpha channel) | Yes (PDF 1.4+) |
| Text searchability | None until OCR | Native if text layer exists; OCR can be added |
| Compression | Built-in DCT (JPEG) | Container — embeds JPEG, JPEG2000, JBIG2, Flate, etc. |
| Typical use | Photos, scans, web images | Documents, reports, forms, archival |
| Open standard | Yes | Yes |
| Archival format | No | Yes (PDF/A, ISO 19005) |
| Scenario | Paper size | Layout | Placement | Margin | Quality | Compression Type |
|---|---|---|---|---|---|---|
| Phone-camera receipts | A4 or Letter | Portrait | Cover | No margin | 75 | Screen |
| Photo album (mixed orientations) | Original | Portrait | Cover | No margin | 85 | Ebook |
| ID / visa documents | Letter | Portrait | Contained | Normal (1") | 90 | Default |
| Scanned worksheet / homework | Letter | Portrait | Contained | Moderate | 80 | Default |
| Product catalog / portfolio | A4 | Portrait | Contained | Narrow | 90 | Ebook |
| Architectural / map prints | Arch A or A3 | Landscape | Contained | Narrow | 95 | Prepress |
| Print-shop ready | Letter | Portrait | Contained | Normal | 95 | Printer |
PDFs are built in upload order, not filename order, so dragging files in via OS multi-select can give you whatever order your file manager hands the browser — alphabetical on most systems, but creation-time on some. Two fixes: rename files with a numeric prefix (01_, 02_, 03_) before uploading so any sort produces the right order, or use the drag-and-drop reorder in the page-order step before clicking Merge.
Cover scales the image so it fills the entire PDF page — fast, edge-to-edge, but crops anything that doesn't fit the page aspect ratio. Contained scales the image so the whole thing fits inside the margins, adding white bars on the short side if the aspect ratios don't match. Use Cover for photos and gallery layouts; use Contained for documents and scans where you must not lose edge content.
Roughly the sum of the embedded JPEG sizes plus a few KB of PDF structure overhead per page. Image Quality 75 (default) re-encodes at the same quality the JPEG already uses on most cameras, so file size stays close to the originals. Setting Compression Type to Screen further downsamples to ~72 dpi for screen viewing, which can shrink a 50 MB album to under 10 MB. For email-friendly output, run the result through Compress PDF afterward.
True JPEGs have no alpha channel, so the Image Transparency setting has no effect on them. It only matters if your batch contains PNG, HEIC, or WebP images (some converters accept these as inputs). For pure JPG batches, leave it on Unchanged.
Single PDF (the default) merges all uploaded images into one multi-page PDF. Individual PDFs creates one PDF per JPG — useful when you need to convert a batch but keep the files separate, for example when each receipt needs its own attachment in an expense system.
This page accepts JPG, JPEG, and JFIF — all the same format under different filename extensions. To merge mixed image types, use Merge image to PDF, which accepts JPG, PNG, HEIC, GIF, BMP, TIFF, and other raster formats in the same batch. Output is a single PDF where each input image becomes one page.
Only if Image Quality is below 100. At Image Quality 100 with Compression Type set to Printer, images are embedded close to their original encoded form and the PDF acts as a lossless container. Any quality below 100 re-encodes the JPEG, which adds a generation of lossy compression on top of whatever the camera already applied. For archival scans, set Quality to 95+ and Compression Type to Prepress or Printer.
Yes — apps like iOS Notes, Apple Files, Google Drive, Adobe Scan, and Microsoft Lens all save scans as JPG by default. Upload the JPGs in order, choose Letter or A4 paper, Portrait layout, Contained placement, and Normal (1") margin. The output is a clean, paginated PDF suitable for email, e-signature, or filing. For HEIC scans (iPhone default in some apps) use Merge HEIC to PDF instead, or convert via JPG to PDF if you only have a single image.
The output is standard PDF (ISO 32000), not PDF/A (ISO 19005). PDF/A requires embedded fonts, no encryption, and other archival constraints — these aren't typically applied to image-only PDFs. For most personal, business, and educational uses, standard PDF is fine and is what email clients, e-signature services, and government portals expect. If you need PDF/A specifically (some legal e-filing systems require it), convert the merged PDF through a PDF/A processor as a separate step.