Hi,
To fill out programmatically a PDF form using iTextSharp library, I did this:
pdfFormFields.SetField("Name", pName);
when pName is in English, it works fine. But when it is in Arabic or any RTL language I get a blank field.
Am I missing sometging?
Thanks a lot for your time.
Loading
Ahmed SaidPosted Feb 21, 2012, 9:23 AM
i was looking for this solution exactly for more than 2 days and i found it in your great post
many thanks again
Lalla MahboubaPosted Sep 9, 2010, 10:47 AM
Many thanks to you.
I will check those...But I've already solved my problem...It turned out to be a simple font problem at the PDF form itself...Changing the font of the cell to Times New Roman ,for example,solved the problem in a acceptable way.
Take care and thanks for your time.
Suthish NairPosted Sep 6, 2010, 4:38 PM
http://www.developerfusion.com/forum/thread/40095/
http://stackoverflow.com/questions/1322303/html-to-pdf-some-characters-are-missing-itextsharp