make-pdf

Render Markdown documents into publication-ready PDFs via a headless browser.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzumaki-inc/uzustack --skill make-pdf-uzumaki-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-pdf
Source: https://github.com/uzumaki-inc/uzustack/tree/main/_upstream/gstack/make-pdf
Command: npx skills add https://github.com/uzumaki-inc/uzustack --skill make-pdf-uzumaki-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn Markdown documents into publication-ready PDFs. This Skill tackles the challenge of producing consistently formatted PDFs from lightweight Markdown, including proper margins, page breaks, running headers, and a clickable table of contents.

Core Features & Use Cases

  • Publication-ready PDF rendering from Markdown with 1-inch margins, page numbers, cover pages, and a clickable TOC.
  • Support for running headers, DRAFT watermark, and typographic enhancements for professional documents such as reports, manuals, and proposals.
  • Use Case: Generate a client-ready report from a markdown briefing with a cover page, table of contents, and running headers.

Quick Start

Run make-pdf generate <input.md> to produce a publication-ready PDF from your Markdown file.

Frequently Asked Questions about make-pdf

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

FAQPage Schema
How do I convert Markdown to a PDF with a table of contents and page numbers?

You can convert Markdown to a PDF by running the generate command. The Skill renders HTML, applies typography, and uses a headless browser to produce a publication-ready PDF with a clickable TOC and page numbers.

What is the best way to format a Markdown report for client-ready PDF publication?

The best way to format a Markdown report for client-ready PDF publication is using this Skill, which automatically applies 1-inch margins, professional typography, cover pages, and optional DRAFT watermarks to your documents.

Can I add a cover page and running headers when publishing Markdown to PDF?

Yes, you can add a cover page and running headers when publishing Markdown to PDF. The Skill supports these features along with a clickable TOC, 1-inch margins, and DRAFT watermarks for professional document output.

Does the Markdown to PDF conversion process sanitize HTML content?

Yes, the Markdown to PDF conversion process sanitizes HTML content. The Skill renders HTML from Markdown and sanitizes the content before applying typography and generating the final PDF output.

What are the limitations of using Markdown for generating publication-ready PDFs?

A limitation of using Markdown for generating publication-ready PDFs is that it requires rendering through a headless browser via the CLI. The process is designed for static documents like reports and manuals rather than interactive web content.