Skip to main content

Crate justpdf_render

Crate justpdf_render 

Source

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.