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

Method getPages

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

* Get all page references by walking the page tree. * Returns an array of PdfRef for each reachable page, in document order.

()

Source from the content-addressed store, hash-verified

108 * Returns an array of PdfRef for each reachable page, in document order.
109 */
110 getPages(): PdfRef[];
111}
112
113// PDF header signature: %PDF-

Callers 15

GETFunction · 0.65
generateStaticParamsFunction · 0.65
pdf-writer.test.tsFile · 0.65
getPagesMethod · 0.65
flattenAnnotationsMethod · 0.65
pdf.test.tsFile · 0.65
addLinkAnnotationMethod · 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