Hi,
thank you so much! You were right - the problem was the JSP. Now I am using
a Servlet instead and everything works fine.
Once again thank you for your help, although it wasn't an iText Problem.
Best regards.
Sebastian Furth
2010/2/22 mkl <m...@wir-sind-cool.org>
>
> Sebastian,
>
>
> Sebastian Furth wrote:
> > I attached the pdf where the Graphics is missing. Maybe you can get some
> > information out of it.
>
> If you look at that PDF, you'll see that something along the lines of
> high-bit-shaving happened --- there are very many '?' characters at
> positions where characters with the high bit set can be expected.
> Therefore,
> some code seems to replace characters with the high bit set in the data you
> write to the ServletOutputStream.
>
> This might be your web application container falsely thinking only 7 bit
> output is legal. How to circumvent such a behaviour of your web application
> container is a valid question to news groups or mailing lists dealing with
> that very container.
>
> My guess would be that you have to explicitely tell it to expect 8 bit
> data.
>
> BTW, you of course don't call response.getWriter() before the code you
> posted here, do you? Only either getOutputStream or getWriter is allowed
> here...
>
> Regards, Michael.
> --
> View this message in context:
> http://old.nabble.com/Writing-to-ServletOutputStream-tp27685496p27688899.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
>
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/