Skip to main content

parse_pdf_with_credential

Function parse_pdf_with_credential 

Source
pub fn parse_pdf_with_credential(
    bytes: &[u8],
    credential: PdfCredential<'_>,
) -> PdfResult<ParsedDocument>
Expand description

Generic entry point that accepts either credential variant. The password and certificate wrappers above thread their arguments through this function.