pub fn render_to_pdf_bytes(presentation: &Presentation) -> Result<Vec<u8>>Expand description
Render a presentation to PDF bytes using vector PDF operators.
Each slide becomes one PDF page with title, bullets, and content rendered as native PDF text and vector graphics.