# Functions
ExportForm extracts form data originating from source from xRefTable.
ExportFormJSON extracts form data originating from source from xRefTable and writes a JSON representation to w.
FieldMap returns structures needed to fill a form via CSV.
FillDetails returns a closure that returns new form data provided by CSV or JSON.
FillForm populates form fields as provided by fillDetails and also supports virtual image fields.
FormFields returns all form fields present in ctx.
ListFormFields returns a list of all form fields present in ctx.
LockFormFields turns all form fields contained in fieldIDsOrNames into read-only.
RemoveFormFields deletes all form fields with given ID or name from the form represented by xRefTable.
ResetFormFields clears or resets all form fields contained in fieldIDsOrNames to its default.
UnlockFields turns all form fields contained in fieldIDsOrNames writeable.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
RadioButtonGroup represents a form checkbox.
ComboBox represents a form combobox.
CSVFieldAttributes represent the value(s) and the lock state for a field.
DateField represents an Acroform date field.
Field represents a form field for s particular page number.
No description provided by the author
Form represents a PDF form (aka.
FormGroup represents a JSON struct containing a sequence of form instances.
Header represents form meta data.
ListBox represents a form listbox.
Page is a container for page imageboxes.
RadioButtonGroup represents a form radio button group.
TextField represents a form text field.