I am currently evaluating the Aspose.PDF.Kit for .Net.
I have an existing pdf document and I want to add text to one of the fields programmatically using VB.Net. I can accomplish this with the Form Class but I also want to set the appearance of one of my fields to NOVIEW. However, it seems this is obsolete and I was referred to FormEditor to accomplish this task. I have not seen a method from FormEditor that can add text to a field such as the FillField method from the Form Class. Is there anyway that I can accomplish this task using the FormEditor Class or using a combination of the FormEditor Class and the Form Class?
Please advise. Thank you for your help.