pdf-creator

Installation
SKILL.md

PDF Creator

Create professional PDF documents from markdown with proper Chinese font support.

Quick Start

Convert a single markdown file:

uv run --with weasyprint --with markdown scripts/md_to_pdf.py input.md output.pdf

Batch convert multiple files:

uv run --with weasyprint --with markdown scripts/batch_convert.py *.md --output-dir ./pdfs

macOS Environment Setup

Installs
2
GitHub Stars
2
First Seen
Feb 23, 2026
pdf-creator — nguyendinhquocx/code-ai