pub fn render_json_with_layout(
json: &str,
) -> Result<(Vec<u8>, LayoutInfo), FormeError>Expand description
Render a document described as JSON to PDF bytes along with layout metadata.
pub fn render_json_with_layout(
json: &str,
) -> Result<(Vec<u8>, LayoutInfo), FormeError>Render a document described as JSON to PDF bytes along with layout metadata.