Skip to main content

parse_indirect_object

Function parse_indirect_object 

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

Parse an indirect object at the given offset: N G obj <value> endobj.

Returns the parsed Object and the object’s ObjectId.