How to fill out an existing PDF form

Does anyone have an example of how to loop through and interrogate all the form input fields on an existing PDF form, and then get their names and fill them in? THanks.

Hi,

You can use the FieldsNames property of Aspose.Pdf.Kit.Form to get all fields names. For more information please see http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/how-to-fill-form-fields-with-api.html and http://www.aspose.com/documentation/file-format-components/aspose.pdf.kit-for-.net-and-java/simple-example.html

Thanks.