Chris Allen <[email protected]> writes:
> I need to merge several sets of PDF files into a single PDF file
> For example want to merge the files
Personally, I would prefer...
> beryl callegher rvcp induction pg1.pdf
> beryl callegher rvcp induction pg2.pdf
> representing page 1 & 2 of the same certificate for Beryl Callager.
# list the PDF files in the order you want combined
] pdftk ber*.pdf cat output.pdf
The other operations you want to do will almost certainly also be
available in pdftk, and much easier to do than talking to ghostscript
directly.
Regards,
Daniel
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html