I changed my code to reflect the size+1 error and everything is working great for me with Pitstop and Illustrator.
Matt Johnston Manager of Internet Content American Profile, http://www.americanprofile.com 341 Cool Springs Blvd., Ste. 400 Franklin, TN 37067 p: 615-468-6053 f: 615-468-6153 -----Original Message----- From: J.U. Anderegg [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 11:49 AM To: [EMAIL PROTECTED] Subject: AW: Running Prefligh PDF tools on PDF files produced by FOP The /Length below tells the length of the stream: it's 104 bytes and not 105. I made a patch: is the attached PDF OK? Please check! class: PDFStream method: output(OutputStream stream): Why is 1 added? Is it correct under other circumstances? old code: write (_data.size() + 1) new code: write _data.size() ____________________________________________________________ 5 0 obj << /Length 105 /Filter [ /ASCII85Decode /FlateDecode ] >> stream Garg^iR2p................... endstream ____________________________________________________________ Hansuli Anderegg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]