pub fn parse_explicit_destination(
pages: &[PageInfo],
arr: &[PdfObj],
) -> DestinationExpand description
Parse an explicit-destination array [page mode args...].
page may be an indirect reference to a page object (mapped to a
0-based page index) or an integer (used in remote destinations,
stored as-is).