Guide

JPG to PDF

Convert JPG and JPEG images to high-quality PDF documents instantly

Drop your jpg/jpeg file here or click to browse

Max file size: 100MB

Multiple images will be placed one per page in the resulting PDF.

What Happens When You Convert JPG to PDF

When you upload a JPG, the conversion engine (ImageMagick on CloudConvert) reads the pixel data and any embedded EXIF metadata from your image file. Rather than re-encoding or recompressing the pixels, ImageMagick wraps the original JPG bitstream directly into a PDF container. Each image becomes one page in the output document — the pixel data travels as-is, which is why the conversion preserves quality exactly.

This is the reverse of PDF-to-JPG conversion, which rasterizes vector content into a pixel grid. Here, you're starting with pixels and placing them inside a document wrapper. The PDF spec supports embedding JPEG data natively using DCT (Discrete Cosine Transform) streams, so there's no lossy re-compression — your 3 MB JPG becomes a 3 MB PDF page, not a degraded copy.

The PDF format adds a page tree, media box dimensions, and optional metadata on top of the embedded image. This thin wrapper is what lets PDF viewers display the image at a consistent physical size (e.g., A4 or Letter) regardless of the screen or printer being used.

Convert-To Tip
Because JPG data is embedded without re-compression, the output PDF is roughly the same file size as the input JPG (plus a few kilobytes of PDF overhead). If you need smaller files, resize or compress your JPG images before converting.

Page Sizing, Fit Modes, and Output Dimensions

The converter gives you three fit modes that control how each image is placed on the PDF page. Understanding these options helps you get the exact layout you need — whether that's a portfolio, a print-ready document, or a standard A4 page.

Fit ModeBehaviorAspect RatioBest For
MaxScales to fit within boundsPreservedMost use cases
CropFills dimensions exactlyPreserved (clipped)Fixed-size pages
ScaleStretches to exact sizeMay distortExact dimensions needed

When you set only a width, the height is calculated automatically to preserve the aspect ratio (and vice versa). Setting both width and height defines the exact page dimensions, and the fit mode determines how the image fills that space. If you leave both blank, the page size matches the image's native pixel dimensions.

For print-ready output, set dimensions in pixels based on your target paper size and DPI requirements. For example, an A4 page at 300 DPI needs 2480 × 3508 pixels. If your source image is smaller than the target dimensions, Max mode will not upscale — the image stays at its native size, centered on the page, avoiding blurry enlargement artifacts.

EXIF Metadata, Auto-Orient, and What Gets Stripped

Every JPG from a camera or smartphone carries EXIF (Exchangeable Image File Format) metadata — a block of data embedded alongside the pixel content. This includes the camera model, lens settings, ISO, shutter speed, timestamps, and often GPS coordinates recording exactly where the photo was taken.

One critical EXIF field is the orientation flag. When you hold your phone vertically and take a photo, the sensor actually captures a landscape image and writes an EXIF tag saying "rotate 90° when displaying." Most photo apps and viewers respect this flag, so the image looks correct. But when embedding into a PDF, some renderers ignore it — producing a sideways image.

The Auto-Orient option solves this by physically rotating the pixel data to match the EXIF orientation flag before embedding. The image is permanently rotated to the correct orientation, so it displays correctly everywhere — regardless of whether the PDF viewer reads EXIF tags.

The Strip Metadata option removes all EXIF data from the output. This has two benefits: it removes GPS coordinates and other personal information from shared documents, and it slightly reduces file size (EXIF blocks are typically 10–60 KB per image). The tradeoff is that you lose camera settings and timestamps — irrelevant for most sharing scenarios, but worth preserving for archival photography.

Important: if you enable Strip Metadata without Auto-Orient, the orientation flag gets removed but the pixels stay un-rotated — resulting in sideways images. Always enable Auto-Orient alongside Strip Metadata when working with phone photos.

Privacy Note
Phone photos often embed GPS coordinates in EXIF metadata, revealing exactly where the image was taken. When sharing PDFs publicly or with untrusted parties, enable "Strip Metadata" to remove location data and other personal information from the output file.

When JPG-to-PDF Results Don't Look Right

The most common issue is blurry output when printing. This happens when the source image has low resolution — a 720p phone screenshot (1280 × 720 pixels) looks sharp on a phone screen but prints at only ~100 DPI on an A4 page, producing visible pixelation. Camera photos at 4000 × 3000 pixels print beautifully because they provide 300+ DPI at the same page size.

Upscaling artifacts appear when you set width and height values larger than the original image with Scale mode. ImageMagick interpolates new pixels to fill the larger dimensions, producing a soft, blurry result. Max mode avoids this by refusing to scale beyond the image's native size. If you need a larger print, start with a higher-resolution source image rather than upscaling.

Color differences between screen and print can occur because JPGs typically use the sRGB color space, while professional printers expect CMYK. The conversion doesn't perform color space transformation — the embedded JPG retains its original profile. For critical print work, convert to CMYK in a dedicated image editor before creating the PDF.

Oversized PDF files result from very large source images. A single 8000 × 6000 pixel JPG from a modern mirrorless camera can be 15–25 MB, and a 20-image set produces a 300–500 MB PDF. If file size matters (email attachments, web upload limits), resize images to 2000–3000 pixels on the longest edge before converting — this typically cuts size by 60–70% with minimal visible quality loss at print sizes up to A4.

Mixed orientations in batch conversions can look inconsistent when printed double-sided — a landscape page followed by a portrait page creates awkward flipping. Consider separating landscape and portrait images into separate PDFs for booklet printing, or use a consistent crop to standardize page orientation. See our format comparison guide to decide if JPG is the right source format for your use case.

Real-World Workflows

A freelance photographer needs to deliver a 20-image client proofing set as a single PDF. Her edited JPGs average 4000 × 2667 pixels at 4 MB each (80 MB total). She uploads all 20, leaves fit mode on Max with no custom dimensions, and converts in about 25 seconds. The output PDF is 82 MB — each page matches the image's native dimensions, making it easy to review on any device. For email delivery, she pre-resizes to 2000px wide (800 KB each), producing a 17 MB PDF that fits within most email attachment limits.

A university student photographs 12 pages of handwritten lecture notes using her phone camera. The phone produces 4032 × 3024 pixel JPGs at 3–5 MB each, totaling about 45 MB. She enables Auto-Orient (several shots were taken at odd angles with the phone rotated) and strips metadata to remove GPS data before submitting. The conversion takes about 15 seconds and produces a 46 MB PDF that her professor can read, annotate, and archive — no sideways pages, no embedded location data.

An HR department digitizes employee ID photo scans for personnel records. Each scan is a 600 DPI JPG at 2400 × 3000 pixels (~2 MB). They convert individual photos to single-page PDFs with Strip Metadata enabled — removing timestamps and scanner serial numbers from the output. The 2 MB JPG becomes a 2 MB PDF in under 5 seconds. The standardized PDF format integrates cleanly with their document management system, and stripping metadata ensures no unintended personal data leaks when records are shared between departments.

JPG to PDF: Frequently Asked Questions

Answers to common questions about converting JPG images to PDF documents.

Simply upload your JPG or JPEG images to Convert-To.co, click "Convert to PDF," and download your PDF document in seconds. The conversion of JPG to PDF is completely free with no registration required and no watermarks added to your files.

JPG vs PDF: Understanding the Formats

JPG and PDF sit at opposite ends of the file format spectrum. JPG is a raster image format — it stores a grid of colored pixels compressed with lossy DCT algorithms, optimized for photographs where small detail loss is invisible. PDF is a document container — it can hold text, vector graphics, embedded fonts, and images in a structured layout designed to render identically on every device.

Converting JPG to PDF wraps the raster image inside this document container, gaining multi-page support, consistent print dimensions, and universal compatibility with document workflows (email attachments, form submissions, archival systems). The image data itself is unchanged — PDF simply provides a more structured envelope for it.

FeatureJPGPDF
TypeRaster imageDocument container
PagesSingle imageMulti-page
TextFlattened into pixelsSelectable, searchable
CompressionLossy (DCT)Lossless
TransparencyNoNo
EditingAny image editorRequires PDF editor

For a deeper comparison, read our guide on PDF vs JPG: when to use each format.