Quickstart
First successful render
Install Chromium once, pick CLI or SDK, and export PDF/DOCX/PPTX with a built-in template.
npm
Install for agents & tooling
Knowledge SDK — install as a devDependency only (not a production runtime).
npm i -D @x12i/reportix-composer-docs
Less recommended Download the full library as Markdown Useful when working with a web LLM assistant that cannot install packages — paste or attach the file instead of using the SDK.
CLI
- 1npm i -g @x12i/reportix-composer-cli
- 2npx playwright install chromium
- 3reportix-composer render --in report.md --template clean-report --format pdf
SDK
- 1npm i @x12i/reportix-composer-core
- 2renderToPdf / renderToDocx / renderToPptx
- 3await shutdown()
Related books
View full catalog →Need agents? Wire the MCP server next. Need a custom look? Jump to Templates.