PDF Builder has the following new features:
-
Adding form fields to a PDF document:
-
The field type can be text, radio button, checkbox, combobox, listbox, or push button;
-
Multiple radio buttons can be added in a group;
-
The PDFFormFieldPushButton object may be associated with certain actions;
-
The following new objects are added for supporting the form fields:
-
PDFAction, with these immediate child objects: PDFActionJavaScript, PDFActionNamed, PDFActionResetForm.
-
PDFFormField, with these immediate child objects: PDFFormFieldCheckBox, PDFFormFieldComboBox, PDFFormFieldListBox, PDFFormFieldPushButton, PDFFormFieldRadioButton, and PDFFormFieldText.
-
PDFFormFieldGroup, with one immediate child object: PDFFormFieldRadioButtonGroup.
-
-
-
The PDFDocExtractor object has been added with GetFormField and GetFormFieldCount functions to get the form field objects in a PDF document.
-
The PDFDocument ImportPDF function has been enhanced to allow the import of Blob data into a PDF document; and the Save function has been enhanced to save the PDF document to a Blob variable.
For more information, please refer to: the section called “Building PDF documents in the application” in Application Techniques.