Re: [iText-questions] Unable to parse unicode characters in Xmlworker

2013-09-26 Thread raghuveerk
Hi, Can somebody help me out in achieving this? I will have to decide whether this can be done with iText XMLWorker ASAP. -- View this message in context: http://itext-general.2136553.n4.nabble.com/Unable-to-parse-unicode-characters-in-Xmlworker-tp4659151p4659247.html Sent from the iText - Gen

Re: [iText-questions] Unable to parse unicode characters in Xmlworker

2013-09-22 Thread raghuveerk
Hi, I did manage to embed a Font that supports unicode characters by following below thread. http://article.gmane.org/gmane.comp.java.lib.itext.general/60856/match=xmlworker+embed+font I am attaching newly generated PDF document here. However, I still don't see the character in the output. Pleas

Re: [iText-questions] Unable to parse unicode characters in Xmlworker

2013-09-16 Thread raghuveerk
Thank you for the information. As I am newbie to iText world, I am finding it hard to put these things together. I found out that I have a font that supports Ballot box unicode from this site http://www.fileformat.info/info/unicode/char/2611/fontsupport.htm. According that website, the font I picke

Re: [iText-questions] Unable to parse unicode characters in Xmlworker

2013-09-16 Thread iText Info
Op 15/09/2013 5:08, raghuveerk schreef: The outputstream that was returned from above method is then used to display the PDF document in browser. I am able to generate the PDF successfully.But then I will have to show few checkboxes, realizing that XMLWorker doesn't support input fields I switche

[iText-questions] Unable to parse unicode characters in Xmlworker

2013-09-14 Thread raghuveerk
I was trying to convert a HTML file to PDF using XMLWorker of iText API. The HTML content is obtained during runtime from freemarker template (attached here) by passing a datamap. The obtained HTML content is converted to string and finally to inputstream as shown in below method. private ByteArr