pub const MAX_PAGES: usize = 50_000;Expand description
Maximum number of pages allowed in a single PDF.
Traversal of the page tree is capped at this value and documents that
exceed it are rejected with LoadPdfError::TooLarge. (#497)
pub const MAX_PAGES: usize = 50_000;Maximum number of pages allowed in a single PDF.
Traversal of the page tree is capped at this value and documents that
exceed it are rejected with LoadPdfError::TooLarge. (#497)