I have a problem with PDF report on IE where as it works on FF.<br />
<br />
We user BIRT 2.2.1 engine pluged in to web application.<br />
<br />
Below is the URL to generate PDF through a BIRT API Deployed on Tomcat server. <br />
<br />
<a class='bbc_url' href='
https://10.0.2.71/reports/frameset?__format=pdf&__report=UserActivity/ActivityReportForUsers.rptdesign&RP_st=06/11/2008'>https://10.0.2.71/reports/frameset?__format=pdf&__report=UserActivity/ActivityReportForUsers.rptdesign&RP_st=06/11/2008</a> 01:40:12 PM&RP_et=06/11/2008 02:40:12 PM&RP_sid=f5efbf35fd301947_6205ef3_11a7915ef72_-7323&RP_tz=GMT-07%3A00&RP_userGroup=1&RP_unknown=false&RP_primarySortField=lusr&RP_primarySortOrder=asc&RP_st1=01/01/1970 00:00:00 AM&RP_numrows=10000&__id=40140924<br />
<br />
On IE 7 it gives blank window and no PDF comes up. When sniffed the response through HTTP debugger, PDf response is coming from server but it is corrupted(Not opening up through Acrobat reader 8.1.2).<br />
<br />
Where as same URL works fine with firefox 2.0.0 giving proper PDF report. <br />
<br />
Environment<br />
Birt Runtime: 2.2.1<br />
PDF jars: itext-1.5.2.jar, itextasian-1.5.2.jar<br />
PDF Emitter: org.eclipse.birt.report.engine.emitter.pdf_2.2.1.r22x_v20070921.jar<br />
<br />
It will be great if any one can point out where thing can go wrong.<br />
<br />
Thanks for your time.