pub unsafe extern "C" fn fz_new_xhtml_document_from_document(
    ctx: *mut fz_context,
    old_doc: *mut fz_document,
    opts: *const fz_stext_options
) -> *mut fz_document
Expand description

Use text extraction to convert the input document into XHTML, then open the result as a new document that can be reflowed.