Skip to main content

PDF Advanced Merge — Per-File Page Range and Reorder

Merge multiple PDFs with per-file page-range selection and reordering. Pick exactly which pages from each input file go where in the output — the editor most "merge PDF" tools never expose.

No sign up requiredFiles stay in your browser100% free

Tap to select files

Supports PDF, up to 200MB each

Runs entirely in your browser

How it works

  1. 1Drop your PDFs (or click Add files). Each file becomes one numbered part in the output.
  2. 2Reorder parts with the ↑ / ↓ buttons. Output flows top to bottom.
  3. 3Click Trim pages on any row to use only a slice ("1-3" or "1-3, 5, 7-end"). Default keeps all pages.
  4. 4Click Duplicate to pull from the same file twice — handy when a file has both a cover and an appendix you want apart.
  5. 5Click Merge. Pages are copied losslessly into a single output PDF and downloaded.

What to do next

About PDF Advanced Merge

PDF Advanced Merge is the kind of utility you bookmark and reach for when you need it. Merge multiple PDFs with per-file page-range selection and reordering. Pick exactly which pages from each input file go where in the output — the editor most "merge PDF" tools never expose. It loads quickly, works on any modern browser, and produces a result you can download or copy in a single click.

The processing pipeline is straightforward: your input is parsed by the open-source pdf-lib JavaScript library, transformed according to the options you select, and serialised back into a downloadable result. Accepted input formats are PDF. The 200 MB per-file ceiling matches what a typical browser tab can handle without paging to disk.

PDF Advanced Merge fits naturally into the workflow of teachers distributing course handouts and legal teams preparing exhibit bundles, both of whom typically need a fast result inside the browser. There is no learning curve to budget for: anyone who has used a typical web upload form can complete a run on the first try.

The execution model is straightforward: your file is bytes in the tab's memory, the engine reads those bytes, computes the result, and hands the result back to the browser. The transformation happens locally, which is why the tool keeps working when your network connection drops mid-job and why it produces the same result every run for the same input.

PDF Advanced Merge works well as a bookmarked utility you reach for when you need it. The first visit shows you what the tool does; the second is when you realise it is a low-friction option for the task and worth keeping in your tab list.

Once the engine finishes, `merged-{date}.pdf` is offered as an immediate download. There is no preview gate, no email-wall, and no "register to download" intermediary — the file is yours the moment it is ready.

The architecture imposes only the limits the browser itself imposes. The published 200 MB ceiling is conservative; most modern devices comfortably handle inputs up to that size, and the cap exists so the tool degrades gracefully on phones and budget laptops rather than running out of memory.

As a workflow component, PDF Advanced Merge is the part you reach for when a single, well-defined PDF document workflow step needs to happen. It performs that step and returns a standard file you can carry into the next part of your pipeline.

PDF Advanced Merge keeps the control set focused. Every option on the page is there because a real workflow needs it, and the defaults aim at the most common case so a first-time user can get the right output without changing any settings.

PDF Advanced Merge is structured around the idea that a useful tool should be its own page. Open the page, do the work, close the tab — the page is the entire product. There is no onboarding flow because there is nothing to onboard into.

PDF Advanced Merge is built around the moment of need: a focused page you open when you have a specific task, complete the task, and close. The catalog contains many adjacent tools so the same model serves the surrounding parts of a typical PDF document workflow workflow.

Pro tip: PDF Advanced Merge works just as well in a private/incognito window as in a normal one, which is occasionally useful when you want zero browser-history footprint of the job. Another tip: if the tool ever feels slow, it is almost always because the browser tab is competing for CPU with another tab — pausing or closing the heavy ones gives the engine room to work.

If PDF Advanced Merge appears to hang, the engine is almost certainly still working — large inputs simply take longer to process inside a browser than they would on a server with multi-core scheduling. For inputs near the 200 MB cap, give it up to a minute on a typical laptop before assuming something is stuck.

If PDF Advanced Merge solved your problem, sharing the page link with someone who has the same problem is the most useful thing you can do. The catalog grows mostly through word of mouth; visitors arriving through a recommendation tend to be the ones the tool serves best.

How it works

  1. 1Open PDF Advanced Merge in your browser. The page loads quickly and the tool is ready to use the moment it becomes interactive.
  2. 2Add your PDF inputs by dropping them onto the page or browsing for them. Multiple files are supported.
  3. 3Adjust the options to match what you need. Sensible defaults cover the most common case, so you can usually skip this step.
  4. 4Click to start the job. The engine (the open-source pdf-lib JavaScript library) processes the input in the page; you can watch the progress indicator until it completes.
  5. 5Grab the output named `merged-{date}.pdf` as soon as the run completes. You can also copy the result instead of downloading if the next tool in your workflow accepts pasted input.
  6. 6Run additional jobs as needed. The same controls and defaults apply on every run.

Common use cases

  • Shrink a scanned report so it fits past an email gateway using PDF Advanced Merge.
  • Lock a confidential document with a password before sharing externally.
  • Strip blank or test pages from a scanned document.
  • Send a polished, print-ready PDF to a client without watermarks.
  • Split a 200-page exhibit bundle into one PDF per exhibit.
  • Combine a portfolio sample into a single application packet.
  • Add page numbers to a draft report before circulating it for review.
  • Extract a specific signed page from a long contract bundle.
  • Convert a bundle of forms into a single archival PDF.

FAQ

How is this different from regular Merge PDF?

Regular Merge PDF concatenates whole files in the order you drop them. Advanced Merge lets you pick a page range from each file ("1-3,5,7-9 from File A; 2,4,6 from File B") and reorder the resulting blocks before you build the output.

Will it preserve form fields and annotations?

Yes — pages are copied via pdf-lib's copyPages helper, which preserves form fields, annotations, bookmarks and embedded fonts.

How big can the input be?

200 MB combined. There is no hard limit on file count.

Does it deduplicate fonts?

pdf-lib carries each source file's embedded fonts forward separately by default. The output PDF is slightly larger than a hand-deduplicated one but every viewer renders it correctly.

Will my PDFs upload?

No — every operation runs locally on pdf-lib in your browser tab.

What does the error message in PDF Advanced Merge mean?

Failures usually fall into one of three buckets: the input is in an unsupported format, the input is over the size cap, or the input is structurally malformed (a truncated download, a partial export, or a stream the engine does not recognise). The first two are easy to confirm — check that your file is one of PDF and that it is below 200 MB. For the third, opening the file in its native viewer first is the fastest way to confirm the source is intact.

Does PDF Advanced Merge ask for any browser permissions?

PDF Advanced Merge only needs the standard web platform — file picker access for the inputs you choose to load, and optionally clipboard access if you copy the result rather than downloading it. There is no microphone, camera, geolocation or background-permission request, because none of those are needed for the work the tool does.

Is the source for PDF Advanced Merge available?

PDF Advanced Merge is a static page running an open-source engine in your browser, so a typical corporate firewall does not get in the way as long as it allows JavaScript to load from Favtoo. For teams that need to host it themselves on an internal network, the underlying engine (the open-source pdf-lib JavaScript library) is open-source and can be packaged into a private build with the same behaviour. Reach out via the Contact page if that is something you are exploring.

How do I know I am using the latest version of PDF Advanced Merge?

PDF Advanced Merge is updated whenever the underlying engine releases an improvement or a bug fix. Because the tool is delivered as a static page, every visit fetches the latest version automatically — there is no "version" to manage on your end. If a particular release ever changes default behaviour, the change is documented on Favtoo's changelog so you can confirm what shifted.

Does Favtoo keep a copy of files I process with PDF Advanced Merge?

Favtoo keeps no copy of your file because Favtoo never receives your file. PDF Advanced Merge runs entirely in your browser, the input is held only in your tab's memory, and closing the tab discards it. There is no opt-in cloud history, no "recent jobs" panel synced to an account, and no server-side retention to configure — the architecture simply has nowhere for your file to be stored.

How fast is PDF Advanced Merge?

Most jobs finish in seconds. Speed scales with input size and with how many CPU cycles your browser tab has available — the engine runs in your browser, so it shares resources with whatever else you have open. For inputs near the 200 MB ceiling, expect anywhere from a few seconds to roughly a minute on a typical laptop. Closing other heavy tabs noticeably speeds things up.

Why use PDF Advanced Merge instead of a paid online tool?

Desktop apps usually have more advanced features but require installation, maintenance and (often) a licence. Paid online tools are convenient but route your file through their servers and gate downloads behind accounts. PDF Advanced Merge sits in between: free, instant, and private, but intentionally narrow in scope. For one-off jobs and the common PDF document workflow operations, it is usually the lowest-friction choice; for highly specialised work, a dedicated app is still the right answer.

Related tools

PDF to Black & White

Convert a color PDF to grayscale. Each page is rendered, desaturated, and re-embedded in a new PDF.

Split Pages Horizontally

Split each PDF page into left and right halves. Ideal for scanned book spreads where two pages are captured in one scan.

PDF Comparison Tool

Visually compare two PDF files. Each page is rendered and diffed pixel-by-pixel, highlighting all changes in red.

Interleave PDF Pages

Interleave pages from two PDFs by alternating pages (A1, B1, A2, B2…). Ideal for reassembling duplex scans.

Reverse PDF Pages

Reverse the page order of a PDF document. All content, annotations, and formatting are preserved.

ZIP PDF Files

Bundle multiple PDF files into a single ZIP archive. Drop your PDFs and download them as one ZIP file.

Extract Single PDF Page

Extract any single page from a multi-page PDF into a new single-page PDF. Choose your page number — all content and annotations are preserved.

N-Up PDF Tool

Arrange two PDF pages per sheet (2-up layout) on landscape A4 pages for efficient printing.

View all PDF Tools