Re-exports§
pub use bbox_device::compute_page_bbox;pub use error::RenderError;pub use error::Result;pub use render::render_page;pub use render::render_page_to_pixmap;pub use render::render_page_to_svg;pub use render::OutputFormat;pub use render::RenderedPixmap;pub use render::RenderOptions;
Modules§
- bbox_
device - BBox Device: a lightweight device that tracks the bounding box of all drawing operations without actually rendering pixels.
- device
- display_
list - error
- glyph
- glyph_
cache - graphics_
state - interpreter
- render
- shading
- svg_
device - SVG output device — converts PDF content stream operations into SVG XML.