How to Merge PDF With Different Sizes

Merging PDFs with different page sizes — mixing A4 reports, Letter-sized contracts, and landscape charts into one document — often produces an inconsistent viewing experience with pages jumping between dimensions. SublimePDF's merge API handles mixed-size merges and offers options to normalize, scale, or preserve original page sizes for a polished final document.

Follow the step-by-step instructions below, then use the free tool directly — no registration or download required.

Open Tool →

How to Merge PDF With Different Sizes — Step by Step

1

Upload your mixed-size PDFs

POST all files to /api/v1/merge as multipart/form-data. SublimePDF automatically detects each page's dimensions. The merge proceeds regardless of size differences.

2

Choose a page size strategy

Set the 'pageSizeMode' option: 'preserve' keeps each page at its original size (default), 'normalize' scales all pages to a target size, or 'largest' uses the largest page size as the target. Each has tradeoffs between fidelity and consistency.

3

Set the target size for normalization

When using 'normalize' mode, specify the target: { "pageSizeMode": "normalize", "targetSize": "A4" }. All pages are scaled proportionally to fit the target dimensions. Content is centered with margins if the aspect ratio differs.

4

Handle orientation mismatches

Set 'autoRotate': true to automatically rotate landscape pages to portrait (or vice versa) when normalizing to a single orientation. Set it to false to preserve each page's original orientation.

5

Review the merged output

Download and scroll through the merged PDF, paying attention to page transitions. Check that no content was clipped during scaling and that text remains legible on resized pages.

Pro Tips

  • 💡 The 'preserve' mode is safest when content integrity matters more than visual consistency — each page retains its exact original appearance.
  • 💡 When normalizing to A4, Letter-sized content may have slight white margins on the sides due to the narrower A4 width. This is usually acceptable for digital viewing.
  • 💡 For print production, normalize all pages to the same size before merging — printers require consistent page dimensions, and mixed-size PDFs cause feed errors on most printers.
  • 💡 Merge landscape charts and portrait text by preserving original sizes rather than forcing everything to one orientation — viewers handle mixed orientation naturally.

Privacy & Security

All processing happens directly in your browser. Your files are never uploaded to any server — they remain on your device throughout the entire process. SublimePDF uses WebAssembly technology for fast, secure, client-side processing.

Works Everywhere

This tool works on any modern browser — Chrome, Firefox, Safari, or Edge — on desktop, tablet, or mobile. No software to install. PDF is an open ISO standard supported by all major platforms.

How to Merge PDF With Different Sizes — FAQ

What happens if I merge A4 and Letter PDFs without any options?
By default ('preserve' mode), each page keeps its original dimensions. The PDF displays correctly, but viewers will show slight size jumps between pages. Most readers handle this seamlessly.
Does normalizing page sizes affect image quality?
Normalizing scales content proportionally. For vector content (text, shapes), quality is unaffected. For raster images (photos, scans), slight scaling up can reduce sharpness. The difference is imperceptible for small size changes like A4 to Letter.
Can I merge landscape and portrait pages?
Yes. Both 'preserve' and 'normalize' modes handle mixed orientations. In 'preserve' mode, each page keeps its orientation. In 'normalize' mode, set 'autoRotate' to control whether landscape pages are rotated to match.
How do I ensure consistent margins after merging?
If source documents have different margins, the merged output inherits those differences. For uniform margins, use the resize API on the merged output to add consistent margins, or regenerate source documents with matching margin settings.

Ready to get started?

Use SublimePDF's free tools right now.

Open Tool