Re: [iText-questions] Multilanguage Characters Issue

2012-09-24 Thread 1T3XT BVBA
Sigh. I told you I'd block you, and then I forgot to actually do it. On 24/09/2012 14:32, nikhs wrote: > The retrieved data does not come in the proper encoding. The retrieved data DOES come in the proper encoding: GBK. B2E2 CAD4 is the GBK encoding for the two Chinese characters that mean as muc

Re: [iText-questions] Multilanguage Characters Issue

2012-09-24 Thread nikhs
How do we set the proper encoding while posting the pdf data? -- View this message in context: http://itext-general.2136553.n4.nabble.com/Multilanguage-Characters-Issue-tp4656433p4656435.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] Multilanguage Characters Issue

2012-09-24 Thread Leonard Rosenthol
] Multilanguage Characters Issue I am using SUBMIT_HTML_FORM property to submit the content entered in PDF form. My Code: pff.SetAdditionalActions(PdfName.U,PdfAction.CreateSubmitForm(strURL, null, PdfAction.SUBMIT_HTML_FORMAT)); I retrieve the submitted content using REQUEST object. Code: public List

[iText-questions] Multilanguage Characters Issue

2012-09-24 Thread nikhs
I am using SUBMIT_HTML_FORM property to submit the content entered in PDF form. *My Code*: pff.SetAdditionalActions(PdfName.U,PdfAction.CreateSubmitForm(strURL, null, PdfAction.SUBMIT_HTML_FORMAT)); I retrieve the submitted content using REQUEST object. *Code:* public List PDFOpenFromBuf(HttpR