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

