pub fn render(page: &Page, pixel_per_pt: f32) -> Pixmap
Export a page into a raster image.
This renders the page at the given number of pixels per point and returns the resulting tiny-skia pixel buffer.
tiny-skia