happypdf / AcroFieldFlags
Enumeration: AcroFieldFlags
Defined in: src/core/acroform/flags.ts:4
From PDF spec table 221
Enumeration Members
NoExport
ts
NoExport: number;Defined in: src/core/acroform/flags.ts:24
If set, the field shall not be exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").
ReadOnly
ts
ReadOnly: number;Defined in: src/core/acroform/flags.ts:12
If set, the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions. This flag is useful for fields whose values are computed or imported from a database.
Required
ts
Required: number;Defined in: src/core/acroform/flags.ts:18
If set, the field shall have a value at the time it is exported by a submit-form action (see 12.7.5.2, "Submit-Form Action").