I've solved my problem with the soluction from
http://www.lowagie.com/iText/faq.html#msie
MSIE needs to know the exact content length of the pdf file in advance !!!

Thank's Bruno for your help.

----- Original Message -----
From: "Bruno" <[EMAIL PROTECTED]>
To: "Jpenuela" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, January 24, 2003 9:18 AM
Subject: Re: [iText-questions] PDF / SERVLETS / chap0105


> Quoting Jpenuela <[EMAIL PROTECTED]>:
>
> > We are planning to migrate some servlets that generates .html to be
printed,
> > to generate .pdf file, easy to print, using iText library.
> >
> > So, whe start testing example chap0105.java.  In our OC4J embeded in
> > Jdevelpoer 9.0.2, Acrobat Reader starts to load, but It never ends, it
hungs.
> >  If I open a pdf file in any web site, it works fine.
>
> If you open a PDF file in any web site, you are opening a STATIC PDF file.
> If you open a DYNAMIC PDF (generated on the fly), there can be problems
> specific to your browser (see the many posts about MSIE in the archives
> and FAQ). First test if the problem occurs for all your browser.
>
> Furthermore there can be problems generating the PDF caused by the Servlet
> container. I don't know the Oracle environment. I know Oracle Belgium is
> using iText in some projects, so I know it's possible.
> Try generating a PDF and write it to a file somewhere on the server.
> Does this work? If so, you can rule out the problem as an iText specific
> problem. If not, you should look at the exceptions thrown while you
> are generating the document.
>
> Please try these things out and post a new mail to the mailing list
> with the results (with a small example if possible).
>
> Bruno
>
>
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to