This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /api/python/editors/pdf/formfields.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. editors.pdf.formfields

API reference for the editors.pdf.formfields module.

# All public classes import directly from the top-level package:
from nutrient_sdk import PdfCheckBoxField

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…