Merging five separate PDFs into one combined document produces a file that is often significantly larger than the sum of the individual files. A 2 MB report, a 3 MB appendix, and a 1 MB cover letter merge into a 12 MB combined file instead of the expected 6 MB. The merge operation added overhead: duplicate fonts embedded multiple times across the source files, redundant image data such as the company logo appearing in every source, unused objects carried over from each source file's editing history, and a file structure that was optimized for individual files rather than for a unified combined document.
Merging bloats files by default because the merge tool prioritizes faithfully preserving every byte of every source file over producing an efficiently structured output. Compression after merging strips the bloat without reducing the quality of the content inside, targeting the specific types of redundancy that the merge operation introduced.
Reducing file size after a PDF Compression merge requires a post-merge optimization pass that targets the specific types of bloat introduced during the merge operation: font duplication, image redundancy, orphaned objects, and structural inefficiency. WukongPDF's Reduce PDF Size tools handle post-merge compression with settings tuned for exactly these redundancy patterns, and the steps below address each source of post-merge bloat individually.

Why Merging Increases File Size Beyond the Sum of the Sources
When a PDF merge tool combines files, it processes each source file's internal structure and creates a new combined document. The most significant source of bloat is duplicate font data. If three of the five source files were created from the same Word template using the same corporate fonts, Arial, Times New Roman, Calibri, each source file independently embedded its own complete copy of those font files. The merge tool typically preserves all embedded copies rather than consolidating them into a single shared font resource. The combined PDF may contain three or four complete copies of the same Arial font data, each copy independently consuming 50-200 KB of file space depending on the font's glyph coverage.
Redundant image data contributes a second major source of bloat that is often larger than the font duplication. Source files that share identical images, a company logo on every letterhead, a repeated header graphic, a standard footer, a certification badge on every certificate, carry separate copies of those images. The merge tool does not deduplicate images across source files unless it is specifically designed with image-level deduplication logic built into the merge algorithm. The combined file stores the same logo three or four times, each instance consuming its full image data independently. Structural overhead from the merge process itself adds a third source of bloat, as the new document catalog, page tree, cross-reference table, and organizational objects add metadata on top of the combined content from all source files.
Try Compress PDF
No installation needed. Works directly in your browser.
Running a Post-Merge Compression Pass
Adobe Acrobat's PDF Optimizer provides the most thorough post-merge cleanup available without scripting. Open the merged PDF and navigate to File, Save As Optimized PDF. Under the Images panel, downsample color and grayscale images to 150 DPI, which is adequate for screen viewing and most office printing while dramatically reducing the data size of embedded photographs and graphics, typically by 60-80% for high-resolution images. Under the Fonts panel, enable font subsetting to remove unused glyphs from embedded fonts, keeping only the characters that actually appear in the document and discarding the thousands of unused glyphs that a complete font file contains. Under Discard Objects, enable removal of unused objects, duplicate resources, and redundant page content that the merge operation left orphaned in the new file structure.
Browser-based compression tools can also reduce post-merge bloat effectively, though with less granular control than desktop tools. Upload the merged PDF to WukongPDF's compression tool and select a medium or high compression setting. The tool identifies and consolidates duplicate resources by comparing content hashes, downsamples images to a balanced resolution, and streamlines the file structure by rewriting the cross-reference table and removing orphaned objects. The size reduction after a browser-based compression pass typically ranges from 30 to 50 percent for merged documents, with the exact reduction depending on how much duplicate data the merge introduced and how aggressively the compression settings target redundancy.
Deduplicating Fonts and Images Manually When Automatic Tools Fall Short
When automatic compression cannot fully address post-merge bloat because the tool lacks font or image deduplication capability, or because the duplicates are not exact matches but near-duplicates that escape hash-based detection, manual intervention can recover additional space. Extract all images from the merged PDF using Acrobat's Export All Images function. Identify duplicate images by comparing file sizes, pixel dimensions, and visual content. Reinsert a single copy of each unique image and configure the PDF to reference that single copy across all pages that need it.
For font bloat, the most effective manual approach is to print the merged PDF to a new PDF using a PDF printer driver that creates a fresh file from the visual output. The print-to-PDF process renders all pages as they appear on screen and creates a new PDF with a single set of font resources, effectively consolidating the duplicate fonts from the original merge into one unified font set. The trade-off is that the printed PDF may lose interactive elements, hyperlinks, form fields, and bookmarks that were present in the original merged document, making this approach suitable only when the visual content is what matters and the interactive features are expendable.
| Bloat Source | How Merging Creates It | Compression Fix |
|---|---|---|
| Duplicate fonts | Same fonts embedded in multiple source files | Font subsetting, or print-to-PDF to consolidate |
| Redundant images | Identical logos or graphics in multiple sources | Image deduplication, or replacement with single shared instance |
| Orphaned objects | Merge process leaves unused objects in file structure | Discard unused objects in PDF Optimizer |
| Unoptimized file structure | Combined document lacks structural optimization | Save As Optimized PDF to rebuild cross-reference table |
Verifying Quality After Post-Merge Compression
Open the compressed merged file and scroll through every page to confirm visual quality across the entire document. Check pages that originated from different source files for consistent image quality, font rendering, and color reproduction. Pay special attention to pages near the merge boundaries where source files joined, as these are the locations where compression artifacts are most likely to appear because each source file's content may respond differently to the uniform compression settings.
Compare the page count of the compressed version against the original merged version and confirm that no pages were lost, reordered, or damaged during compression. A quick side-by-side comparison of the first page, a middle page, and the last page from each original source file within the merged document catches the most common compression failures. Confirm that the file size reduction is proportional to the bloat identified, typically 30-60% reduction for a merged document with moderate redundancy.
Try Compress PDF
No installation needed. Works directly in your browser.
