Skip to main content

parse_pdf

Function parse_pdf 

Source
pub fn parse_pdf(bytes: &[u8]) -> PdfResult<ParsedDocument>
Expand description

Parses an unencrypted PDF, or an encrypted PDF whose user password is empty. For encrypted PDFs that require a user- or owner-supplied password, use parse_pdf_with_password.