PicToPDF

JPG to PDF, with the JPG left exactly as it was

Most converters decode your photo and compress it again on the way into the PDF. This one copies the JPEG straight in, so the image inside the PDF is the same data you started with. Nothing is uploaded.

Updated August 2026

  • Original quality means original: no second compression pass.
  • Any number of JPGs into one PDF, in the order you set.
  • No upload, no watermark, no account.

Converter

The thing most converters get wrong

A PDF can hold a JPEG natively. The format has a filter called DCTDecode that means, literally, "the bytes that follow are a JPEG, hand them to the JPEG decoder". So converting a JPG to a PDF should cost you nothing at all.

A lot of tools do it the lazy way instead: decode the JPEG to pixels, draw it onto a canvas, encode a new JPEG at whatever quality they picked, and put that in. It works, and it also throws away detail you will never get back. Run the same photo through five such tools and you can see the damage.

With Quality on Original, this tool skips all of that. It reads the dimensions out of the JPEG header, writes the header into the PDF, and copies the file body across. The only case where it cannot is a CMYK JPEG, which is rare outside print workflows and gets converted properly instead of coming out with inverted colours.

What each quality setting does

SettingWhat happensUse it when
OriginalJPEGs copied in unchanged. Nothing else is touched more than once.Almost always.
HighRe-encoded at quality 92. Visually identical on photographs.You need every page normalised to the same encoder.
Smaller fileQuality 80. Roughly half the size on a typical photo.Emailing a batch, or an upload form with a size cap.
Smallest fileQuality 65. Visible on text and hard edges.The form says 2 MB and nothing else worked.

Getting the page order right

Browsers do not sort dropped files. What you get is whatever order the operating system handed over, which for a folder selection is often creation order and occasionally nothing recognisable at all. If the pages matter, check the numbered list before you export and move things with the arrows.

A trick that saves the fiddling: rename the files 01.jpg, 02.jpg and so on before you select them, and add them one at a time in that order. Tedious once, reliable forever.

JPG, JPEG, and the other spellings

They are the same format. .jpg exists because MS-DOS only allowed three letter extensions and .jpeg did not fit. .jpe and .jfif turn up occasionally and are also the same thing. All of them are handled identically here.

If your files came off an iPhone they are probably .heic rather than JPG, which is a different problem with a different answer: see HEIC to PDF.

Questions people actually ask

Does converting JPG to PDF lose quality? +
Not here, as long as Quality is set to Original. The JPEG data is copied into the PDF unchanged, so the image inside the PDF is bit for bit the image you started with. Most online converters decode and re-encode, which costs you a generation every time.
Is there a limit on how many JPGs I can add? +
No fixed number. It is bounded by your device's memory, not by us. Phones handle 30 to 50 comfortably, laptops several hundred.
Why is my PDF bigger than the JPGs I put in? +
It should not be by much. If it is, you probably left Quality on High rather than Original, which re-encodes. Switch to Original and the PDF will land within a few kilobytes of the sum of your files.
Can I make the PDF smaller? +
Set Quality to Smaller file or Smallest file. That re-encodes each photo at a lower JPEG quality. On photographs the drop is hard to see; on screenshots and anything with text it shows up as fuzz around the letters.
Does the order of the files matter? +
Yes. Pages come out in the order shown in the list, which starts as the order the browser handed us and is not always alphabetical. Use the arrows to fix it before exporting.
Are the files uploaded to a server? +
No. Everything runs in this browser tab, which is why there is no progress bar for uploading and why it still works with the network off.
Is there a watermark or a sign-up? +
Neither. The only limit is a daily conversion count, which exists so the page does not become free hosting.

The app has no daily limit

The web tool is capped so the page does not turn into a free file server. PicToPDF on iPhone converts straight from the camera roll, keeps the originals untouched, and works on a plane with no signal.

  • Pick photos from the camera roll, the camera, or Files
  • HEIC in, PDF out, no format juggling
  • Pull the pages of a PDF back out as images
  • Runs on device. No account, no upload
Download PicToPDF for iPhone

Free on the App Store. Android version in the works.

Web tool vs the app

Conversions per day1 to 5 · unlimited
Straight from camera rollno · yes
Works offlineno · yes
Files leave your devicenever · never