pdf-creator-jp

Convert Markdown files to PDFs with Japanese font support using WeasyPrint.

Updated Jan 28, 2026
One-click install
npx skills add https://github.com/haboshi/claude-code-skills --skill pdf-creator-jp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-creator-jp
Source: https://github.com/haboshi/claude-code-skills/tree/main/pdf-creator-jp
Command: npx skills add https://github.com/haboshi/claude-code-skills --skill pdf-creator-jp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires weasyprint, markdown, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the conversion of Markdown files into high-quality, Japanese font-compatible PDFs, streamlining document creation and distribution.

Core Features & Use Cases

  • Japanese Font Support: Utilizes Hiragino and Yu Gothic fonts for professional-looking Japanese documents.
  • Customizable Styles: Offers 'business', 'technical', and 'minimal' presets for different document types.
  • Table of Contents & Page Numbers: Automatically generates a TOC and adds page numbering.
  • Use Case: Convert your project documentation written in Markdown into a polished PDF report for clients or internal stakeholders.

Quick Start

Convert the markdown file 'document.md' into a PDF file named 'report.pdf' with a table of contents.

Frequently Asked Questions about pdf-creator-jp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Markdown to PDF with Japanese font support?

This Markdown to PDF conversion supports Japanese fonts like Hiragino and Yu Gothic, ensuring your Japanese documents render correctly without missing characters or layout issues.

Can I generate a table of contents and page numbers when converting Markdown to PDF?

Yes, converting Markdown to PDF automatically generates a table of contents and adds page numbering, which is essential for creating professional reports and technical documentation from your Markdown sources.

What is the best way to create a business report from Markdown?

The best way to create a business report from Markdown is using customizable style presets like 'business', 'technical', or 'minimal' to match the document type, producing a polished PDF for clients or stakeholders.

Does weasyprint support Markdown files for PDF document generation?

Weasyprint supports PDF document generation by rendering Markdown content into high-quality PDFs, utilizing the markdown library to parse source files and weasyprint to handle the final PDF layout and styling.

What are the limitations of using weasyprint for Markdown to PDF conversion?

A limitation of using weasyprint for Markdown to PDF conversion is that it requires specific Japanese fonts like Hiragino or Yu Gothic to be installed in your environment to correctly render Japanese characters without fallback errors.