pub fn resolve_pdf_with_config(
doi: Option<&str>,
url: Option<&str>,
title: Option<&str>,
config: &ResolverConfig,
) -> Option<ResolvedPdf>Expand description
Resolve a PDF URL with custom configuration.
Sync version — creates a tokio runtime internally.
For async callers, use resolve_pdf_async.