Merge PDF Online
Combine several PDF files into one document, in the order you choose.
Drop your PDF files here
or browse your device
PDF files — up to 30, max 100 MB each. Files are processed on this device.
Doing this online means there is nothing to install, nothing to update and nothing to uninstall afterwards. Open this page, add your PDF file, and the merge pdf tool is ready — the same tool, with the same options, that powers every other merge pdf page on this site.
That matters more than it sounds. Desktop PDF software tends to arrive as a large download, ask for administrator rights, install a background updater and then propose a subscription. For a job you might do twice a month, that is a poor trade. An online tool has none of that overhead and is available from whichever computer you happen to be sitting at.
Everything the desktop version of this job needs is here: file validation before anything runs, live progress while it does, clear errors if something goes wrong, a retry button when it does, and a preview of the result before you commit to downloading it.
Merging PDFs is one of those jobs that sounds trivial until you actually need to do it. A signed contract arrives as one file, the annexes as three more, the cover letter as a fifth, and the person you are sending it to wants a single document. PDFNova's merge tool takes all of those files, keeps them in the order you set, and hands back one PDF with every page intact.
You are not limited to two files. Add up to thirty at once, drag them into the order you want, rotate any that came in sideways, and remove anything you picked by mistake before you commit. The page content itself is copied across untouched — text stays selectable, links stay clickable, and embedded fonts travel with the pages they belong to.
How to merge a PDF file
Add your PDF files
Drag them onto the upload area or press it to open your file browser. You can add files in several goes — each new selection is appended to the list.
Put them in order
Use the up and down controls beside each file. The number shown on the left is the position that file will take in the finished document.
Rotate anything that needs it
Press the rotate button beside a file to turn all of its pages 90 degrees at a time. The angle shown is what will be applied when you merge.
Merge and preview
Press Merge PDFs. The combined document appears in a viewer so you can scroll through it and confirm the order before committing to anything.
Download the result
Press the download button to save merged.pdf. If the order is wrong, start over and rearrange — nothing has been sent anywhere.
Why use this merge pdf tool
Nothing to install
No download, no installer, no administrator password. The merge pdf tool loads with the page and is ready as soon as you add a file.
Available from any machine
Work computer, home laptop, a borrowed device — the tool is at the same address with the same features and no licence to move across.
Always current
There is no version to keep up to date. Whatever improvements have shipped are what you get the next time you open the page.
The order is yours to set
Files are combined in the order shown on screen, not the order your operating system happened to hand them over. Move any file up or down until the sequence matches the document you have in mind.
Nothing is re-encoded
Pages are copied between documents rather than rasterised, so text remains searchable and selectable, vector graphics stay sharp at any zoom, and the merged file does not balloon in size.
Fix orientation as you go
If one of the source files was scanned sideways, rotate it in the file list before merging instead of running a second tool afterwards.
Features
- Up to 30 filesCombine as many as thirty PDFs in a single pass, each up to 100 MB.
- Drag and dropDrop files straight from your desktop, or use the keyboard to open the picker.
- Per-file rotationApply 90, 180 or 270 degrees to any file before it joins the merge.
- Live previewRead the merged document in the browser before you download it.
- Original qualityPages are copied, not re-rendered, so nothing is downgraded.
When people use this
Assembling a contract pack
Put the agreement, the schedules and the signed signature page into one file so the other side receives a single, complete document rather than an email full of attachments.
Submitting an application
Visa, university and grant portals frequently accept one upload per section. Merging your certificates, transcripts and identity documents into a single PDF gets you past that limit.
Combining scanned pages
Scanners often produce one file per page. Merge them back into the document they came from, rotating any that were fed in the wrong way round.
Building a report
Stitch a cover page, a body exported from your word processor, and appendices from other people into one deliverable.
Why do this online instead of installing software
Installed PDF software makes sense if you work with documents all day and need features like redaction, preflight or PDF/A validation. For the specific job of getting a merged PDF, it is a lot of machinery for a small task — and licensing usually assumes one machine, which is awkward the moment you are on a different computer.
An online tool inverts that. There is no licence tied to hardware, no version to keep current, and no install step standing between you and the work. Open the page, do the job, close the tab. If you need it again next month from a different device, it is in exactly the same place and behaves in exactly the same way.
The one thing an online tool has historically been worse at is privacy, because "online" usually meant "uploaded to somebody's server". That is not how this tool works. The processing runs inside your browser on your own device, so you get the convenience of an online tool without the file ever going anywhere.
How the merge actually works
When you press merge, each file is read into memory as an array of bytes and parsed with pdf-lib, an open-source PDF library that runs entirely in JavaScript. The tool creates an empty destination document and then copies page objects out of each source document into it, in the order you set on screen.
Copying at the object level is what preserves quality. A page's text runs, embedded fonts, images and vector instructions are transferred as-is rather than being flattened into a picture. Rotation, when you apply it, is written as a page attribute on top of whatever rotation the page already carried, so a page that was already 90 degrees out and gets another 90 ends up at 180 rather than snapping back to zero.
Privacy
Your files are not uploaded. When you add a PDF file, your browser reads it from your device into the memory of the tab you are looking at, and the merge pdf operation runs there using your own processor. Nothing is transmitted to any server at any point.
That means there is no file for anyone to store, no retention policy to trust, and no deletion schedule to take on faith. The document exists only in the memory of an open browser tab, and it is released the moment you close it, reload the page, or press start over.
The site uses standard anonymous analytics to count page views and how often each tool is used. Those events record which tool ran and whether it succeeded — never a file name, never file contents, and never anything that could identify a document or the person processing it.
No account is required, so no personal information is collected. There is no profile, no history and nothing tied to an identity, because no identity was ever created.
Security
The strongest security property this tool has is structural: your file never travels anywhere, so there is no transmission to intercept and no server-side copy to breach. This is not a policy that could change — it is a consequence of where the code runs.
You can verify it in about thirty seconds. Open your browser's developer tools with F12, select the Network tab, and use the tool. You will see the page's scripts load — including the PDF libraries, which are fetched on demand the first time a tool runs — and then nothing further. No request carrying your document is ever made.
For a stronger test, disconnect from the network once the page has loaded. The tool will keep working exactly as before, which is only possible because nothing is being sent.
Uploaded files are validated in the browser before anything runs: the extension must match what the tool accepts, the file must not be empty, and it must be within the size limit. Malformed documents produce a clear error and a retry option rather than a silent failure.
What this tool does not do
Being clear about limits is more useful than a feature list that quietly omits them. Bookmarks, interactive form fields and document-level JavaScript are not carried into the merged file, and encrypted PDFs must be unlocked in your own reader first.
If you need capabilities beyond that — redaction, PDF/A conformance, OCR, or scripted batch processing across thousands of documents — dedicated desktop software genuinely earns its licence fee, and this is not trying to replace it. For the specific job of producing a merged PDF, everything you need is on this page.
Frequently asked questions
- Do I need to install anything to merge a PDF file online?
- No. Everything runs in the browser you are already using. There is no download, no extension and no plugin to add.
- Does it work in every browser?
- Any current version of Chrome, Firefox, Safari, Edge, Brave, Opera or Vivaldi will work, on desktop and on mobile. Very old browsers may struggle with larger documents because they lack the memory management newer engines have.
- Do I need to be online the whole time?
- You need a connection to load the page. After that, the processing happens on your device, so a brief drop in connectivity part-way through will not interrupt the work.
- How many PDFs can I merge at once?
- Up to thirty files in a single pass, with each file up to 100 MB. If you have more than that, merge in batches and then merge the batches — the result is identical.
- Will merging reduce the quality of my pages?
- No. The tool copies page objects from the source documents into a new document rather than re-rendering them. Text stays text, images keep their original resolution, and vector artwork stays sharp.
- Can I change the order after I have added the files?
- Yes. Each file in the list has up and down controls, and the number beside it shows where it will land in the finished PDF. Reorder as much as you like before pressing merge.
- What happens to bookmarks and form fields?
- Page content, text and images are carried across faithfully. Document-level features such as bookmarks, the table of contents and interactive form fields are not currently preserved in the merged file.
- Can I merge a password-protected PDF?
- Not while it is still encrypted. Open it in your PDF reader, save an unprotected copy, and merge that. This is deliberate — the tool will not attempt to bypass a password.
Related tools and pages
- Merge PDFThe main merge pdf page, with the same tool and every option.
- Split PDFBreak one PDF into separate files, or pull out just the pages you need.
- Compress PDFShrink a PDF so it fits an upload limit or an email attachment.
- Rotate PDFTurn sideways or upside-down pages the right way up and save the change.
- JPG to PDFCombine JPG or PNG images into a single PDF, one image per page.
- Merge PDF — FreeMerge PDF completely free. Combine PDFs into one file, in your order. No trial, no card, no watermark, no daily limit.
- Merge PDF — Without signupMerge PDF without creating an account. No email, no password, no verification. Combine PDFs into one file, in your order.
- Merge PDF — UnlimitedMerge PDF with no daily limit and no queue. Combine PDFs into one file, in your order. Process as many files as you need.
- Merge PDF — FastMerge PDF without waiting for an upload. Processing starts the moment you press the button because your file never leaves your device.
- Merge PDF — SecureMerge PDF with your files staying on your device. No upload, nothing retained. Combine PDFs into one file, in your order.
- Merge PDF — Without uploadMerge PDF with no upload at all. Your file is processed by your own browser and never sent to a server.
Browse every PDF tool, or read the help and FAQ pages. Details of how files are handled are in the privacy policy.