I am using Windows XP (fully patched) and have upgraded to 7.0.7 from 7.0.5.
I have a web application that runs on Apache and JBOSS using SSL, that generates a pdf file using the iText libraries and this pdf is placed in a jsp page as a HTML Object: "<OBJECT xonmouseover="doScrollBars();" ID="pdf1" WIDTH="800" HEIGHT="600" CLASSID="CLSID:CA8A9780-280D-11CF-A24D-444553540000"> <PARAM NAME="SRC" VALUE="/iCADS/consignmentPrintPreview.do"> </OBJECT>" The printing is done in javascript: function doPrint() { var pdf1Obj = document.getElementById("pdf1"); pdf1Obj.print(); } With Adobe 7.0.7 when i print a get the following: "Adobe Reader 7 has encountered a problem and needs to close." and then "The instruction at xxxx referenced memory at yyyy. The memory could not be read. " The pdf prints ok. We have not changed anything on the server side with regards to the generation of the pdf. We can save and print the pdf from Adobe acrobat as a standalone. I have noted that our test server uses self signed SSL certificates which have now expired. The same code resides on our live server which have valid ssl certificates and using the same brower and adobe 7.0.7 this problem does not occur. Could this be the cause of the above errors? ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions