in reply to Concatenating PDF files

I used PDF from CPAN a while back, and while I can't specifically remember a concatenation feature, I do know that what I used worked well. If you are doing ANY work with PDF files, it's worth a looksee.

(Boy, that's a fairly weak recommendation, he said upon re-reading this.)

--
tbone1
And remember, if he succeeds, so what.
- Chick McGee

Replies are listed 'Best First'.
Re: Re: Concatenating PDF files
by chanio (Priest) on Jan 14, 2004 at 18:12 UTC
    There might also be an alternative way : concatenating Postscript files and then converting them to PDF. Anyway, it is better to search in the LINUX community since they happened to be using PS files for more time than any other people.

    If there is a way of doing it with Postscript files then it should be easy to translate into PDF (see PS2PDF, etc.).

    There are many projects dealing with PDF in Sourceforge.