pdf

Convert Markdown, HTML, and BPMN documents into PDF files.

489|254|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/me2resh/apexyard --skill pdf-me2resh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/me2resh/apexyard/tree/main/.claude/skills/pdf
Command: npx skills add https://github.com/me2resh/apexyard --skill pdf-me2resh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of exporting project documentation into a portable, stakeholder-friendly PDF format without breaking your canonical source files.

Core Features & Use Cases

  • Converts from common source types: Markdown, HTML, and BPMN into a single PDF artifact.
  • Prompts for the right destination: Automatically supports “travels with the code” (workspace/docs) vs “ApexYard ops fork” (projects/pdfs) vs keeping next to the source or using an explicit output path.
  • Graceful degrade for missing tooling: If no converter is installed, it exits with an actionable advisory instead of producing silent failure.
  • BPMN to PDF pipeline: Converts BPMN to an image/SVG first, then renders the PDF.

Quick Start

Convert your architecture vision markdown to a PDF for sharing by running: /pdf projects/curios-dog/architecture/vision.md

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I convert Markdown to PDF for stakeholder distribution?

To convert Markdown to PDF, this tool dispatches the source file to a converter like pandoc and prompts for a destination path, generating a portable document for non-technical stakeholders.

Can I convert BPMN documents to PDF?

Yes, you can convert BPMN documents to PDF using a two-step pipeline that first renders the BPMN to an image or SVG, then outputs the final PDF file.

What happens if pandoc or other conversion tools are missing?

If conversion dependencies are missing, the process exits with a strict non-silent error code and an actionable advisory, preventing silent failures during PDF generation.

Does the tool support converting HTML to PDF?

Yes, it supports converting HTML to PDF by utilizing format sniffing and dispatching the conversion to compatible tools like wkhtmltopdf, outputting an audit-ready file.

How do I specify the output destination when converting docs to PDF?

You can specify the PDF output destination using explicit destination flags or by selecting from prompted options like workspace/docs for codebase travel or projects/pdfs.

What is the best way to export project documentation into a shareable format?

The best way to export documentation is to convert canonical Markdown, HTML, or BPMN source files into a single portable PDF artifact without altering the original source files.