pub fn metadata_bytes(file: &PdfFile) -> Option<Vec<u8>>Expand description
Decode and return the raw bytes of the catalog’s /Metadata XMP stream, or
None when the document carries none. Routes through the parser’s filter
pipeline, so it respects ParseLimits.