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.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to