Langsung ke konten
Kembali ke semua tool
Atur

Duplikat halaman

Ulangi halaman terpilih sejumlah kali di PDF yang sama.

0 B diunggah ke server

Tambah file dulu.

There are two different things people mean by duplicating pages, and this tool asks which one you want rather than guessing. Repeat the whole document N times, and you get the document back to back — the way you would run off ten copies of a two-page form on one sheet stack. Repeat each page in place, and every page is followed immediately by its own copies — the way you produce a set of identical tickets or labels to cut apart.

The distinction sounds pedantic until you get the wrong one: ten copies of a two-page form is either 1,2,1,2,1,2… or 1,1,1,…,2,2,2…, and only one of those comes off the printer in a usable order. You can also restrict the operation to a range, so only the pages that need repeating do.

How it works

  1. Drop in a PDF.
  2. Choose the mode: the whole document repeated, or each page repeated in place.
  3. Set how many copies, and optionally which pages it applies to.
  4. Save the result.

What people use it for

  • Printing twenty copies of a two-page form in a stack that collates itself.
  • Making a sheet of identical vouchers where each one is followed by its duplicates.
  • Repeating a single instruction page after every section of a manual.

Frequently asked questions

Is my file uploaded to a server?
No. The file is opened by JavaScript and WebAssembly running inside your own browser tab. It is never uploaded, there is no server-side processing and nothing is stored — closing the tab discards everything.
Which mode do I want?
"The whole document" if you want complete copies one after another, which is what you print when each copy must stay together. "Each page in place" if you want a page followed by its own duplicates, which is what you print when you will cut the sheets apart.
Does duplicating multiply the file size?
Much less than you would expect. A repeated page usually references the same content rather than storing it again, so a document duplicated ten times is far smaller than ten times the original.
Can I duplicate only some pages?
Yes. Give the page range and the rest of the document is left alone — useful when one appendix needs three copies and nothing else does.
Is this how I make a booklet?
No. A booklet needs pages reordered for folding, not repeated. Use the Make a booklet tool, which computes the imposition order for you.