rpptx-render
Rendering bridge from resolved presentation models to shared layout, raster, and PDF output.
Use it when
Use this crate when integrating the presentation renderer below the rpptx facade. Applications normally call deterministic render methods on rpptx::Presentation.
Relationship
It consumes rpptx-layout output and uses oxml-layout and oxml-pdf backends.
Example
use ;
let relationships = default;
let missing = relationships.get;
assert!;
Add rpptx-render = "0.2.0" to your dependencies. See the rendering API for input and output types.