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.
pub fn render_template_with_layout(
template_json: &str,
data_json: &str,
) -> Result<(Vec<u8>, LayoutInfo), FormeError>Render a template with data to PDF bytes along with layout metadata.