Function html2pdf::html_to_pdf[][src]

pub fn html_to_pdf<I, O>(
    input: I,
    output: O,
    pdf_options: PrintToPdfOptions,
    wait: Option<Duration>
) where
    I: AsRef<Path>,
    O: AsRef<Path>, 
Expand description

Run HTML to PDF with headless_chrome

Panics

Sorry, no error handling, just panic