fpdf2Easy Playground

Lightweight PDF generation (no dependencies)

Getting started with fpdf2Run locally
Install
pip install fpdf2
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: fpdf2)

fpdf2 is a third-party package. Lightweight PDF generation (no dependencies). Install with: pip install fpdf2

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?