Re: pdftk
On Mon, Aug 26, 2019 at 09:41:39AM +0200, steef wrote:
is there a simple commandline command to get pdftk so kind to merge a
couple of pdf-files? the explanation in the man and --help-files is
for me in somewhat cryptic english. kind regards, Now it complains
with 'input-errors'.
An example from the man page for pdftk gives three approaches to merge
in1.pdf and in2.pdf into the new PDF, out1.pdf:
approach #1 pdftk in1.pdf in2.pdf cat output out1.pdf
approach #2 pdftk A=in1.pdf B=in2.pdf cat A B output out1.pdf
approach #3 pdftk *.pdf cat output combined.pdf
Reply to:
- References:
- pdftk
- From: steef <debian.linux@home.nl>