how to concatenate 2 pdf files to 1?

Björn Oelke bo at kbct.de
Fri Apr 29 11:52:52 UTC 2011


Am 29.04.2011 um 08:57 schrieb Dino Vliet:
> 
> Dear freebsd userlist,
> here an application type of question. I have two pdf files and want to make 1 out of them by concatenating them. Does anyone have an idea how to do that on unix/linux as I don't have the pdf editor from Adobe.
> 
> So fileA.pd en fileB.pdf should become fileC.pdf (where C is A+B)

You could use pdftk. (print/pdftk)
`pdftk in1.pdf in2.pdf cat output out.pdf`

-- 
BO .. http://kbct.de
P.S.: Moin.



More information about the freebsd-questions mailing list