Skip to main content

parse_content

Function parse_content 

Source
pub fn parse_content(data: &[u8]) -> Result<Vec<Op>>
Expand description

Parses a decoded content stream into a sequence of operators. Inline image data runs from after ID plus one whitespace byte to EI at a token boundary (or the declared /Length when present, which is trusted).