What is PDF Merging?
PDF merging combines multiple PDF files into a single document in a chosen order. In this implementation, each source file is loaded in the browser and every page is copied into a new output PDF.
The tool is designed for straightforward document assembly: cover page plus report, multiple signed forms, chapter PDFs, or several exports that need to be shared as one file. It does not attempt advanced reconstruction of bookmarks, form fields, or metadata trees.
Everything runs locally with `pdf-lib`. Your PDFs are read from disk, merged in memory, and the final file is downloaded from the browser without being uploaded to an application server.