md2pdf

Community

Markdown to PDF, beautifully formatted, instantly.

Authorstanleyhsu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually converting Markdown files to professionally formatted PDFs can be a tedious and error-prone process, often requiring specific tools and command-line expertise. This Skill eliminates that complexity, automating the conversion to deliver polished PDF documents without the hassle.

Core Features & Use Cases

  • Effortless Conversion: Transform any Markdown file into a high-quality PDF with a simple command.
  • Advanced Formatting Options: Apply custom page margins, font sizes, syntax highlighting for code blocks, and automatically generate tables of contents.
  • Dependency Guidance: Provides clear instructions for installing necessary tools like Pandoc and LaTeX, ensuring a smooth setup experience.
  • Use Case: Quickly generate professional reports, technical documentation, or e-books from your Markdown source files, ready for sharing, printing, or archival, all while maintaining consistent, high-quality formatting.

Quick Start

Convert a basic markdown file to PDF

pandoc input.md -o output.pdf

Convert with a table of contents and custom margins

pandoc document.md -o document.pdf --toc -V geometry:margin=1in

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: md2pdf
Download link: https://github.com/stanleyhsu/hello-mcp/archive/main.zip#md2pdf

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository