/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
pdf-lib
/
cjs
/
core
/
acroform
/
/var/www/greso.tech/server/nsm/node_modules/pdf-lib/cjs/core/acroform
mkdir
upload
Name
Size
Mode
Actions
flags.d.ts
5780
0644
edit
dl
rm
flags.d.ts.map
773
0644
edit
dl
rm
flags.js
7652
0644
edit
dl
rm
flags.js.map
1903
0644
edit
dl
rm
index.d.ts
903
0644
edit
dl
rm
index.d.ts.map
887
0644
edit
dl
rm
index.js
2595
0644
edit
dl
rm
index.js.map
615
0644
edit
dl
rm
PDFAcroButton.d.ts
1034
0644
edit
dl
rm
PDFAcroButton.d.ts.map
715
0644
edit
dl
rm
PDFAcroButton.js
4255
0644
edit
dl
rm
PDFAcroButton.js.map
3089
0644
edit
dl
rm
PDFAcroCheckBox.d.ts
573
0644
edit
dl
rm
PDFAcroCheckBox.d.ts.map
478
0644
edit
dl
rm
PDFAcroCheckBox.js
2069
0644
edit
dl
rm
PDFAcroCheckBox.js.map
1612
0644
edit
dl
rm
PDFAcroChoice.d.ts
864
0644
edit
dl
rm
PDFAcroChoice.d.ts.map
772
0644
edit
dl
rm
PDFAcroChoice.js
5789
0644
edit
dl
rm
PDFAcroChoice.js.map
4656
0644
edit
dl
rm
PDFAcroComboBox.d.ts
431
0644
edit
dl
rm
PDFAcroComboBox.d.ts.map
371
0644
edit
dl
rm
PDFAcroComboBox.js
960
0644
edit
dl
rm
PDFAcroComboBox.js.map
642
0644
edit
dl
rm
PDFAcroField.d.ts
1522
0644
edit
dl
rm
PDFAcroField.d.ts.map
1296
0644
edit
dl
rm
PDFAcroField.js
6382
0644
edit
dl
rm
PDFAcroField.js.map
4926
0644
edit
dl
rm
PDFAcroForm.d.ts
737
0644
edit
dl
rm
PDFAcroForm.d.ts.map
623
0644
edit
dl
rm
PDFAcroForm.js
3254
0644
edit
dl
rm
PDFAcroForm.js.map
2789
0644
edit
dl
rm
PDFAcroListBox.d.ts
426
0644
edit
dl
rm
PDFAcroListBox.d.ts.map
368
0644
edit
dl
rm
PDFAcroListBox.js
869
0644
edit
dl
rm
PDFAcroListBox.js.map
595
0644
edit
dl
rm
PDFAcroNonTerminal.d.ts
565
0644
edit
dl
rm
PDFAcroNonTerminal.d.ts.map
426
0644
edit
dl
rm
PDFAcroNonTerminal.js
1392
0644
edit
dl
rm
PDFAcroNonTerminal.js.map
1033
0644
edit
dl
rm
PDFAcroPushButton.d.ts
441
0644
edit
dl
rm
PDFAcroPushButton.d.ts.map
378
0644
edit
dl
rm
PDFAcroPushButton.js
986
0644
edit
dl
rm
PDFAcroPushButton.js.map
652
0644
edit
dl
rm
PDFAcroRadioButton.d.ts
579
0644
edit
dl
rm
PDFAcroRadioButton.d.ts.map
482
0644
edit
dl
rm
PDFAcroRadioButton.js
2278
0644
edit
dl
rm
PDFAcroRadioButton.js.map
1868
0644
edit
dl
rm
PDFAcroSignature.d.ts
340
0644
edit
dl
rm
PDFAcroSignature.d.ts.map
316
0644
edit
dl
rm
PDFAcroSignature.js
658
0644
edit
dl
rm
PDFAcroSignature.js.map
357
0644
edit
dl
rm
PDFAcroTerminal.d.ts
656
0644
edit
dl
rm
PDFAcroTerminal.d.ts.map
486
0644
edit
dl
rm
PDFAcroTerminal.js
3030
0644
edit
dl
rm
PDFAcroTerminal.js.map
2098
0644
edit
dl
rm
PDFAcroText.d.ts
957
0644
edit
dl
rm
PDFAcroText.d.ts.map
740
0644
edit
dl
rm
PDFAcroText.js
3095
0644
edit
dl
rm
PDFAcroText.js.map
2035
0644
edit
dl
rm
utils.d.ts
396
0644
edit
dl
rm
utils.d.ts.map
338
0644
edit
dl
rm
utils.js
6068
0644
edit
dl
rm
utils.js.map
4135
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/pdf-lib/cjs/core/acroform/flags.d.ts
(5780B)
/** From PDF spec table 221 */ export declare enum AcroFieldFlags { /** * 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. */ ReadOnly, /** * 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"). */ Required, /** * If set, the field shall not be exported by a submit-form action * (see 12.7.5.2, "Submit-Form Action"). */ NoExport } /** From PDF spec table 226 */ export declare enum AcroButtonFlags { /** * (Radio buttons only) If set, exactly one radio button shall be selected at * all times; selecting the currently selected button has no effect. If clear, * clicking the selected button deselects it, leaving no button selected. */ NoToggleToOff, /** * If set, the field is a set of radio buttons; if clear, the field is a check * box. This flag may be set only if the Pushbutton flag is clear. */ Radio, /** * If set, the field is a pushbutton that does not retain a permanent value. */ PushButton, /** * If set, a group of radio buttons within a radio button field that use the * same value for the on state will turn on and off in unison; that is if one * is checked, they are all checked. If clear, the buttons are mutually * exclusive (the same behavior as HTML radio buttons). */ RadiosInUnison } /** From PDF spec table 228 */ export declare enum AcroTextFlags { /** * If set, the field may contain multiple lines of text; if clear, the field's * text shall be restricted to a single line. */ Multiline, /** * If set, the field is intended for entering a secure password that should * not be echoed visibly to the screen. Characters typed from the keyboard * shall instead be echoed in some unreadable form, such as asterisks or * bullet characters. * > NOTE To protect password confidentiality, readers should never store * > the value of the text field in the PDF file if this flag is set. */ Password, /** * If set, the text entered in the field represents the pathname of a file * whose contents shall be submitted as the value of the field. */ FileSelect, /** * If set, text entered in the field shall not be spell-checked. */ DoNotSpellCheck, /** * If set, the field shall not scroll (horizontally for single-line fields, * vertically for multiple-line fields) to accommodate more text than fits * within its annotation rectangle. Once the field is full, no further text * shall be accepted for interactive form filling; for non-interactive form * filling, the filler should take care not to add more character than will * visibly fit in the defined area. */ DoNotScroll, /** * May be set only if the MaxLen entry is present in the text field dictionary * (see Table 229) and if the Multiline, Password, and FileSelect flags are * clear. If set, the field shall be automatically divided into as many * equally spaced positions, or combs, as the value of MaxLen, and the text * is laid out into those combs. */ Comb, /** * If set, the value of this field shall be a rich text string * (see 12.7.3.4, "Rich Text Strings"). If the field has a value, the RV * entry of the field dictionary (Table 222) shall specify the rich text * string. */ RichText } /** From PDF spec table 230 */ export declare enum AcroChoiceFlags { /** * If set, the field is a combo box; if clear, the field is a list box. */ Combo, /** * If set, the combo box shall include an editable text box as well as a * drop-down list; if clear, it shall include only a drop-down list. This * flag shall be used only if the Combo flag is set. */ Edit, /** * If set, the field's option items shall be sorted alphabetically. This flag * is intended for use by writers, not by readers. Conforming readers shall * display the options in the order in which they occur in the Opt array * (see Table 231). */ Sort, /** * If set, more than one of the field's option items may be selected * simultaneously; if clear, at most one item shall be selected. */ MultiSelect, /** * If set, text entered in the field shall not be spell-checked. This flag * shall not be used unless the Combo and Edit flags are both set. */ DoNotSpellCheck, /** * If set, the new value shall be committed as soon as a selection is made * (commonly with the pointing device). In this case, supplying a value for * a field involves three actions: selecting the field for fill-in, * selecting a choice for the fill-in value, and leaving that field, which * finalizes or "commits" the data choice and triggers any actions associated * with the entry or changing of this data. If this flag is on, then * processing does not wait for leaving the field action to occur, but * immediately proceeds to the third step. * * This option enables applications to perform an action once a selection is * made, without requiring the user to exit the field. If clear, the new * value is not committed until the user exits the field. */ CommitOnSelChange } //# sourceMappingURL=flags.d.ts.map
Save
cmd:
run