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.