pdf_load_object

Function pdf_load_object 

Source
pub unsafe extern "C" fn pdf_load_object(
    ctx: *mut fz_context,
    doc: *mut pdf_document,
    num: c_int,
) -> *mut pdf_obj
Expand description

Load a given object.

This can cause xref reorganisations (solidifications etc) due to
repairs, so all held pdf_xref_entries should be considered
invalid after this call (other than the returned one).