Skip to main content

render_template_with_layout

Function render_template_with_layout 

Source
pub fn render_template_with_layout(
    template_json: &str,
    data_json: &str,
) -> Result<(Vec<u8>, LayoutInfo), FormeError>
Expand description

Render a template with data to PDF bytes along with layout metadata.