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

Reply via email to