pandoc-converter

Convert documents between formats using Pandoc with explicit format options.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/jrajasekera/claude-skills --skill pandoc-converter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pandoc-converter
Source: https://github.com/jrajasekera/claude-skills/tree/main/skills/pandoc-converter
Command: npx skills add https://github.com/jrajasekera/claude-skills --skill pandoc-converter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Pandoc-based utility that automates cross-format document conversion to save time and reduce manual reformatting.

Core Features & Use Cases

  • Multi-format support: convert between Markdown, HTML, DOCX, LaTeX, EPUB, PDF, RTF, PPTX, CSV/TSV/XLSX, and more.
  • Batch and automated workflows: integrate into pipelines to process multiple files in sequence.
  • Use Case: Prepare a Markdown draft for publication as PDF or DOCX for stakeholders.

Quick Start

Provide an input file and specify the desired output format to perform a conversion.

Frequently Asked Questions about pandoc-converter

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

FAQPage Schema
How do I convert Markdown to PDF or DOCX using Pandoc?

You can convert Markdown to PDF or DOCX by providing an input file and specifying the desired output format. The tool processes the document and requires a LaTeX distribution specifically for generating PDF output.

What document formats can I convert between in automated workflows?

You can convert between Markdown, HTML, DOCX, LaTeX, EPUB, PDF, RTF, PPTX, and CSV or TSV formats. These conversions can be integrated into batch pipelines to process multiple files in sequence automatically.

Do I need to install LaTeX to convert documents to PDF with Pandoc?

Yes, a LaTeX distribution is required for PDF output. The base Pandoc installation handles other formats, but generating PDF files specifically depends on LaTeX being present in your environment.

Can Pandoc auto-detect input and output document formats during conversion?

Yes, Pandoc can auto-detect formats based on file extensions, but you can also explicitly specify them using the from and to options to ensure precise control over the conversion process.

What is the best way to automate cross-format document conversion for publication?

Automating cross-format document conversion is best handled by integrating Pandoc into your processing pipelines. This approach allows you to prepare drafts and automatically output them as PDF or DOCX for stakeholders.

Does Pandoc support standalone documents and table of contents generation?

Yes, Pandoc supports standalone document configurations and can generate a table of contents. These options help structure the final output file properly when converting between different formats.