Expand description
Render slides as PDF vector pages using pdfrs::pdf_generator::PdfGenerator.
Each slide becomes one PDF page with:
- White background
- Title text (bold, large)
- Bullet points / content text
- Slide number footer
No external binaries required — all rendering is done with PDF vector/text operators.
Functions§
- render_
to_ pdf - Render a presentation to a PDF file using vector PDF operators.
- render_
to_ pdf_ bytes - Render a presentation to PDF bytes using vector PDF operators.