Expand description
PDF renderer for format-neutral OOXML layout output.
Converts LayoutResult (positioned page frames with glyph runs, lines,
rectangles, and images) into a PDF document.
Modules§
- raster
- Page-to-image rendering using tiny-skia software rasterizer.
Functions§
- render_
all_ pages - Render all pages to PNG bytes.
- render_
page_ to_ png - Render a single page to PNG bytes.
- render_
to_ pdf - Render a laid-out document to PDF bytes.