make-pdf

Convert markdown files to PDF documents with custom layouts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires make-pdf, pdftotext, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting markdown files into high-quality PDF documents, reducing the time and effort required for formatting and layout.

Core Features & Use Cases

  • Markdown to PDF Conversion: Automatically convert markdown files to PDF with customizable layout options.
  • Customization: Configure page margins, page size, headers, footers, and watermarks.
  • Use Case: For instance, a user can quickly create a PDF document from a markdown file with a custom cover page, table of contents, and diagonal draft watermark.

Quick Start

Run the following command: make-pdf generate my-report.md output.pdf --cover --toc --watermark "DRAFT"

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 PDF with custom headers and footers?

You can convert markdown to PDF with custom headers and footers by specifying layout configurations that support page margins, page size, headers, footers, and watermarks during the rendering process.

Can I add a table of contents and a draft watermark when converting markdown to PDF?

Yes, when converting markdown to PDF you can automatically generate a cover page, table of contents, and diagonal draft watermark by enabling specific layout customization options during the rendering process.

Does markdown to PDF conversion require any external utilities?

Yes, markdown to PDF conversion requires the 'make-pdf' executable to run, and optionally uses the 'pdftotext' utility to enable advanced document processing features.

What is the best way to automate markdown to PDF rendering for technical writing?

The best way to automate markdown to PDF rendering for technical writing is to use a command line conversion tool that applies predefined layout configurations, producing professional-quality PDFs while reducing manual formatting effort.

Are there limitations when using make-pdf for markdown document conversion?

A constraint of markdown to PDF conversion is that advanced document features require the optional 'pdftotext' utility, meaning environments lacking this dependency will have reduced processing capabilities.