pdf-to-md

Convert PDF, PPTX, DOCX, XLSX, HTML, images, and ZIP files to Markdown.

1|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rudometkin/GenAI-intensive --skill pdf-to-md-rudometkin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-md
Source: https://github.com/rudometkin/GenAI-intensive/tree/main/projects/DemyanovaDarya/Skills/pdf-to-md
Command: npx skills add https://github.com/rudometkin/GenAI-intensive --skill pdf-to-md-rudometkin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts documents in multiple formats into Markdown to simplify content extraction and sharing.

Core Features & Use Cases

  • Converts PDFs, PPTX, DOCX, XLSX, HTML, images, and ZIPs to Markdown with a single command.
  • Outputs the Markdown file next to the source or to a user-specified destination folder for organized pipelines.
  • Use cases include converting project READMEs, knowledge-base assets, and content migrations from documents to Markdown.

Quick Start

Use this skill to convert an input file like invoice.pdf to invoice.md.

Frequently Asked Questions about pdf-to-md

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

FAQPage Schema
How do I convert PDF to Markdown for content extraction?

To convert PDF to Markdown, you can use a document processing tool that transforms source files into clean Markdown. This skill outputs a .md file next to the original PDF or in a designated folder for easy content reuse.

Can I batch convert DOCX and PPTX files to Markdown?

Yes, you can batch convert DOCX and PPTX files to Markdown. This skill supports both single-file and batch workflows, allowing you to process multiple documents simultaneously for large-scale content migrations.

What is the best way to extract text from images and HTML into Markdown?

The best way to extract text from images and HTML into Markdown is using an automated conversion tool. This skill processes images, HTML, and ZIP archives, writing the extracted content directly to a .md file.

Does converting XLSX to Markdown require any special environment setup?

Converting XLSX to Markdown requires the markitdown CLI installed via pip in your environment. Once installed, the skill can directly process Excel spreadsheets and output the formatted Markdown file.

Why use Markdown for knowledge-base assets converted from documents?

Using Markdown for knowledge-base assets simplifies content extraction and sharing. Converting formats like PDF and DOCX into Markdown enables easy reuse and publishing of content across different platforms and pipelines.