> 2. With what application can I put together separate PDF files into > one document under SUSE 10.1?
Ghostscript: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress \ -sOutputFile=JoinedFile.pdf File1.pdf File2.pdf You can as well give it a try and feed your broken PDF through ghodtscript. Possibly, it gets cleaned up by the procedure (like pstops works for postscript). Cheers, Michael -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
