Generate beautifully designed PDF reports with a Nordic/Scandinavian aesthetic. Use when creating polished executive briefings, analysis reports, or presentation-style PDF outputs from markdown and HTML via Nutrient DWS.
Generate minimalist PDF reports inspired by Scandinavian editorial design.
Use this skill when the user wants:
Install the pinned dependencies from package-lock.json, then run:
cd /path/to/elegant-reports
node ./generate.js --list
node ./generate.js examples/sample-executive.md output.pdf --template executive --theme light
For HTML debugging, add --output-html so the generator saves the rendered HTML alongside the PDF.
| Template | Use Case |
|---|
executive | polished briefings and compact executive summaries |
report | denser narrative reports and analysis writeups |
presentation | bold slide-like outputs with one idea per page |
report-demo | legacy report variant for comparison/testing |
presentation-demo | legacy presentation variant for comparison/testing |
Each template supports light and dark themes where available.
Add YAML frontmatter to control the rendered output:
---