estack-pdf-to-md

Convert PDF files to Markdown or plain text using the RunPulse API.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ElliotDrel/e-stack --skill estack-pdf-to-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: estack-pdf-to-md
Source: https://github.com/ElliotDrel/e-stack/tree/main/skills/estack-pdf-to-md
Command: npx skills add https://github.com/ElliotDrel/e-stack --skill estack-pdf-to-md

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pypdf, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for quick and efficient conversion of PDF files into Markdown or plain text formats, enabling easier editing and content manipulation.

Core Features & Use Cases

  • PDF to Markdown Conversion: Extracts text from PDF files and converts it to Markdown format, making it suitable for use in documentation and Markdown-based systems.
  • Plain Text Conversion: Converts PDFs to plain text for basic text manipulation and editing.
  • API Key Check: Ensures the presence of a valid API key for RunPulse before proceeding with the conversion process.
  • User-friendly Setup: Provides clear instructions for first-time setup, including obtaining and storing an API key.

Quick Start

To convert a PDF to Markdown, use the command: /estack-pdf-to-md --input-pdf path/to/pdf --output-dir output/folder

Frequently Asked Questions about estack-pdf-to-md

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

FAQPage Schema
How do I convert a PDF to Markdown format?

To convert a PDF to Markdown, use the conversion command with your input file path and output directory. The Skill extracts text from PDF files and transforms it into Markdown format for easier editing and documentation.

Can I extract plain text from PDF files without Markdown formatting?

Yes, you can extract plain text from PDF files without Markdown formatting. The Skill supports both Markdown and plain text conversion outputs, allowing for basic text manipulation and editing depending on your needs.

Do I need a Python environment to convert PDFs to text?

Yes, a Python environment is required to convert PDFs to text. The Skill uses the pypdf library for local text extraction and requires a valid RunPulse API key to process the conversion.

Does PDF to Markdown conversion support batch processing?

Yes, PDF to Markdown conversion supports batch processing. The Skill includes output customization and error handling features, making it suitable for bulk content conversion and data extraction tasks.

What's the best way to automate PDF text extraction for documentation?

The best way to automate PDF text extraction for documentation is using a command-line conversion tool. This Skill processes PDF files via the RunPulse API and outputs formatted Markdown suitable for documentation systems.