Skip to main content

read_with

Function read_with 

Source
pub fn read_with<'a, S, F>(input: S, build_opts: F) -> Result<Document, Error>
where S: Into<PdfSource<'a>>, F: FnOnce(&mut ReadOptions) -> &mut ReadOptions,
Expand description

Reads a PDF document with custom options (e.g., providing a password).