fz_write_document

Function fz_write_document 

Source
pub unsafe extern "C" fn fz_write_document(
    ctx: *mut fz_context,
    wri: *mut fz_document_writer,
    doc: *mut fz_document,
)
Expand description

Convenience function to feed all the pages of a document to
fz_begin_page/fz_run_page/fz_end_page.