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/mdreports-docs

Agents / SDK details → · agent-manifest.json

CLI
  1. 1npm i -g @x12i/mdreports-cli
  2. 2npx playwright install chromium
  3. 3mdreports render --in report.md --template clean-report --format pdf
SDK
  1. 1npm i @x12i/mdreports-core
  2. 2renderToPdf / renderToDocx / renderToPptx
  3. 3await shutdown()

Related books

View full catalog →

Need agents? Wire the MCP server next. Need a custom look? Jump to Templates.