Install
openclaw skills install @flexrox/pragdev-pdf-generatorGenerate professional PDF documents from structured JSON data. Use when user wants to create, export, or save content as a PDF file. Supports styled titles, tables, lists, highlights, images, and page breaks. Trigger phrases: Export as PDF, Generate PDF, Create PDF report, Save as PDF, PDF erstellen, PDF generieren, als PDF speichern.
openclaw skills install @flexrox/pragdev-pdf-generatorGenerate styled PDF documents from structured JSON data using ReportLab.
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"]}
]
}'
See references/schema.md for complete schema documentation.
--output or data.outputoutput.pdf in current directoryaccent_color and header_color for brand colors