there
are 2 Czech Repubic characters which are getting wrongly printed in the
generated pdf.Here's my analysis on it
PFA
the latest pdf which gets generated (after setting the encoding "i.e.
ISO-8859-2 " correctly on the server for Czech)
In the contract the text which was put in by us was "Príšerne žlutoucký" but the contract does not have š and ž printed in it.These characters get lost in the flow. I found that the characters are lost somewhere where we generate PDF using IText version 4.0.
com.lowagie.text.pdf.PdfReader is the class which takes input as a byte array.In the byte array the characters are printed correctly,but the output stream prints lost characters.
In the contract the text which was put in by us was "Príšerne žlutoucký" but the contract does not have š and ž printed in it.These characters get lost in the flow. I found that the characters are lost somewhere where we generate PDF using IText version 4.0.
com.lowagie.text.pdf.PdfReader is the class which takes input as a byte array.In the byte array the characters are printed correctly,but the output stream prints lost characters.
waiting for your reply
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
