Hi,
I have a strange problem in display Arabic text in Adobe PDF form. I
create a pdf form by lifecycle designer and put a textfield in the form, and
I merge data by itext, but when we open it by Adobe Reader, the textfield
content is not displayed, and when I click this textfield ,the Arabic text
will display. I don't know why it happen, can you help me?
the merge data code is :
PdfReader reader = new PdfReader(templateName);
PdfStamper stamper = new PdfStamper(reader, out);
AcroFields form1 = stamper.getAcroFields();
org.w3c.dom.Node dataNode = mergeData(templateNode);
form1.mergeXfaData(dataNode);
--
Best Regards
Ying-chu Xu
MSN:[EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/