Hi,
I
am in the process of analyzing the different software available for filling
existing PDF forms from .Net and Silverlight so as to decide which license to
buy to use in our product.
Specifically I want to load an existing PDF form, insert values in the form fields and insert image in few of the form fields.
The problem is,
1> In some cases inserting text works fine. But in others it is unable to find the form field itself when I try to access it with existing Form field name and throws exception. I am sure that the field name is correct as I can successfully fill data into the same field of same file using another software.
2> Also, which is the exact property (like, alternateName, FullName etc.) of the field in Form collection which should be used to retrieve the exact form field in which to fill the data?
I am attaching my solution herewith. The solution contains the Pdf form I am trying to fill as well. Hope you are able to give me some insight into this.
Thanks,
Debashree.