make-pdf

Convert markdown content to PDF documents with custom layouts and branding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pdftotext, pdfjs, highlight.js, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of converting markdown files into high-quality, publication-ready PDFs. It automates formatting, page breaks, headers, footers, and watermarks, saving users time and ensuring consistent document quality.

Core Features & Use Cases

  • Markdown to PDF: Converts markdown content to PDF format with custom page layouts and branding options.
  • Cover Pages and TOCs: Includes the ability to generate cover pages with titles, authors, and dates, as well as table of contents for easy navigation.
  • Watermarks: Adds watermarks like "DRAFT" or "CONFIDENTIAL" to protect sensitive documents.
  • Use Case: When you need to convert a markdown document into a professional-looking PDF, whether for a report, a proposal, or a personal letter.

Quick Start

Generate a PDF from the current markdown file with a cover page and table of contents:

/make-pdf generate --cover --toc

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 table of contents and cover page?

Generating a PDF from markdown with a cover page and table of contents uses the generate command with --cover and --toc flags. This produces a publication-quality document with automated formatting, headers, and footers.

Can I add a watermark like DRAFT to a PDF generated from markdown?

Yes, you can add watermarks like DRAFT or CONFIDENTIAL to your PDF generated from markdown. This feature helps protect sensitive documents during the markdown formatting and publishing process.

Does this markdown to PDF conversion handle automated page breaks and footers?

Yes, markdown to PDF conversion handles automated formatting including page breaks, headers, and footers. This ensures consistent document quality and saves time when generating reports or proposals.

What is the best way to create publication-quality PDFs from markdown for documentation?

Creating publication-quality PDFs from markdown requires a converter supporting custom layouts and branding options. This ensures professional formatting for documentation, reports, and proposals without manual page adjustments.

Do I need specific libraries to generate PDFs from markdown?

Generating PDFs from markdown requires markdown parsing and PDF generation capabilities, possibly using libraries like Paged.js and Chromium. Dependencies like pdftotext, pdfjs, and highlight.js are also utilized.