pandic-office

Convert Markdown documents to PDF, DOCX, EPUB, and HTML using pandoc.

1.3k|179|Updated Feb 3, 2025
One-click install
npx skills add https://github.com/Team-Commonly/commonly --skill pandic-office
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pandic-office
Source: https://github.com/Team-Commonly/commonly/tree/main/backend/commonly-bundled-skills/pandic-office
Command: npx skills add https://github.com/Team-Commonly/commonly --skill pandic-office

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables fast, reliable conversion of Markdown documents into polished PDFs, DOCX, EPUB, or HTML, streamlining documentation workflows.

Core Features & Use Cases

  • Multi-format conversion: transform Markdown into PDF (via pandoc with xelatex), DOCX, EPUB, or HTML for distribution and printing.
  • Documentation briefs and reports: generate concise briefs or full reports from Markdown sources.
  • Real-world example: convert a project spec into a professionally formatted PDF to share with stakeholders.

Quick Start

Convert a Markdown file named input.md into a polished PDF using pandoc with the xelatex engine.

Frequently Asked Questions about pandic-office

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

FAQPage Schema
How do I convert Markdown to PDF using pandoc and xelatex?

This Skill automates converting Markdown to PDF by running pandoc with the xelatex engine, generating polished documents from source files like input.md.

What document formats can I generate from Markdown besides PDF?

Beyond PDF, you can convert Markdown content into DOCX, EPUB, and HTML formats, streamlining documentation workflows for distribution and printing across multiple output types.

Do I need pandoc and xelatex installed to generate PDFs from Markdown?

Yes, generating PDF output requires both pandoc and the xelatex engine to be available in your environment, while DOCX, EPUB, and HTML conversions use pandoc directly.

Can I customize page layout and metadata when converting Markdown to DOCX or EPUB?

Yes, the conversion process supports metadata and page layout customization, allowing you to generate concise documentation briefs or full reports with tailored formatting across all supported formats.

What is the best way to automate report generation from Markdown sources?

Automating report generation is handled by converting Markdown sources into polished PDFs or DOCX files, applying metadata customization to produce professionally formatted briefs for stakeholders.