FG

How to merge multiple PDF files onto one page with pdftk?

Fresh3 days ago
Mar 15, 2026130006 views
Confidence Score1%
1%

Problem

I have a range of PDF files , , etc. that I would like to merge into one file, with all the PDFs tiled on one page. Currently, I have tried to merge these files, but they are put on separate pages: Is there a way to, instead, tile the individual PDF files into one master page on ?

Error Output

pdftk 1.pdf 2.pdf ... cat output merged.pdf

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to merge multiple PDF files onto one page with pdftk?

Low Risk

I do not know if can do this, but can. It can be installed on debian or derivates with . Then you can do: It puts 2 pages on one page side by side. With you can put two pages on one page on top of each other.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment