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

Method getObject

src/parser/document-parser.ts:95–95  ·  view source on GitHub ↗

Get an object by reference (with caching and decryption)

(ref: PdfRef)

Source from the content-addressed store, hash-verified

93
94 /** Get an object by reference (with caching and decryption) */
95 getObject(ref: PdfRef): PdfObject | null;
96
97 /** Get the document catalog */
98 getCatalog(): PdfDict | null;

Callers 15

drawing.test.tsFile · 0.65
lengthResolverMethod · 0.65
getObjectMethod · 0.65
pdf-writer.test.tsFile · 0.65
copyPageMethod · 0.65
copyRefMethod · 0.65
getInheritedAttributeMethod · 0.65
acro-form.test.tsFile · 0.65

Implementers 2

DocumentParsersrc/parser/document-parser.ts
PDFsrc/api/pdf.ts

Calls

no outgoing calls

Tested by 6

resolverFunction · 0.52
resolveFunction · 0.52
resolveFunction · 0.52
resolveFunction · 0.52
reloadedResolveFunction · 0.52
resolveFunction · 0.52