c

cortex-plugin-document-generator

ESM
v1.0.0MIT

Official CortexPrism plugin

0.00CortexPrism
contentcortex-plugindevelopmentesmgenerationmedia

Install Command

$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-document-generator
Website RepositoryLicense: MITEntry: mod.ts

Configuration

Plugin Type
ESM
Entry Point
mod.ts
License
MIT

Capabilities

toolsfs:write

Tags

contentcortex-plugindevelopmentesmgenerationmedia

Statistics

Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026

Reviews (0)

No reviews yet. Be the first to rate this plugin!

README

Cortex Plugin: Document Generator

Generate polished PDFs, Word documents, Markdown reports with templates.

Installation

cortex plugin install github:CortexPrism/cortex-plugin-document-generator

Tools

doc_generate

Generate a document from markdown content.

  • content (string, required) — Markdown text content
  • format (enum, required) — Output format: pdf, docx, md, html
  • title (string, required) — Document title
  • template (string, optional) — Template name to use
  • author (string, optional) — Document author
  • include_toc (boolean, default: true) — Include table of contents

doc_template_list

List available document templates.

  • category (string, optional) — Filter: report, proposal, letter, meeting_notes, resume

doc_template_create

Create a custom document template.

  • name (string, required) — Template name
  • category (string, required) — Template category
  • header_html (string, optional) — Custom header HTML
  • footer_html (string, optional) — Custom footer HTML
  • css (string, optional) — Custom CSS styles

doc_merge

Merge multiple documents into one.

  • files (string, required) — JSON array of file paths
  • output_format (enum, required) — Output format: pdf, docx
  • output_path (string, required) — Output file path

doc_convert

Convert between document formats.

  • input_path (string, required) — Input file path
  • output_format (enum, required) — Target format: pdf, docx, md, html, txt
  • output_path (string, optional) — Output file path

Configuration

KeyTypeDescription
defaultFormatselectDefault format: pdf, docx, md, html
defaultAuthortextDefault document author name
companyNametextCompany name for headers
companyLogotextCompany logo URL

Development

deno task test
deno fmt
deno lint

License

MIT

Published June 15, 2026 · Updated June 15, 2026