Hi, you didn't specify too much detail thus one can only guess here. However there was a known problem with the IE which had problems displaying pdf files when you are not specifying the content-length attribute. (Which is not an iText problem but a IE problem!) Possible Solutions:
1.) Do you have the iText in Action Book (1rst ed)? Then have a look at chapter 17 'Browser related Problems'. Don't know the chapter in the 2nd book. 2.) Here's some explanation too: http://www.ujihara.jp/iTextdotNET/ja/tutorial/general/webapp/index.html 3.) http://what-when-how.com/itext-5/creating-a-pdf-from-a-servlet-itext-5/ look at the chapter 'THE PDF IS CORRUPT FOR ONLY A COUPLE OF BROWSERS' 4.) Search the mailing list - there were lots of other people having that problem, too Regards, ToM 2012/12/5 Srikanth Nadella <[email protected]>: > Hello, > > In our Project we are using iText 2.1.7 for generating PDF and displaying > on a pop-up. The same code base is working fine with http call in IE8 and > Chrome browsers, but we are getting blank popup (instead of PDF being > opened) in IE browser with https call . The same code base is working fine > in Chrome browser with https call. > > Thanks & Regards, > Srikanth Nadella. > > > > -- > View this message in context: > http://itext-general.2136553.n4.nabble.com/iText-2-1-7-PDF-is-displayed-blank-in-IE8-with-https-call-but-PDF-is-displayed-in-Chrome-with-https--tp4657076.html > Sent from the iText - General mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > iText-questions mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > iText(R) is a registered trademark of 1T3XT BVBA. > Many questions posted to this list can (and will) be answered with a > reference to the iText book: http://www.itextpdf.com/book/ > Please check the keywords list before you ask for examples: > http://itextpdf.com/themes/keywords.php ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
