[][src]Function mupdf_sys::fz_new_output_with_path

pub unsafe extern "C" fn fz_new_output_with_path(
    arg1: *mut fz_context,
    filename: *const c_char,
    append: c_int
) -> *mut fz_output

Open an output stream that writes to a given path.

filename: The filename to write to (specified in UTF-8).

append: non-zero if we should append to the file, rather than overwriting it.