Skip to main content

Crate fop_render

Crate fop_render 

Source
Expand description

Rendering backends for FOP

Transforms area trees into output formats (PDF, SVG, PostScript, images, text, etc.)

Re-exports§

pub use image::ImageFormat;
pub use image::ImageInfo;
pub use image::ImagePlacement;
pub use parallel::ParallelRenderer;
pub use pdf::EncryptionAlgorithm;
pub use pdf::EncryptionDict;
pub use pdf::FontConfig;
pub use pdf::PdfCompliance;
pub use pdf::PdfDocument;
pub use pdf::PdfGraphics;
pub use pdf::PdfPermissions;
pub use pdf::PdfRenderer;
pub use pdf::PdfSecurity;
pub use pdf::PdfValidator;
pub use pdf::ValidationResult;
pub use ps::PsDocument;
pub use ps::PsRenderer;
pub use raster::RasterFormat;
pub use raster::RasterRenderer;
pub use svg::SvgDocument;
pub use svg::SvgGraphics;
pub use svg::SvgRenderer;
pub use text::TextRenderer;

Modules§

image
Image support for PDF rendering
parallel
Parallel rendering support for multi-page documents
pdf
PDF rendering backend
ps
PostScript rendering backend
raster
Raster image rendering backend (PNG, JPEG)
svg
SVG rendering backend
text
Plain text rendering backend

Enums§

FopError
Base error type for FOP operations

Type Aliases§

Result
Result type alias for FOP operations