Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Pdf Generator

  • 28 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

pdf-generator is a Claude Code skill that generates PDF documents from HTML, Markdown, or text with customizable styling and layout.

About

pdf-generator is a Claude Code skill that converts Markdown, HTML, or plain text into PDF documents. A developer runs its bundled Python script to export reports and docs with a custom title, author, and page size. It depends on the markdown and weasyprint libraries for rendering and layout.

  • Generates PDF documents from Markdown, HTML, or plain text
  • Supports custom title, author, page size, and styling
  • Bundled Python script using markdown + weasyprint

Pdf Generator by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #415 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

pdf-generator capabilities & compatibility

Capabilities
pdf generation · markdown to pdf · html to pdf · document export
Use cases
documentation · pdf parsing
Pricing
Free
From the docs

What pdf-generator says it does

Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.
SKILL.md
pip install markdown weasyprint
scripts/generate_pdf.py
npx skills add https://github.com/aidotnet/moyucode --skill pdf-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Export Markdown, HTML, or text content into styled PDF documents from the command line.

Who is it for?

Exporting Markdown or HTML content to styled PDF files

Skip if: Parsing or extracting data out of existing PDFs

When should I use this skill?

You need to turn a Markdown, HTML, or text file into a PDF

What you get

A PDF file rendered from Markdown, HTML, or text input

  • A generated PDF document

By the numbers

  • Accepts 3 input formats: Markdown, HTML, and plain text

Files

SKILL.mdMarkdownGitHub ↗

PDF Generator Tool

Description

Generate PDF documents from HTML, Markdown, or text with customizable styling and layout.

Trigger

  • /generate-pdf command
  • User requests PDF generation
  • User needs to export document as PDF

Usage

# 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

Tags

pdf, document, export, markdown, html

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What inputs can it convert to PDF?

Markdown, HTML, or plain text files.

What does it need installed?

The script requires the markdown and weasyprint Python packages.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.