Skip to main content

Interface: ParsedPdfFormField

Form field metadata discovered while parsing an existing PDF.

Properties

PropertyModifierTypeDescription
buttonKind?readonly"checkBox" | "pushButton" | "radio"Resolved button field subtype.
checked?readonlybooleanInitial checkbox checked state.
choiceMode?readonly"list" | "combo"Resolved choice field display mode.
fieldType?readonlystringRaw AcroForm field type name.
multiline?readonlybooleanWhether the text field accepts multiple lines.
namereadonlystringName of the item, field, destination, or signer.
objectIdreadonlynumberPDF indirect object number for the parsed item.
options?readonlyreadonly string[]Options that control this item.
pageObjectId?readonlynumberObject id of the page associated with this item.
readOnly?readonlybooleanWhether the form field is read-only.
rect?readonlyreadonly number[]Annotation or widget rectangle in PDF coordinates.
required?readonlybooleanWhether the form field is required.
value?readonlystringCurrent or default value for the option.