Hi.
I'm using itextsharp 5.1.2 to fill with chinese text some acrofields.
These fields are set with "Arial unicode MS" font.

I set the 
 BaseFont.AddToResourceSearch(Parametri.AppPath & "iTextAsian.dll")
 BaseFont.AddToResourceSearch(Parametri.AppPath & "iTextAsianCmaps.dll")
....
FontArial = BaseFont.CreateFont("MSung-Light", "UniCNS-UCS2-H",
BaseFont.NOT_EMBEDDED)
...
_Dest.AcroFields.AddSubstitutionFont(FontArial)


All the fields have the correct values, but some of them are still "blank".
As you cas see here http://www.sygest.it/upgrade/itext/campi.pdf

the field named "DB_D6_XXX" is showing the value... but the field named
"#_ALBERO" not.

Only after a changes in the field object with acrobat, the value become
visible.

Usign preflight i can see that AP=>N=>Resources are different
the working one has the "Font" resources that is missing in the other field
.

Is this an itext issue ?

Thank you


--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/appearance-problem-with-Acrofields-and-Chinese-tp4079317p4079317.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to