From aidotnet-moyucode
Generates PDFs from HTML, Markdown, or text with customizable styling and page layout. Activated by /generate-pdf command.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:pdf-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.
Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.
/generate-pdf command# Generate PDF from Markdown
python scripts/generate_pdf.py --input "document.md" --output "document.pdf"
# Generate PDF from HTML
python scripts/generate_pdf.py --input "report.html" --output "report.pdf" --format html
# Generate PDF with custom options
python scripts/generate_pdf.py --input "doc.md" --output "doc.pdf" --title "My Report" --author "John" --page-size A4
pdf, document, export, markdown, html
npx claudepluginhub aidotnet/moyucodeConverts markdown to professional PDFs with Chinese font support, theme system, and visual self-check. Use for print-ready documents, mobile reading, or WeChat sharing.
Generates styled PDF books from directories of ordered markdown chapters using pandoc and weasyprint, with TOC, page numbers, and resolved inter-chapter links.
Converts Markdown documents to professionally typeset PDFs using reportlab (primary) or pandoc+XeLaTeX (fallback). Handles CJK/Latin mixed text, code blocks, tables, Obsidian callouts, math formulas, and 14 color themes. Triggered by "markdown to PDF", "md2pdf", "any2pdf", or export requests.