Skip to main content

Module slide_render

Module slide_render 

Source
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.