Le 26 Aug 2019, steef <debian.li...@home.nl> a écrit :
hi folks!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 complainswith 'input-errors'. steef
What did you try? To merge file1.pdf and file2.pdf into result.pdf: $ pdftk file1.pdf file2.pdf output result.pdf Regards, Victor