3
Reply

Arabic PDF Forms in C#

Lalla Mahbouba

Lalla Mahbouba

Sep 5 2010 11:26 AM
5.9k

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.

Answers (3)