We came across the same problem just recently. We were using the GET method to send data a servlet generating the report. I think Acrobat Reader 6.0 was choking on the long file name from the GET request. We changed it to the POST request so that acrobat didn't see all the parameters passed to the servlet in the filename. After that the document printed no problem.
-Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 10:10 AM To: [EMAIL PROTECTED] Subject: [iText-questions] Adobe Reader 6.0 print problem Importance: High We are currently using iText to send the output to the browser. When using Adobe Reader 6.0 plugin it displays in the browser window just fine. When trying to print the document I get the error "Could not start the print job". If I save the document, reopen it I can then print the document will print. This is not a problem with Adobe Reader 5.0 plugin. Any suggestions? ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
