pub unsafe extern "C" fn fz_new_pdf_writer(
    ctx: *mut fz_context,
    path: *const c_char,
    options: *const c_char
) -> *mut fz_document_writer
Expand description

Document writers for various possible output formats.

All of the “_with_output” variants pass the ownership of out in immediately upon calling. The writers are responsible for dropping the fz_output when they are finished with it (even if they throw an exception during creation).