Duplicate PDF Pages
Drop a PDF, choose which pages to duplicate and how many times, and download. Duplicates can go next to the original or at the end.
Drop a PDF here or click to browse
Processed on your device — never uploaded
A narrow tool with a few very specific uses: printing several copies of a form on one job, repeating a template page, or producing a sheet of identical labels. Duplicated pages reference the same underlying resources, so ten copies of a page do not make the file ten times larger.
Features
- Duplicate any page or range
- Any number of copies
- Place duplicates next to the original, or all at the end
- Or duplicate the entire document N times
- Efficient — copies share resources rather than re-embedding them
- Client-side only
How to use the Duplicate PDF Pages
- Drop your PDF.
- Choose the pages to duplicate and how many copies.
- Choose where the duplicates go.
- Download.
Why use this tool
Because printing four copies of a two-page form usually means either four print jobs or a PDF that already contains four copies.
Frequently asked questions
Are my PDFs uploaded to a server?
No. The file is read with FileReader, processed by pdf-lib inside your browser tab, and written back out as a download. There are no network requests. You can verify this yourself: open your browser's developer tools, go to the Network tab, and run the tool — you will see the library load once from a CDN and nothing else. This matters because the documents people organise are bank statements, ID scans and signed contracts.
Will duplicating pages make my file much larger?
Barely. Duplicated pages reference the same fonts, images and content streams rather than embedding fresh copies, so ten duplicates of a page add very little. The page tree grows; the payload does not.
What is "duplicate whole document" for?
Printing multiple complete copies in one job. A 3-page form duplicated 4 times gives a 12-page PDF you can send to a printer once, rather than printing the same file four times.