pub fn resolve_explicit(
file: &PdfFile,
catalog: &Catalog,
obj: &PdfObject,
) -> Option<Destination>Expand description
Resolve an explicit destination value — an array, a name/string (a named
destination), a << /D … >> dictionary, or an indirect reference to any of
these. This is what a /Dest entry or an action’s /D carries.