pub fn render_page(
doc: &PdfDocument,
page_index: usize,
options: &RenderOptions,
) -> Result<Vec<u8>>Expand description
Render a single page of a PDF document to PNG bytes.
page_index is 0-based.
pub fn render_page(
doc: &PdfDocument,
page_index: usize,
options: &RenderOptions,
) -> Result<Vec<u8>>Render a single page of a PDF document to PNG bytes.
page_index is 0-based.