Skip to content

Supported Form Field Types

ComPDFKit supports various form field types compliant with the PDF standard, which are readable and writable by various programs, including Adobe Acrobat and other PDF processors that adhere to the standard. The supported form field types are as follows:

TypeDescriptionClass Name
Check BoxSelect one or more options from predefined choicesCPDFCheckBoxWidget
Radio ButtonSelect a single option from a predefined setCPDFRadioButtonWidget
Push ButtonCreate a custom button that performs an actionCPDFPushButtonWidget
List BoxSelect one or more options from a listCPDFListboxWidget
Combo BoxSelect one option from a dropdown list of text valuesCPDFComboBoxWidget
Text FieldEnter text such as name, address, or emailCPDFTextWidget
Signature FieldDigitally or electronically sign the PDF documentCPDFSignatureWidget