Convert JPG to PDF

Wrapping a photograph in a PDF is usually all a form actually wants, and converting JPG to PDF here costs you nothing: a PDF can carry JPEG data directly, so your image is embedded byte for byte rather than re-compressed. It happens in your browser, which for a photographed passport or bank statement is the only sensible arrangement.

  • Where it runs In your browser. The file is never uploaded.
  • Lossless Nothing is discarded. The PDF holds exactly what the JPG held.
  • File size limit Up to 100 MB per file, free, without an account.

Up to 100 files at once. Mixed formats are fine.

Why forms insist on a PDF

This is one of those conversions people need for entirely administrative reasons. You have photographed a receipt, a signed contract, a passport page or a utility bill, and the portal you are uploading it to accepts PDF and nothing else. The picture is fine. The container is wrong. Nothing about the content needs to change — it just has to arrive in the format the other end insists on.

This conversion is genuinely lossless

A PDF is allowed to hold JPEG data directly, exactly as it comes, and that is what happens here: your file is embedded byte for byte rather than decoded and re-compressed. The result loses nothing at all.

That is unusual. Most converters decode the picture and encode it again on the way in, which costs a little quality every time and is invisible enough that nobody mentions it. Here there is nothing to mention, because nothing happens to the pixels.

Why the PDF is the same size as the photo

The conversion is instant and the file size barely moves. A 3 MB photograph becomes a roughly 3 MB PDF. If you find a converter that produces something dramatically smaller, it has re-compressed your image — and for a photograph of a document, that is exactly where the small print stops being legible.

Page size: fit-to-image or A4

By default the PDF page is the same shape and size as your photograph, so there is no white margin and no scaling — the file is a picture in a wrapper, which is what the form wants.

If the document is going to be printed rather than uploaded, change the page size to A4 or Letter in the settings and the image is centred on a real sheet with a margin. It is scaled down to fit if it is too big, and never scaled up: enlarging a photograph to fill a page just makes it blurry at print size.

The text in the photo does not become text

This disappoints people often enough to be worth stating plainly. A PDF made this way contains a picture, so you cannot select or search the words in it, and a form that specifically demands "a text PDF" or "not a scan" will still reject it.

Reading the words out of an image is OCR, which is a genuinely different piece of software and is not part of this. If the document exists as a Word file or a real PDF somewhere, converting that is always the better path.

Everything happens in your browser. Photographs of passports, bank statements and signed contracts are precisely the files that should not be uploaded to a website in order to be put in a different wrapper, and here they are not.

Several photos, and the merge step that follows

Most of the reason anyone converts a photograph to PDF is that something downstream wants one file rather than five, and the conversion itself does not do that: each image becomes its own one-page PDF, so ten photographs come back as ten PDFs in a ZIP. Assembling them into one document is the merge tool on this site, a separate step that lets you set the page order deliberately.

A phone photograph is usually far larger than the page needs. If the result has to go through a form with a size limit, reduce the dimensions before converting rather than the quality after: a picture at half the width has a quarter of the pixels, and the text in a photographed document stays just as readable.

Why the PDF opens the same way everywhere

A JPG opens in whatever the receiving machine has decided handles pictures, which on a work laptop can be a photo gallery that hides the file, and on a phone can be an editor that offers to crop it. A PDF opens in a reader, at a page size, in the orientation you set — which is why forms ask for one even when the content is a photograph.

That predictability is the whole product here. The image inside is untouched, so nothing is traded for it: what changes is the wrapper, and the wrapper is what the other end was asking about.

How to turn a photo into a PDF

  1. Drop your JPG onto this page, or click to choose one.
  2. It becomes a PDF straight away, in your browser, with the image untouched.
  3. Download it — or adjust the page size first if it is going to be printed.

JPG vs PDF: the same picture in a document wrapper

JPG compared with PDF
JPGPDF
Full nameJPEG ImagePortable Document Format
File extension.jpg, .jpeg, .jpe.pdf
Media typeimage/jpegapplication/pdf
CompressionLossy — file size is bought with qualityEither, depending on the setting
First published19921993
Published byJoint Photographic Experts GroupAdobe
SpecificationITU-T T.81ISO 32000-2
LicensingOpen standardOpen standard
Standing todayCurrentCurrent
Bit depth8
Colour it can describeRGB, greyscale, YCbCrRGB, CMYK, greyscale
Largest image65,535 px per side
Opens in a browserEvery browserEvery browser
Considered insteadWebP, AVIF, HEICDOCX, HTML

What is lost

PDF has nowhere to put the EXIF block — camera, lens, shutter speed and ISO, IPTC fields, which hold captions, credits and keywords, the embedded ICC colour profile and the GPS coordinates, so those go no further than the JPG. Worth checking before the original is deleted, and worth knowing if the point was to strip it.

What the target format adds

PDF supports transparency and JPG does not. That is room the result has and the original never used — converting does not create a transparent background, it only makes one possible afterwards.

PDF supports layers. A JPG arrives already flattened, so the result has one layer — the structure has to be rebuilt by hand if it is needed.

Opening the result

Preview reads both JPG and PDF, so there is a way to check the result against the original without a second tool.

File size and quality

The result is larger than the original and no better. JPG has already discarded detail, and PDF stores what is left without discarding more — it prevents further loss rather than undoing the first one.

What each format is for

JPG is Joint Photographic Experts Group's format, published in 1992. It records 8 bits per channel.

PDF comes from Adobe and dates from 1993, specified as ISO 32000-2. Adobe Acrobat, Preview and LibreOffice Draw all read it.

JPG to PDF: quality, page size and text

Are my JPG files uploaded anywhere?

No. This conversion runs entirely inside your browser, so the file never leaves your device. You can confirm it yourself: open the network tab of your browser's developer tools and convert something. You will see the page load, plus the analytics and advertising the site is paid for with — and nothing carrying your file. The engine behind this particular pair is pdf-lib, a PDF writer that runs entirely in JavaScript; your browser fetches it once and caches it.

Does converting JPG to PDF lose quality?

No. This is one of the few conversions that is genuinely lossless: a PDF can hold JPEG data directly, so your image goes in exactly as it is, byte for byte. It is not decoded, not re-compressed, and not touched. The PDF is about the same size as the JPG plus a few hundred bytes of structure.

Can I put several photos into one PDF?

Not yet — each file becomes its own PDF. Merging several into a single document is a PDF tool rather than a conversion, and it is on the list. For now, drop a batch and take the results as a ZIP.

What page size do I get?

By default the page is exactly the size of your image, so there is no white border and nothing is scaled. If you need it to print on paper, change the page size to A4 or Letter in the settings under the result — the image is then centred and scaled down to fit, never scaled up.

Will the text in my photo be searchable?

No. A photograph of a document is a picture of text, not text, and this conversion does not read it. Making it searchable needs OCR, which is a different job and is not offered here yet. If the form you are filling in requires selectable text, you need the original document rather than a photo of it.

Is my photo uploaded?

No. This runs entirely inside your browser — you can watch the network tab while it happens and see that nothing is sent. It works with your connection turned off.

More about these formats

Where these figures come from

The claims this page makes about JPG and PDF are checkable, and these are the documents that settle them.