← 返回
未分类 中文

Markdown to PDF

Convert Markdown files to beautiful PDF documents. Supports custom styling, code highlighting, and multiple output options. Use when users need to convert MD...
将 Markdown文件转换为美观的 PDF,支持自定义样式、代码高亮和多种输出选项,适用于需要将 Markdown 转换为 PDF 的场景。
alone86136 alone86136 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 526
下载
💾 2
安装
1
版本
#latest

概述

markdown-to-pdf

Overview

Convert Markdown text or files to professional-looking PDF documents. Uses markdown package to convert MD to HTML, then wkhtmltopdf to generate PDF. Supports code syntax highlighting and custom CSS styling.

Features

  • Convert MD file to PDF: Take a Markdown file and output a ready-to-share PDF
  • Standalone output: Embeds all styles, no external dependencies
  • Code highlighting: Automatic syntax highlighting for code blocks
  • Custom CSS: Option to provide custom CSS for styling

Dependencies

pip install markdown pygments
# You also need wkhtmltopdf installed:
# macOS: brew install wkhtmltopdf
# Ubuntu/Debian: sudo apt install wkhtmltopdf

Usage

Basic conversion

python3 scripts/convert.py input.md output.pdf

With custom CSS

python3 scripts/convert.py --css custom.css input.md output.pdf

Resources

scripts/

  • convert.py - Convert Markdown file to PDF

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 05:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Local QR Code Generator

alone86136
使用qrcode库在本地从文本/URL生成二维码PNG图片或ASCII艺术图。无需API密钥,完全本地生成。
★ 0 📥 553
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 937 📥 188,038
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 476 📥 157,991