Multiple PDF files being merged into one document and a single PDF being split into separate files

The Complete Guide to Merging and Splitting PDF Files (2026)

Whether you're assembling a report from scattered scans or carving one chapter out of a 200-page manual, here's every merge and split technique you need.

You've got five scanned invoices, each saved as its own file, and finance wants one attachment. Or you've got a 180-page policy manual and only need pages 40–52 for a colleague. These two operations — merging and splitting PDFs — are among the most common things people need to do with PDF files, and among the most frustrating when you discover Adobe Acrobat charges a monthly subscription just to enable them. This guide covers when to merge, when to split, how to do both correctly, and what to watch for when page sizes or bookmarks are involved.

When Merging PDFs Makes Sense

The clearest case for merging is when a single submission requires a single file. Government portals, HR systems, and most web forms accept one PDF attachment — not a zip folder with six separate scans.

Combining scanned pages is the most common reason. You scan a multi-page contract page by page and end up with ten separate JPEGs or single-page PDFs. Merging them creates a coherent document that opens, scrolls, and prints correctly as a unit. You can use images-to-pdf to convert the images first, then merge the resulting PDFs.

Assembling a multi-section report is the second big use case. A quarterly report might have a cover page designed in Canva, a data appendix exported from Excel, and a legal disclosure generated by another tool — all as separate PDFs. Merging gives you one file with proper pagination.

Consolidating invoices for expense reporting is tedious when every vendor sends a separate file. A merged PDF lets accountants or approval workflows handle one document instead of ten.

Client deliverable packages — proposals, contracts plus annexures, design mockups with specs — benefit from being one downloadable file rather than a folder your client has to unzip and navigate.

The rule of thumb: if the recipient will read these files in sequence, merge them. If they need different files for different purposes, keep them separate and split later if needed.

How to Merge PDFs with OnlinePDFEdits

Go to /merge-pdf. The tool accepts multiple files simultaneously — drag them all into the upload zone at once, or click to select them from your device.

Step 1: Upload your files. You can upload PDFs, or images (JPG, PNG) that will be converted to PDF pages automatically.

Step 2: Set the order. After upload, the files appear as a list you can drag to reorder. Check this before merging — it's easy to miss a file out of sequence, especially when merging more than five documents.

Step 3: Merge. Click the merge button. Processing is server-side; large batches take a few seconds longer but there's no file count hard stop for typical use.

Step 4: Download. The merged PDF downloads immediately. Filename defaults to "merged.pdf" — rename it before sending.

Tips:

  • If you're merging scans, compress each scan first with /compress-pdf before merging. Scanned images stack linearly — ten 5MB scans make a 50MB PDF. Compressing first gets you to a more manageable size. File too large to email is the second most reported PDF pain point at an 88% frustration index, and merging high-res scans is a primary cause. Gmail caps attachments at 25MB (though encoding overhead makes the practical ceiling closer to 12–18MB for PDF attachments).
  • Check the page order on a quick preview before sending. Re-merging is fast, but catching a mis-ordered page after the client has it is awkward.
  • Password-protected PDFs need to be unlocked before they can be merged. If a source file is encrypted, you'll see an error at the merge step.

When Splitting PDFs Makes Sense

Splitting is the reverse problem: one file that's too large, too comprehensive, or organized in a way that doesn't fit your distribution need.

File too large to email is the immediate trigger for most people. You need to send a 60-page report, but Outlook's 20MB cap stops you. Split it at the halfway point and send two emails. More usefully, extract only the pages the recipient actually needs — most of the time, they don't need all 60 pages anyway.

Extracting one chapter or section from a reference manual, legal document, or textbook is a common academic and legal use case. You have a 400-page standards document and need pages 112–138 for a project. Extracting those pages gives you a small, sendable file without editing the source document.

Distributing sections to different teams is common in construction, finance, and compliance workflows. A project tender document might have a technical specification section, a commercial terms section, and drawings — different departments need different sections, and sending the whole document to everyone wastes time and creates version-confusion risks.

Removing sensitive pages before sharing is another driver. You have a report where pages 8–10 contain salary data that shouldn't leave your department. Extract everything except those pages, or use /delete-pdf-pages to remove them directly.

How to Extract Pages with OnlinePDFEdits

Go to /extract-pages. Upload your PDF, then specify which pages you want to keep.

Specifying a range: Enter a page range like 1-10 or 40-52. You can also enter individual pages separated by commas: 1, 5, 12, 30. Combine both: 1-5, 12, 30-35.

What the tool produces: A new PDF containing only the pages you specified, in the order they appeared in the original. The original file is not modified — you're always working on a copy.

What you don't get: Page labels and bookmarks (a.k.a. table of contents entries) from the original document are generally stripped in an extracted sub-document. If the destination needs a navigable TOC, you'll want to add bookmarks back manually in a full editor, or plan your extraction around section boundaries so readers don't need them.

For batch splitting — splitting every page into its own file, or splitting a 100-page document into 10-page chunks — the same tool handles this. Select your chunk size or "split every page" and download a zip file of the results.

Merging PDFs of Different Page Sizes

Most people don't think about page sizes until the merged document looks wrong. A letter-size (8.5×11 in) page and an A4 page (8.27×11.69 in) are close in size but not identical. When merged, each page retains its original dimensions — the viewer shows them at different widths, which can look inconsistent in a presentation context.

Practically, for most business documents this doesn't matter. Printers handle mixed-size PDFs correctly; screen readers see each page at its own size. It only becomes a problem if you're combining a landscape-oriented page (like a wide spreadsheet) with portrait pages — the landscape page will appear rotated or very small if the viewer normalizes to one size.

If you need consistent page sizes across a merged document, normalize each source file to the same page size before merging. You can do this with the /edit-pdf tool to resize or re-lay out content, then merge.

The bottom line: mixed page sizes in a merged PDF are technically valid and will work fine for most uses. The visual inconsistency is a presentation concern, not a technical one.

Splitting by Bookmarks vs. by Page Range

These are two different philosophies, and the right choice depends on whether your source document has a meaningful structure.

By page range is the practical default. You know you want pages 1–15, or pages 40–52, and you type the numbers. No document structure required. This works on any PDF, including scanned documents with no internal navigation.

By bookmarks (also called splitting by outline or chapter) is more precise when the source document has a well-structured table of contents. A properly tagged PDF from a word processor or design tool will have bookmarks at chapter or section level. Splitting by bookmark extracts each section as its own file, named by the bookmark label. This is faster and less error-prone than manually determining page ranges for a 20-chapter document.

The catch: not all PDFs have usable bookmarks. Scanned PDFs have none. PDFs exported from some tools generate shallow or incorrect bookmark structures. Before relying on bookmark-based splitting, open the PDF in a viewer that shows the bookmark panel (most desktop viewers do) and verify the structure is complete and accurate.

If your PDF lacks bookmarks but has clear visual section headings, use /edit-pdf to review the document and manually note page numbers, then split by range. It's an extra step but it's precise.

For more detail on organizing pages within a document after splitting or merging, see /blog/merge-organize-pdf-pages.

Batch Merging: Handling 10+ Files

Merging two PDFs is trivial. Merging twenty requires a bit more care.

Sort before you upload. File explorers sort alphabetically by default, which is often not the order you want. Rename files with a numeric prefix (01_intro.pdf, 02_chapter1.pdf) before uploading if you need a specific order, or be prepared to drag-reorder in the tool.

Watch total file size. Ten 8MB scans make an 80MB PDF. If you're merging more than five or six scanned documents, compress each one first. The /compress-pdf tool processes one file at a time, but it's fast — run your sources through compression before assembling the final merge. See /blog/pdf-too-large-to-email for detailed compression guidance once you have the merged result.

Verify the output. Scroll through the merged PDF before distributing it. Check the last page of each source section — page breaks and pagination can occasionally look unexpected when different document styles are combined.

Check for encryption issues early. If any source file is password-protected, identify and unlock it before starting. One encrypted file in a batch of twenty will halt the entire merge.

Protect the result if needed. A merged document of sensitive materials (contracts, HR documents, financial reports) may need to be password-protected before distribution. Use /encrypt-pdf after merging.


FAQ

Can I merge PDFs for free without Adobe Acrobat?

Yes. Adobe Acrobat Pro's subscription is a common driver toward free alternatives — and browser-based tools handle merging and splitting without any software install. OnlinePDFEdits /merge-pdf processes the merge server-side and returns a download immediately. No account required for basic use, no watermarks added to the output.

What's the maximum number of PDFs I can merge at once?

Most browser-based tools, including OnlinePDFEdits, handle typical batch sizes of 10–20 files without issue. The practical constraint is total file size rather than file count. Very large batches of high-resolution scanned PDFs can time out. Compress your source files first and the process will be faster and more reliable.

Will merging PDFs preserve bookmarks from the original files?

Bookmarks from individual source files may not survive into the merged document, depending on the tool. If you merge five PDFs that each have their own internal navigation, the merged result often loses that structure. If navigable bookmarks matter for the merged document, you will need to add them back using a PDF editor after merging.

Is it safe to upload sensitive PDF files to an online merge tool?

Check the privacy policy of any service before uploading confidential documents. OnlinePDFEdits processes files server-side and does not retain documents after your session ends. For highly sensitive materials — legal contracts, medical records, financial data with personal information — consider whether an offline tool or encrypted upload channel is more appropriate for your compliance requirements. You can also encrypt the merged result before distributing it.

Usama Ramzan
Written byUsama RamzanFounder, Online PDF Edits

Usama Ramzan is the founder of Online PDF Edits, a browser-based PDF editor built to change text, images, and tables in existing PDFs without breaking their fonts, spacing, or multi-page layout. He writes about practical PDF editing, document workflows, and the engineering behind layout-safe editing.

Recommended reading

View all articles →