Why Your PDF Is So Much Bigger Than the Images

Nothing went wrong. A PDF built from images is essentially those images stacked one per page, plus a couple of kilobytes of structure, so if the photos were 40 MB the PDF is about 40 MB.

Short answer: A PDF made from images is the sum of those images plus a couple of kilobytes of container, so a 40 MB PDF means roughly 40 MB of images went into it. Only two things move that number, the pixel count and how hard the pixels are compressed, which is why the only real fixes are fewer pages, fewer pixels, or lossier compression.
Image to PDF under a size limit

Set 200 KB, or any figure a portal demands. This is the one mode that re-compresses on purpose.

Drop your images here
set a byte limit and the converter works down to it
Choose images

    🔒 Private by design: your images are converted in this browser tab and never uploaded.

    Add up the source images before you blame the converter

    Open the folder, select the images and look at the total. If it says 38 MB, then a 40 MB PDF is arithmetic rather than a fault. A PDF is a container: it holds each image as a compressed stream, plus a page description and a cross-reference table. On this site's converter that structure costs a couple of kilobytes for the whole document, not per page, and it is not something you can tune away.

    This is also why the main converter on the home page does not quietly help you out — the tool above is the size-limit one, and it starts with a 200 KB limit already set. A baseline JPEG's own bytes are copied straight into the PDF, so the page is exactly as big as the JPEG was. That is deliberate, and it is the reason there is no quality loss, but it does mean nothing shrinks unless you ask for it.

    Why a PDF gets so big after converting images

    Three things drive the number, in rough order of how often they are to blame.

    • Pixel count. A current phone shoots 12 megapixels or more, and a single photo off the camera roll is commonly a few megabytes. Twenty of those is a PDF you cannot email. Page settings do not change this: a 12 MP photo placed on an A6 page stores exactly the same pixels, it just prints them smaller.
    • The wrong format for the content. PNG for photographs is the biggest avoidable cause, and it gets its own section below.
    • Page count. Every image becomes a page and every page carries its own image stream. Scanning sixty sheets just in case gives you sixty times the problem.

    What is not to blame: page size, orientation, margins and the resolution setting. Those decide how large the image is printed on the sheet. They do not change how many pixels are stored, so they barely move the file size at all.

    PNG for photographs is where it really goes wrong

    PNG compression is lossless, so it has to reproduce every pixel exactly. That is excellent for screenshots, logos, charts and line art, where large flat areas compress away to almost nothing. It is poor for photographs, where fine grain and sensor noise are close to random and there is very little to squeeze. The same photo saved as PNG is routinely several times the size of the JPEG.

    There is a second surprise when a PNG goes into a PDF: the page can come out larger than the .png file on disk. PDF has no PNG filter, so the image is decoded and re-stored as an 8-bit RGB stream with lossless Flate compression. Pixel for pixel it is identical and nothing is degraded, but a greyscale scan or a small palette-indexed graphic is expanded to three full colour channels on the way, and transparency is written as a second stream alongside it. A small indexed PNG can grow a lot on that trip.

    If your sources are photographs saved as PNG, re-saving them as JPEG first is the biggest single saving available. PNG or JPG for a PDF covers which format suits which kind of image.

    A rough estimate you can do before converting

    Start from the raw pixel data, which is width times height times three bytes. A 4000 by 3000 photo is 36 MB of raw pixels. Then apply a rough compression ratio.

    What you feed itRoughly, per imageTwenty of them
    JPEG from a phone cameraabout a tenth of raw, so 3 to 4 MB60 to 80 MB
    PNG of that same photographa third to a half of raw, so 12 to 18 MB240 MB and up
    PNG screenshot, chart or scan of textoften well under 1 MBunder 20 MB

    Add a couple of kilobytes for the container and that is your answer. The ratios move with the content, but they are close enough to tell you whether you have a compression problem or simply too many photographs.

    The fixes, in order of what you lose

    Work down this list and stop as soon as you are under the limit. Each step costs more than the one above it.

    1. Remove pages you do not need. Free. Delete the thumbnails you are not sending before you convert.
    2. Re-save photographic PNGs as JPEG. Costs one generation of JPEG compression, which at high quality you will not see, and often cuts the page by three quarters.
    3. Reduce the pixel dimensions. A full A4 page at 150 dpi needs about 1240 by 1754 pixels, and anything beyond that only helps someone who will zoom in or print. This converter has no resize control, so do it first in Preview, Photos, Paint or IrfanView.
    4. Lower the JPEG quality. On the main converter on the home page, open More options and set Image quality to Smaller file. Everything is then re-encoded as JPEG at around 82 per cent, and any transparency is flattened onto white.
    5. Set a hard byte target, which is the next section.

    One thing this site cannot do is compress a PDF you already have. It builds PDFs from images and will not take a PDF as input. If the originals are gone, macOS Preview can shrink one through File, Export, Quartz Filter, Reduce File Size, though it is blunt and the result often looks it. Acrobat's compression gives you more control if you have it.

    Setting a hard byte limit

    The converter above arrives with a 200 KB limit already selected. The menu runs from 50 KB to 5 MB, a Custom box takes anything from 5 KB to 50 MB, and No limit — best quality switches the whole thing off. It builds the PDF at JPEG quality 92 first, which is the best this mode will do — even that first pass re-encodes, because asking for a byte ceiling means giving up the untouched-bytes route. If it does not fit, the tool searches downwards through JPEG quality settings, and only when quality alone cannot get there does it begin reducing pixel dimensions, ten per cent at a time. It measures the assembled PDF on every pass rather than the image, because the container costs bytes too, then shows you the byte count it actually achieved.

    Two things worth saying plainly. This mode discards image data on purpose, and so does Smaller file under Image quality. Only JPG and PNG ever go in untouched anyway: HEIC, TIFF, WebP, AVIF, GIF, BMP and SVG have no place in a PDF, so they are decoded and re-encoded once whatever you choose. And there is a floor, because a PDF carries a couple of kilobytes of structure whatever the image quality, so a very small target on a real photograph can be unreachable. When that happens the tool reports the smallest file it managed rather than pretending it hit the number. The same tool has its own page at image to PDF under a size limit.

    Sometimes the file is right and the limit is wrong

    If the PDF is going to a print shop, an archive or a legal record, the size is the point, and compressing a 300 dpi scan to clear a mail limit ruins what you made it for. Image to PDF at 300 dpi covers the print side.

    It is also worth checking what the limit actually is before you start destroying quality. The bounce message usually names a figure, and the receiving server can be stricter than the one you send from, so the smaller of the two applies. Two fixes that cost no quality at all: split the images across two or three smaller PDFs, or put the full-size file somewhere and send a link instead.

    On an iPhone, small files are the default

    The iPhone and iPad app takes the opposite trade-off to this website on purpose. It resizes photos to 1200 pixels wide and re-encodes them as JPEG at quality 0.8, so the PDFs it makes are small enough to email straight from the share sheet without any of the steps on this page. That is the right choice for sending a receipt or a signed form, and the wrong one for anything you are archiving or sending to a printer. It works with no internet connection, and it is free to try, with Premium unlocking unlimited conversions.

    Free on iPhone and iPad — with a document scanner, conversion history and no internet needed.

    Frequently asked

    Why is my PDF bigger than the original images?
    Usually PNG or HEIC. A PDF has no PNG filter, so a PNG is decoded and re-stored as an 8-bit RGB stream — a greyscale scan or a palette-indexed graphic gets expanded to three full colour channels, and transparency is written as a second stream alongside it. The pixels are identical, only the packaging changed. HEIC cannot go into a PDF at all, so it is decoded and re-encoded as JPEG at high quality, and that JPEG is routinely larger than the HEIC it came from.
    Does converting images to PDF compress them?
    Not on this site unless you ask it to. A baseline JPEG's own bytes are copied in untouched and a PNG is re-stored losslessly, so for those two the finished PDF is roughly the sum of the images plus a couple of kilobytes. HEIC, TIFF, WebP, AVIF, GIF, BMP and SVG cannot live in a PDF, so they are decoded and re-encoded once and their page size changes whether you asked or not. Use the size limit mode, or the Smaller file setting under Image quality, when you actually want compression.
    Can I compress a PDF I already have?
    Not here. This site converts images into PDFs and will not accept a PDF as input, so there is no compress-an-existing-PDF option. If you still have the original images, rebuild the PDF with a size limit set. If you do not, macOS Preview's Reduce File Size export filter or Acrobat's own compression will do it.
    Does lowering the resolution setting make the file smaller?
    No. The resolution setting only applies when the page size is Match the image, and it decides how large the image is printed on the page, not how many pixels are stored. Changing it from 300 dpi to 96 dpi gives you a bigger sheet of paper with the same picture on it, not a smaller file.
    What is the smallest a PDF of a photograph can be?
    There is a floor of a couple of kilobytes for the PDF structure itself, which no image setting removes. How low you can actually get depends on the photograph: the tool lowers quality first, then takes pixels away down to a 200 pixel long edge, and if that still misses the target it says so. It stops and tells you the smallest file it managed instead of quietly missing the number.
    Why is one page huge and all the others small?
    Look at the source image for that page. It is usually a PNG among JPEGs, a much higher-resolution scan, or one multi-megapixel photo mixed in with screenshots. After a conversion the tool lists the files with the route each one took, up to the first twelve, so you can see which was rebuilt and which passed through untouched. In size-limit mode everything is rebuilt, so use the main converter if you want that comparison.

    Convert on your phone, with or without signal

    The free iPhone app does everything this page does, plus a document scanner that finds the edges of a page for you, and a history of every PDF you have made. Nothing is uploaded there either.

    Free on iPhone and iPad — with a document scanner, conversion history and no internet needed.