Skip to main content

MAX_PAGES

Constant MAX_PAGES 

Source
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)