TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Lalla Mahbouba
1.7k
39
7.1k
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.
Reply
Answers (
3
)
c# help req on unmanaged DLL C function
Object reference not set to an instance of an object