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

Re: pdftk



Victor A. Stoichita wrote:
> Le 26 Aug 2019, steef <debian.linux@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 complains
> > with 'input-errors'.
> 
> What did you try?
> 
> To merge file1.pdf and file2.pdf into result.pdf:
> $ pdftk file1.pdf file2.pdf output result.pdf

AFAIK that should be:
$ pdftk file1.pdf file2.pdf cat output result.pdf


Reply to: