PDF Merger
PDF Merger works with a client-first workflow and uses PHP only where browser JavaScript is not the best option.
Practical PDF Work In The Browser
PDF Merger is a free online tool on KST Tool Web that runs entirely inside your own browser. Nothing you enter is uploaded, there is no account to create, and there is no limit on how often you use it.
PDF is the format everyone standardises on and almost nobody enjoys editing. The common needs are simple enough to describe in a sentence: combine several documents into one file, pull a range of pages out of a long report, reorder pages that were scanned out of sequence, or reduce a file below an email attachment limit. The frustration is that these small operations traditionally required either expensive desktop software or uploading a confidential document to a stranger's server.
Browser based PDF handling changes that. Using a JavaScript PDF library, the document structure is parsed and rewritten entirely inside the page. Pages are copied between documents as complete objects, so text stays selectable, fonts stay embedded, and vector graphics stay sharp. Your contract, invoice, or medical record is never uploaded.
What pdf merger does specifically
The controls on this page map directly to what the operation actually needs, so there are no settings present purely to look configurable. Files up to roughly 20 MB are comfortable here; beyond that, performance depends more on your device than on the tool. Processing is handled by JavaScript pdf-lib, chosen because it is the most dependable option available for this particular operation rather than the most impressive sounding one.
How To Use PDF Merger
Here is the quickest way to get a usable result from PDF Merger:
- Choose your PDF file or files. For merging, select them in the order you want them combined.
- Enter any page numbers or ranges the tool asks for, using a format such as 1-3 or 2,5,9.
- Run the tool. Larger documents take a moment because the file is parsed in your browser rather than on a server.
- Download the new PDF and open it to confirm the page order and count before you send it anywhere.
Common Situations
The most common uses for this tool are:
- extracting the pages a colleague actually needs
- reducing an attachment below a mailbox limit
- combining scanned pages into a single document to email
- reordering pages that came out of a scanner backwards
What Browser PDF Tools Can And Cannot Do
It is worth being honest about the limits rather than discovering them halfway through a deadline. Merging, splitting, extracting page ranges, and reordering are structural operations that work reliably, because they move existing page objects rather than reinterpreting their contents. Compression is more limited: a browser library can strip redundancy and re-save the document efficiently, but it cannot aggressively downsample every embedded image the way a dedicated print production tool does. A PDF that is large because it contains fifty high resolution photographs will still be large afterwards.
Editing the text inside an existing PDF is a genuinely hard problem and not something to expect from any lightweight tool. PDF stores text as positioned glyphs with no notion of paragraphs, so changing a word means recalculating the layout of everything around it. If you need to rewrite content, go back to the source document, make the change there, and export a fresh PDF. Encrypted files also need the password before anything can be read, since the protection is real encryption rather than a flag that can be cleared.
Frequently Asked Questions
Is PDF Merger free to use?
Yes. PDF Merger is free with no account, no sign up, and no usage limit. There is no paid tier that unlocks extra features, and results are not watermarked.
Is my data uploaded to a server?
No. PDF Merger runs entirely in your browser using JavaScript. Whatever you paste or select is processed on your own device and is never transmitted to KST Tool Web or to any third party. You can confirm this by opening your browser's network tab while you use the tool.
Does the text stay selectable?
Yes. Pages are copied as complete objects rather than converted to images, so text stays selectable and searchable and any embedded fonts are preserved.
Why will my file not open?
The most common cause is password protection. An encrypted PDF cannot be read until the password is supplied, because the protection is genuine encryption rather than a flag that can be ignored.
Why does the result differ slightly from another tool?
Different tools make different assumptions, particularly about rounding, whitespace, and which edge cases count. Neither answer is necessarily wrong; check which assumption matches your situation before deciding.
Does it work offline?
Once the page has loaded, browser based tools keep working even if your connection drops, because the processing happens locally. You will need a connection again to load a different page.