Tables and complex layouts in PDFs are notoriously fragile, the wrong merge tool re-flows them, breaks alignment, or substitutes fonts. Lossless merging keeps everything intact. Here is what the extension does to keep formatting and what tools you should avoid.
Pixel-Perfect Merging, Every Page
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome, FreeWhat "preserves formatting" means
Three things should survive a merge:
- Layout. Page boxes, margins, and any fixed positioning.
- Fonts. Embedded fonts and their subsets.
- Tables and figures. Aligned content, embedded images, and vector graphics.
The extension passes pages through unchanged, so all three survive.
How tools break formatting
Common ways merging breaks formatting:
- Re-flow: Some tools re-flow text into a single column, destroying multi-column layouts.
- Font substitution: If the original embedded font is dropped, the reader uses a fallback that may have different metrics, breaking line lengths.
- Image re-encoding: JPEG/PNG re-encoding introduces visible artifacts on charts and diagrams.
- Vector flattening: Vector graphics get rasterized to bitmaps, with quality loss at higher zoom.
The extension does none of these.
Real-world examples
Tables in financial reports, legal filings, and academic papers are the most common formatting casualty:
- Balance sheets with tight column alignment, breaks if column widths shift even by one pixel.
- Court filings with line numbers, breaks if line spacing changes.
- Scientific figures with labeled axes, breaks if vector graphics flatten.
The extension does byte-level page copies, so all of these survive.
Verifying formatting after merge
Quick spot-checks:
- Open the source and the merged file side by side.
- Pick a page known to have a complex table or layout.
- Zoom to 200% in both. Lines should align identically.
- Pick a page with custom fonts. Letterforms should look the same.
If any of these visibly differ, the tool re-flowed or re-encoded.
When formatting tolerance is acceptable
Some merge use cases tolerate minor formatting changes:
- Personal records merged for filing.
- Read-only archive copies where you just need text searchable.
- Drafts where the final version will be re-exported anyway.
For these, any merge tool is fine. For published, signed, or distributed documents, lossless preservation matters.
How to Merge PDFs Preserving Formatting, Tools Compared
| Tool | Layout | Fonts | Tables | Vector graphics |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Preserved | Preserved | Preserved | Preserved |
| Adobe Acrobat Pro | Preserved | Preserved | Preserved | Preserved |
| iLovePDF Free | Preserved | Preserved | Mostly | Preserved |
| Smallpdf (with optimize) | Preserved | Sometimes substituted | Mostly | May rasterize |
| LibreOffice Draw | Often re-flows | Often substituted | Often breaks | May rasterize |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- Merge PDFs Without Compressing
- Merge PDFs With Bookmarks Preserved
- PDF Merger That Preserves Links
- Merge Financial PDF Reports
Frequently Asked Questions
Will my fonts look the same after merge?
Yes. Embedded fonts are copied through without re-embedding or substitution. Output looks identical to the source.
Why do some mergers change line lengths?
Font substitution or re-flow. Substitution swaps the embedded font for a system font with different metrics, which changes line widths. The extension never substitutes.
Are vector graphics safe?
Yes. Vector content is copied as PDF graphics, not flattened to bitmap. Zoom in any reader and the graphics stay sharp.
Will tables stay aligned across the merge?
Yes. Tables in PDFs are usually fixed-position content, and the extension preserves position byte-for-byte.
Does this work for non-Latin scripts (Arabic, CJK)?
Yes. As long as the fonts were embedded in the source PDF, they survive merging unchanged.