π¦ ClawHub
PragDev PDF Generator
by @flexrox
Generate professional PDF documents from structured JSON data. Use when user wants to create, export, or save content as a PDF file. Supports styled titles,...
π‘ Examples
python scripts/generate_pdf.py --output report.pdf --data '{
"title": "Monthly Report",
"subtitle": "March 2026",
"author": "PragDev",
"sections": [
{"type": "text", "text": "Introduction text here."},
{"type": "highlight", "text": "Key metric: +15%"},
{"type": "list", "items": ["Item 1", "Item 2"]}
]
}'
π Tips & Best Practices
accent_color and header_color for brand colorsTERMINAL
clawhub install pragdev-pdf-generator