document-converter-cli

star 0

Convert documents between formats. Markdown to PDF, HTML, DOCX. Batch conversion with templates. Free document processing tool.

lxgicstudios By lxgicstudios schedule Updated 2/4/2026

name: Document Converter CLI description: Convert documents between formats. Markdown to PDF, HTML, DOCX. Batch conversion with templates. Free document processing tool. tags: [document, convert, markdown, pdf, html, docx, cli, pandoc]

Document Converter CLI

Convert documents between any format.

Markdown → PDF, HTML, DOCX. And back.

Quick Start

npm install -g @lxgicstudios/docvert
# Markdown to PDF
docvert README.md -f pdf

# HTML to Markdown
docvert page.html -f md

# Batch convert
docvert ./docs/*.md -f pdf -o ./pdfs

Supported Conversions

From Markdown

  • PDF (styled)
  • HTML (with CSS)
  • DOCX (Word)
  • EPUB (ebook)
  • LaTeX

From HTML

  • Markdown
  • Plain text
  • PDF

From DOCX

  • Markdown
  • HTML
  • Plain text

Commands

# With custom template
docvert doc.md -f pdf --template report

# With CSS styling
docvert doc.md -f html --css style.css

# Table of contents
docvert doc.md -f pdf --toc

# Code syntax highlighting
docvert doc.md -f html --highlight

# Merge multiple files
docvert ch1.md ch2.md ch3.md -f pdf -o book.pdf

# Watch mode (auto-convert on change)
docvert doc.md -f pdf --watch

Templates

Built-in templates:

  • default - Clean, readable
  • report - Business report style
  • resume - CV formatting
  • slides - Presentation layout

When to Use This

  • Documentation generation
  • Report creation
  • Blog post conversion
  • Ebook creation
  • Resume/CV generation

Built by LXGIC Studios

🔗 GitHub · Twitter

Install via CLI
npx skills add https://github.com/lxgicstudios/docvert --skill document-converter-cli
Repository Details
star Stars 0
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator
lxgicstudios
lxgicstudios Explore all skills →