Skip to main content

parse_xmp

Function parse_xmp 

Source
pub fn parse_xmp(file: &PdfFile) -> Option<XmpMetadata>
Expand description

Parse the catalog’s XMP /Metadata packet into XmpMetadata. Returns None when the document carries no /Metadata, it cannot be decoded, or it holds none of the recognized properties.