We are doing a simple POC on using Aspose.PDF.
- existing PDF (XFA).
- Gets Token and emailId from DB.
- Add the Token to one of the field (Then make the read only). add a submit button ( which will call a method with all the fields values ).
- And then email to the emailId, so user can fill the form fields and submit.
I am not sure how to do step 3.
a. How to fill a form using Aspose.Pdf
b. How to make a particular field read only.
c. How to add Submit button with action to call a method.
d. How to send email using Aspose.Pdf ?