[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to joind PDF files into one (was: How to manipulate PDF documents in Debian?)



On Tue, 2025-07-22 at 09:35 -0500, David Wright wrote:
I used to use pdfjoin to join pdfs (though there was a bug where some
pages would be oriented wrongly) and I needed to join some pdfs
recently. But there were so many dependencies for pdfjoin that I decided
to try pdfunite (that somebody had recently mentioned here), which I
already had installed. It worked perfectly.

I use

pdftk a.pdf b.pdf, c.pdf output together.pdf

You can also split

pdftk together.pdf burst

will produce pg_0001.pdf, pg_0002.pdf, pg_0003.pdf


Reply to: