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

Method getCatalog

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

Get the document catalog

()

Source from the content-addressed store, hash-verified

96
97 /** Get the document catalog */
98 getCatalog(): PdfDict | null;
99
100 /**
101 * Get the actual page count by walking the page tree.

Callers 11

pdf-writer.test.tsFile · 0.65
layers.test.tsFile · 0.65
addDssMethod · 0.65
pdf-form.test.tsFile · 0.65
pdf.test.tsFile · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected