editors_pdf_formfields
API reference for the editors_pdf_formfields module.
from editors.pdf.formfields import *Classes
| Class | Description |
|---|---|
PdfCheckBoxField | Represents a check box form field in a PDF document. Check boxes toggle between two states: check… |
PdfComboBoxField | Represents a combo box (drop-down list) form field in a PDF document. Combo boxes display a list … |
PdfFormField | Represents a form field in a PDF document. Form fields can be terminal (with widget annotations) … |
PdfFormFieldCollection | Represents a collection of form fields in a PDF document. Provides access to the top-level form f… |
PdfListBoxField | Represents a list box form field in a PDF document. List boxes display a scrollable list of optio… |
PdfPushButtonField | Represents a push button form field in a PDF document. Push buttons respond immediately to user i… |
PdfRadioButtonField | Represents a radio button form field in a PDF document. Radio buttons are part of a mutually excl… |
PdfSignatureField | Represents a signature form field in a PDF document. Signature fields are used for electronic sig… |
PdfTextField | Represents a text form field in a PDF document. Text fields allow users to enter text from the ke… |