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.
Re-exports§
pub use raster::RasterError;pub use raster::RasterFormat;pub use raster::RasterOptions;pub use raster::RasterOutput;
Modules§
- raster
- Page-to-image rendering using tiny-skia software rasterizer.
Structs§
- PdfOptions
- Options for the explicit archival PDF renderer.
Enums§
- PdfConformance
- An archival conformance level supported by the PDF backend.
- PdfError
- A reason an input cannot be represented by the requested PDF/A profile.
Functions§
- render_
all_ pages - Render all pages to PNG bytes.
- render_
page_ to_ png - Render a single page to PNG bytes.
- render_
pages - Render selected zero-based pages to the requested raster image format.
- render_
to_ pdf - Render a laid-out document to PDF bytes.
- render_
to_ pdf_ with_ options - Render a laid-out document to one explicitly selected archival PDF profile.