render_script_to_pdf

Function render_script_to_pdf 

Source
pub fn render_script_to_pdf(
    script: &str,
    output_path: impl AsRef<Path>,
) -> Result<(), Box<dyn Error>>