Function pdf_extract::extract_text_from_mem_encrypted

source ยท
pub fn extract_text_from_mem_encrypted<PW: AsRef<[u8]>>(
    buffer: &[u8],
    password: PW
) -> Result<String, OutputError>