pub fn add_xml_to_document(
document: &mut PdfDocument,
xml: &str,
options: &XmlRenderOptions,
) -> Result<(), Vec<PdfWarnMsg>>Expand description
Add XML/HTML content to an existing PDF document
pub fn add_xml_to_document(
document: &mut PdfDocument,
xml: &str,
options: &XmlRenderOptions,
) -> Result<(), Vec<PdfWarnMsg>>Add XML/HTML content to an existing PDF document