Combining multiple PDFs using pdftk
Contents
Previously, I needed to extract multiple ranges from a big PDF.
Now I want to use pdftk
to combine two PDFs into a single file in order to support a claim, and this worked for me:
pdftk A=foo.pdf B=bar.pdf cat A1 B3 output baz.pdf