Working with Forms
Forms are files with areas for users to select or fill out information for the purpose of collecting and storing information.
AcroForms are PDF files that contain form fields. Data can be entered into these fields (manually or through an automated process) by the end-users or the author of the form. Internally AcroForms are annotations or fields applied to a PDF document.
In this section describes a quick and simple approach to programmatically completing a PDF document through the use of the Aspose.PDF. The section also discusses how one might go about using the Aspose.PDF for PHP via Java to discover and map the fields available within an existing PDF with AcroForms. Also, you will learn how to work with XFA - another technology for the presentation forms based on XML.