API reference for the editors_pdf_formfields module.

from editors.pdf.formfields import *

Classes

ClassDescription
PdfCheckBoxFieldRepresents a check box form field in a PDF document. Check boxes toggle between two states: check…
PdfComboBoxFieldRepresents a combo box (drop-down list) form field in a PDF document. Combo boxes display a list …
PdfFormFieldRepresents a form field in a PDF document. Form fields can be terminal (with widget annotations) …
PdfFormFieldCollectionRepresents a collection of form fields in a PDF document. Provides access to the top-level form f…
PdfListBoxFieldRepresents a list box form field in a PDF document. List boxes display a scrollable list of optio…
PdfPushButtonFieldRepresents a push button form field in a PDF document. Push buttons respond immediately to user i…
PdfRadioButtonFieldRepresents a radio button form field in a PDF document. Radio buttons are part of a mutually excl…
PdfSignatureFieldRepresents a signature form field in a PDF document. Signature fields are used for electronic sig…
PdfTextFieldRepresents a text form field in a PDF document. Text fields allow users to enter text from the ke…