Skip to main content

read

Function read 

Source
pub fn read<'a, S: Into<PdfSource<'a>>>(input: S) -> Result<Document, Error>
Expand description

Reads a PDF document from a file path or bytes, using default options.