Function resolve_pdf_with_report

Source
pub fn resolve_pdf_with_report(
    doi: Option<&str>,
    url: Option<&str>,
    title: Option<&str>,
    config: &ResolverConfig,
) -> ResolveReport
Expand description

Resolve with detailed per-source reporting.

Returns a ResolveReport with both the best PDF (if any) and per-source outcomes explaining why each source succeeded or failed.