pub fn load_pdf( path: &Path, _password: Option<&str>, ) -> Result<RawPdfDocument, EdgePdfError>
Load a PDF file and extract basic structure.
path
password
Returns EdgePdfError::LoadError if the file cannot be read or parsed.
EdgePdfError::LoadError