MCPcopy Create free account
hub / github.com/LibPDF-js/core / getDict

Method getDict

src/document/forms/field-tree.ts:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 */
19export interface FieldTreeSource {
20 getDict(): PdfDict;
21 defaultQuadding: number;
22 updateFieldAppearance?(field: TerminalField): void;
23}

Callers 15

drawing.test.tsFile · 0.65
fromCatalogMethod · 0.65
parseEncryptionDictFunction · 0.65
file-spec.test.tsFile · 0.65
getEmbeddedFileStreamFunction · 0.65
parseFileSpecFunction · 0.65
buildDocumentMethod · 0.65

Implementers 1

AcroFormsrc/document/forms/acro-form.ts

Calls

no outgoing calls

Tested by 2

loadTaggedFormFunction · 0.52
findType0FontsFunction · 0.52