Skip to main content

parse_object

Function parse_object 

Source
pub fn parse_object(
    source: &[u8],
    offset: u64,
    mode: ParsingMode,
) -> Result<Object, PdfError>
Expand description

Parse a direct (non-indirect) object starting at the given offset.