justpdf-render
Rendering engine for the justpdf project.
Renders PDF pages to PNG, JPEG, and SVG output formats.
Usage
Add to your Cargo.toml:
[]
= "0.1"
= "0.1"
Example
use PdfDocument;
use ;
let doc = open?;
let opts = RenderOptions ;
let png = render_page?;
write?;
Features
- Configurable DPI
- PNG, JPEG, and SVG output
- Page-level rendering control
Repository
https://github.com/kihyun1998/justpdf
License
MIT OR Apache-2.0