c
cortex-plugin-document-generator
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
contentcortex-plugindevelopmentesmgenerationmedia
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-document-generatorConfiguration
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 contentformat(enum, required) — Output format: pdf, docx, md, htmltitle(string, required) — Document titletemplate(string, optional) — Template name to useauthor(string, optional) — Document authorinclude_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 namecategory(string, required) — Template categoryheader_html(string, optional) — Custom header HTMLfooter_html(string, optional) — Custom footer HTMLcss(string, optional) — Custom CSS styles
doc_merge
Merge multiple documents into one.
files(string, required) — JSON array of file pathsoutput_format(enum, required) — Output format: pdf, docxoutput_path(string, required) — Output file path
doc_convert
Convert between document formats.
input_path(string, required) — Input file pathoutput_format(enum, required) — Target format: pdf, docx, md, html, txtoutput_path(string, optional) — Output file path
Configuration
| Key | Type | Description |
|---|---|---|
defaultFormat | select | Default format: pdf, docx, md, html |
defaultAuthor | text | Default document author name |
companyName | text | Company name for headers |
companyLogo | text | Company logo URL |
Development
deno task test
deno fmt
deno lint
License
MIT
Published June 15, 2026 · Updated June 15, 2026