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,
Reads a PDF document with custom options (e.g., providing a password).