make-pdf

Convert Markdown documents to formatted PDFs with custom layouts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf2, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the challenge of converting Markdown files into publication-quality PDFs with minimal effort and no formatting headaches.

Core Features & Use Cases

  • Markdown to PDF: Convert Markdown content to high-quality PDF documents.
  • Custom Layouts: Customize margins, page size, and include cover pages, TOCs, and watermarks.
  • Fast Iteration: Render previews and iterate on your Markdown directly within the command line.

Quick Start

Generate a PDF from a Markdown file named 'report.md' with a cover page and a clickable TOC.

$P generate --cover --toc report.md report.pdf

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 a clickable table of contents?

To convert Markdown to PDF with a clickable table of contents, run the command line interface with the --toc flag. This renders your Markdown into a professional-quality PDF document while automatically generating the linked TOC for easy navigation.

Can I add a cover page when converting Markdown documents to PDF?

Yes, you can add a cover page when converting Markdown documents to PDF by including the --cover flag in your command. This allows you to produce publication-quality PDFs complete with custom cover pages for reports and documentation.

What is the best way to customize margins and page size for Markdown to PDF conversion?

The best way to customize margins and page size for Markdown to PDF conversion is using this Skill's custom layout options. It utilizes internal scripts and external libraries to render and style your documents, ensuring your formatted PDF meets specific publishing requirements.

Does Markdown to PDF conversion work for team documentation and knowledge sharing?

Markdown to PDF conversion works effectively for team documentation and knowledge sharing materials. It enhances Markdown files by rendering them into polished, professional-quality PDFs, making it ideal for individuals and teams requiring standardized documentation.

Do I need external libraries to render Markdown previews and iterate on formatting?

You need external libraries like pypdf2 and pdf2image to render Markdown previews and iterate on formatting. These dependencies support the internal scripts used by the Skill to process Markdown and apply styling for high-quality PDF output.