Convert PDF files to Markdown with table recognition. Use when extracting text, converting tables, summarizing documents, fixing formatting issues.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill pdf-to-markdown --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf To Markdown?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-pdf-to-markdown)More formats (shields.io, HTML) on the badges page.
---
version: "3.0.1"
name: PDF to Markdown
description: "Convert PDF files to Markdown with table recognition. Use when extracting text, converting tables, summarizing documents, fixing formatting issues."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# pdf-to-markdown
CLI tool for pdf to markdown
## Commands
### `md`
```bash
scripts/script.sh md
```
### `txt`
```bash
scripts/script.sh txt
```
### `json`
```bash
scripts/script.sh json
```
### `convert`
```bash
scripts/script.sh convert
```
### `batch`
```bash
scripts/script.sh batch
```
### `extract`
```bash
scripts/script.sh extract
```
### `headers`
```bash
scripts/script.sh headers
```
### `table`
```bash
scripts/script.sh table
```
### `info`
```bash
scripts/script.sh info
```
### `list`
```bash
scripts/script.sh list
```
### `export`
```bash
scripts/script.sh export
```
### `config`
```bash
scripts/script.sh config
```
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
## Examples
```bash
scripts/script.sh help
scripts/script.sh md
```
## Configuration
| Variable | Required | Description |
|----------|----------|-------------|
| `PDF_TO_MARKDOWN_DIR` | No | Data directory (default: `~/.pdf-to-markdown/`) |
## Data Storage
All data saved in `~/.pdf-to-markdown/`. Runs on your machine without external calls.
## Requirements
- bash 4.0+
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!