[][src]Function mupdf_sys::fz_close_document_writer

pub unsafe extern "C" fn fz_close_document_writer(
    ctx: *mut fz_context,
    wri: *mut fz_document_writer
)

Called to end the process of writing pages to a document.

This writes any file level trailers required. After this completes successfully the file is up to date and complete.