make-pdf

Convert markdown content into formatted PDF documents with cover pages, TOCs, and watermarks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdf2image, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill automates the creation of high-quality PDF documents from markdown files, reducing the need for manual formatting and increasing efficiency.

Core Features & Use Cases

  • Markdown to PDF: Converts markdown text to publication-quality PDF documents with features like margins, page breaks, and headers.
  • Customization: Allows customization of margins, page size, and branding elements like headers and footers.
  • Use Case: Ideal for authors, designers, or anyone needing to convert markdown documents into professional-looking PDFs.

Quick Start

Run the command make-pdf generate input.md output.pdf to convert a markdown file to a PDF with custom options.

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 document with custom margins and headers?

You can convert markdown to a PDF document by running a command on your input file to generate a publication-quality output with customized margins, page breaks, and headers. This automates formatting to ensure professional results.

Can I add a cover page and table of contents when creating a PDF from markdown?

Yes, when converting markdown to a PDF document, you can include optional features like cover pages, tables of contents, and watermarks. This allows you to produce structured, publication-quality documents from your markdown sources.

What's the best way to automate markdown to PDF conversion for multiple files?

The best way to automate markdown to PDF conversion is using a command-line tool that processes markdown files directly. This approach reduces manual formatting efforts and efficiently generates high-quality PDF documents.

Does this markdown to PDF tool support custom page sizes and branding elements?

Yes, this markdown to PDF conversion tool supports customizing page sizes alongside branding elements like headers and footers. This ensures your generated PDF documents meet specific formatting and branding requirements.

Do I need Python dependencies installed to generate PDFs from markdown?

Yes, generating PDFs from markdown requires Python dependencies like pypdf and pdf2image to be installed in your environment. These libraries handle the underlying PDF processing and image conversion during document creation.

Why does my markdown formatting not translate correctly when converting to PDF?

Markdown formatting translates to PDF structure through automated parsing, but complex layouts may require utilizing available customization options like margins and page breaks. This ensures the publication-quality PDF accurately reflects your intended document structure.