Quoting [EMAIL PROTECTED]:

> 
> Hi,
> 
> I am using iText PDF library to generate dynamic PDF using Java Stored
> Procedure which called by
> Java Script. The browser I am using is IE 6.0. I found that for every
> single request, I get minimum 2 requests
> always to my server.This is resulting in lot of performance overhead, to
> end user i.e. user is waiting twice the time for
> every request. I tried setting content length but did not help.
> 
> Any one has some clues/solution to fix it ?

It's a typical MSIE thing.
The only workaround I know of, is to work with the PDF embedded
in an HTML file as described in the FAQ:
http://www.lowagie.com/iText/faq.html#msie

br,
Bruno


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to