About JPG to PDF
JPG to PDF turns one or more JPG (or JPEG) images into a single PDF. The tool reads each image directly with direct JPEG embedding, which embeds the original JPG bytes without re-encoding — so quality is identical to the source and the conversion is fast. Run it in the browser, no upload. This is the go-to tool for converting phone photos of receipts into one PDF for expense reports, packaging product shots for a single deliverable, building a portfolio from individual JPGs, or assembling scanned pages from a phone scanner app.
JPG to PDF specs
| Price | Free ($0) — no paid tier |
|---|---|
| Account | Not required |
| Watermark | None |
| Where it runs | In your browser, on your device |
| File upload | No file is uploaded |
| Input | JPG / JPEG (1 or more files) |
| Output | |
| File size limit | Limited only by your device's memory |
| Works offline after the page loads | Yes |
How to use JPG to PDF
Open JPG to PDF
Visit pdfchamp.app/jpg-to-pdf.
Add your JPG files
Click the drop zone or drag one or more JPG files in. Multi-select works in the file picker.
Reorder if needed
Drag image cards up or down to set the page order in the final PDF.
Choose page settings
Pick page size (Auto-fit, A4, US Letter), margin, and orientation. Auto-fit makes each PDF page match its image's aspect ratio.
Click Convert
Press Convert and wait — typically under three seconds for 20 photos.
Download the PDF
Save the resulting one-PDF-per-job file locally.
Frequently asked questions about JPG to PDF
Does converting to PDF reduce image quality?
No, apart from one unavoidable case. JPG to PDF embeds the original JPG bytes directly into the PDF using a direct-embed JPEG path — no decode, no re-encode, no quality loss. The single exception is a photo whose EXIF tag says it is rotated or mirrored: those pixels have to be redrawn upright, so they are re-encoded at 92% quality, which is the only way the PDF can show them the right way up. The image inside the PDF has the same resolution, color, and compression as the source file. The downside is that PDF size equals roughly the sum of source JPG sizes, so 20 photos of 3 MB each produces a 60 MB PDF. If you need a smaller PDF, compress the source JPGs first (in your phone's gallery or a tool like Squoosh), then run JPG to PDF. Alternatively, run Compress PDF on the result to recompress the embedded images at a lower quality. The default conversion prioritizes fidelity — you can always trade size for quality later, but you cannot recover detail that was thrown away during conversion.
How does Auto-fit page size work?
Auto-fit sets each PDF page's dimensions to match the aspect ratio of its source image, so portrait photos produce portrait pages and landscape photos produce landscape pages. The size is computed at 72 DPI of the source pixel dimensions, which gives natural-looking page sizes around standard letter or A4 dimensions for typical phone photos. This is the right pick when you want no whitespace and no cropping — each photo fills its page edge to edge. The alternative, A4 or US Letter, gives every page the same standard size and centers the image with white margins around it. Choose Auto-fit for clean photo galleries and product sheets; choose a fixed size when the PDF needs to fit a specific printing or filing requirement.
Can I mix JPG and JPEG files? What about other formats?
JPG and JPEG are the same format with different extensions, so both work without distinction. To mix in PNG, WebP, or HEIC images, use the Images to PDF tool, which accepts all those formats in a single batch. To convert other formats first, use PNG to PDF, WebP to PDF, or HEIC to PDF individually, then Merge PDF to combine the results. The reason JPG has its own dedicated tool is the no-re-encode performance advantage: PNG and WebP need to be decoded and re-embedded as alternate formats inside the PDF, which is slower and slightly larger. JPG embeds natively as-is, making the dedicated tool the fastest path for the most common image type.
Why is my JPG appearing rotated or sideways in the PDF?
It should not be. JPG files often contain EXIF orientation metadata recording how the camera was held, and a raw PDF embed ignores that metadata — which is exactly how photos end up sideways in other converters. JPG to PDF reads the EXIF orientation tag before embedding: an upright photo (orientation 1, or no tag at all) is embedded byte-for-byte with no re-encoding, and a rotated or mirrored photo is turned into upright pixels first, with the page orientation picked from the corrected width and height. That means the page preview and the downloaded PDF always agree with what your phone gallery shows. Rotating a photo does require re-saving its pixels, so those images are re-encoded at high quality (92%) instead of being copied verbatim; untouched photos keep their original bytes. If a photo still looks wrong, its pixels themselves are rotated and its EXIF tag says upright — open it in any image editor, apply a Rotate action, re-export, and convert again.
Will the PDF be searchable or contain selectable text?
No. JPG is an image format with no embedded text data, so the resulting PDF is also a pure image PDF — no text, no search, no copy-paste. If the JPGs are photos of documents (a phone-camera scan of a paper receipt, for example), run OCR PDF on the converted PDF to recognize the text and embed an invisible text layer. The result will look identical but become searchable. For best OCR accuracy, the source photos should be well-lit, in focus, and roughly straight-on (not severely angled). If text recognition is important, use the Scan to PDF tool from the start — it includes auto-cropping and perspective correction before OCR.
Is there a maximum number of images I can convert at once?
No fixed limit. The tool processes images in browser memory, so the practical ceiling depends on your device's RAM and the size of each image. On a typical laptop, batches of 100+ photos at 5 MB each work without trouble. On phones, 30-50 photos is a comfortable batch — beyond that the browser may slow down or crash. If you have hundreds of images, split into batches of 50, convert each to a PDF, then use Merge PDF to combine the partial results. Image dimensions also matter: a single 50-megapixel photo uses far more RAM during conversion than ten 12-megapixel photos. Compress huge images first or convert in smaller batches if you hit memory limits.
Why in-browser processing matters
Every PDFChamp tool runs inside this page: the file you choose is read by JavaScript in your own browser and is never sent to a server, so nothing is uploaded, queued, or stored anywhere. That removes the upload wait, the processing queue, and the question of what happens to your file afterwards — the about page compares this architecture with server-side PDF tools.
Last updated