WikiPlus

How to Combine PDF and Images Into One Document

Real-world document assembly rarely involves only PDFs. You might have a signed contract as a PDF, a supporting diagram as a JPEG, a scanned receipt as a PNG, and a reference document as another PDF. Getting all of these into one coherent file requires two steps: converting the images to PDF format, then merging everything together. This guide covers exactly that workflow, with free browser-based tools that do not require uploading your files to any server.

Why You Need Two Separate Steps

PDF merge tools work with PDF files. Image files (JPEG, PNG, TIFF, BMP, WebP) are not PDFs — they are raster image data without any of the PDF structural elements (page objects, content streams, cross-reference tables). A PDF merge engine cannot process raw image files as input; it needs complete PDF documents. The solution is to convert your images to PDF first, then merge the resulting PDFs with any other PDF files you have. This is a two-step workflow, but each step is fast and handled by a dedicated free tool. Step 1: Convert images to PDF. Use the Images to PDF tool to convert JPEG, PNG, or other image files to PDF. You can add multiple images in one conversion and set the page size (A4, Letter, custom). Each image becomes one page. The output is a valid single PDF with all the images as pages. Step 2: Merge everything. Take the image-converted PDF plus all your other PDF files and add them to the PDF Merge tool. Arrange them in the desired order. Merge and download. For most workflows, this takes about 2–3 minutes total. The outputs are clean, standard PDFs with no loss of image quality (the images are embedded in the PDF at their original resolution). An alternative route for images: some PDF editors and online tools allow directly inserting image pages into an existing PDF without a separate conversion step. If you have a PDF editor available, this can be faster for small insertions. But for assembling multiple mixed-format documents into one, the two-step approach is the most reliable.

Image to PDF Conversion Best Practices

The quality of the final merged document depends significantly on how well the image-to-PDF conversion is done. A few key settings determine the output quality. Page size selection. The Images to PDF tool lets you choose the page size for the output. If you know the final document will be viewed on screen only, Letter or A4 are fine defaults. If the document will be printed, match the page size to the expected print size. For photographs used as full-page images, consider using a custom page size that matches the image's aspect ratio — this avoids white margins. Image placement. Most image-to-PDF tools fit the image to the page with some margin. If you want edge-to-edge coverage (no margins), look for a 'fit to page' or 'full bleed' option. For document pages (scanned receipts, forms, certificates), margins are typically appropriate. Resolution considerations. Images are embedded in the PDF at their original pixel dimensions and the resolution declared in the image metadata. A 3000×2000 pixel JPEG with 72 DPI metadata embedded in an A4 page will scale to fill the page at a print resolution of approximately 100 DPI — acceptable on screen but too low for print. For print-quality output, ensure your source images are at 300 DPI or higher at the target print size. File format selection. JPEG images are embedded as JPEG in the PDF (efficient, lossy). PNG images are embedded as lossless compressed images (larger, but quality-preserving). For photographs, JPEG input is fine. For screenshots, diagrams, and images with text or sharp edges, PNG input preserves sharpness better. Transparency. PNG images with transparent backgrounds are embedded with transparency preserved in the PDF. The transparent areas will show as white when printed unless the background page color is set.

Use Cases: Documents That Mix PDFs and Images

The PDF-plus-images workflow is more common than it might seem. Here are the specific use cases where combining PDFs and images into one document is the right approach. Legal and business packages. A contract (PDF) accompanied by photographs of a property, product, or incident (JPEGs from a phone camera), signed authorization pages (scanned PDFs), and ID documents (photographed on a phone as JPEGs). All of these need to go into one submission package. Convert the phone photos to PDF, then merge with the contract and authorization PDFs. Insurance claims. The claim form (PDF), photographic evidence of damage (JPEGs), repair estimates (PDFs), and receipts (photographed as PNGs) — all need to be combined into one submission. Insurance portals often accept a single PDF more easily than a zip file of mixed formats. Academic submissions. A research paper (PDF), figures and charts created in software as PNG exports, and supplementary data tables from spreadsheet software exported as PDFs. The complete submission package needs to be one document. Architecture and design projects. Drawings exported as PDFs, site photographs as JPEGs, and specification documents as PDFs. Client packages are cleaner as a single merged PDF. Product documentation. A product data sheet (PDF), installation photographs (JPEGs), and warranty registration form (PDF) combined into one document for a customer packet. In each case, the workflow is the same: identify all the files, convert non-PDF images to PDF, sort everything into the desired order, then merge.

Maintaining Image Quality Through the Workflow

One concern with converting images to PDF and then merging is the potential for quality loss through multiple processing steps. Here is what actually happens to image quality at each stage. During image-to-PDF conversion, the image data is embedded in the PDF essentially unchanged. JPEG images are embedded as-is (not recompressed). PNG images are embedded losslessly. The PDF wrapper adds structure around the image without modifying the pixel data. There is no quality loss in this step. During PDF merge with the original mode setting, the embedded image objects from the input PDFs are written to the output PDF unchanged. No recompression. The image quality in the merged output is identical to the quality in the individual input PDFs. There is no quality loss in this step either. During PDF merge with the compressed mode setting, images may be reprocessed. MuPDF applies its compression pipeline, which may re-encode JPEG images with updated compression parameters. For most standard photographic JPEGs, this makes no visible difference. For high-quality print-ready images or images that have already been compressed multiple times, compressed mode may introduce additional artifacts. If image fidelity is critical, use original mode. Practical recommendation: to maintain maximum image quality through the entire workflow, use the original merge mode. Use compressed mode only when file size reduction is more important than maximum image fidelity — which is the case for most email, portal, and digital distribution uses. If you need to verify no quality was lost, compare the output image quality by zooming into the merged PDF to 200–400% and comparing the same detail against the original image file. Any visible difference indicates recompression occurred.

Frequently Asked Questions

Can I merge a Word document with a PDF?
The PDF Merge tool works with PDF files only. To include a Word document in the merged output, first export or print it to PDF (in Word: File > Export > Create PDF/XPS, or File > Print > Save as PDF on Mac). Then add the resulting PDF to the merge tool along with your other PDFs. This produces a merged document where the Word content is embedded as a PDF page, though interactive features like comments and tracked changes will not carry through.
What image formats can I convert to PDF before merging?
Our Images to PDF tool supports JPEG, PNG, WebP, GIF, and BMP images. For TIFF files, you may need to convert them to one of these formats first using an image converter. Once converted to PDF, any image can be included in a merge operation. The most common scenario is JPEG photos (from phone cameras) and PNG screenshots or diagrams.
Will combining a large number of high-resolution images make the merged PDF too large?
Yes, multiple high-resolution images can produce a large merged PDF. To manage file size, compress individual images before conversion (reduce JPEG quality to 80–85%, or reduce the image dimensions if the full resolution is not needed), choose the compressed merge mode to apply MuPDF's optimization, and consider whether all images need to be at their original resolution or whether a reduced size is sufficient for the intended use case.