Skip to main content

parse_object

Function parse_object 

Source
pub fn parse_object(tokenizer: &mut Tokenizer<'_>) -> Result<Option<PdfObject>>
Expand description

Parse a single PDF object from the tokenizer.

This may consume multiple tokens (e.g., for arrays, dicts, or references). Returns None if there are no more tokens.