원클릭으로
md-to-pdf
Convert Markdown to PDF via Pandoc with two rendering engines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Convert Markdown to PDF via Pandoc with two rendering engines.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | md-to-pdf |
| description | Convert Markdown to PDF via Pandoc with two rendering engines. |
| tier | standard |
| applyTo | **/*pdf* |
| currency | "2026-04-30T00:00:00.000Z" |
| lastReviewed | "2026-04-30T00:00:00.000Z" |
Convert Markdown to PDF via Pandoc with two rendering engines.
md-to-pdf.cjs — Node script that wraps Pandoc.
node (≥ 16)pandoc (≥ 3.0) on PATHlualatex / TeX Live (high-quality typography, slower)wkhtmltopdf (HTML route, faster, less precise)node md-to-pdf.cjs input.md
node md-to-pdf.cjs input.md --engine lualatex
node md-to-pdf.cjs input.md --engine wkhtmltopdf
node md-to-pdf.cjs input.md --output custom.pdf
The script auto-detects available engines if --engine is omitted, preferring lualatex when present.
YAML frontmatter is forwarded to Pandoc. Useful keys:
---
title: My Document
author: Your Name
date: 2026-04-28
toc: true
geometry: margin=1in
---
--highlight-stylemd-to-html → wkhtmltopdf is roughly equivalent to the HTML engineBuild applications powered by GitHub Copilot using the Copilot SDK — session management, custom tools, streaming, hooks, MCP servers, BYOK, deployment patterns
CI/CD pipelines, infrastructure as code, and deployment automation for Azure workloads
Domain: DevOps & Cloud Engineering
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
Convert Markdown to RFC 5322 email (.eml) with inline CSS and CID images
Convert Markdown to EPUB 3 e-books via Pandoc.