Lalla Mahbouba

Lalla Mahbouba

  • NA
  • 36
  • 7k

Arabic PDF Forms in C#

Sep 5 2010 11:26 AM

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)