Skill skill

PDF Extract

Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text. Commands

Updated Apr 1, 2026 By One Person Company Editorial Team Skill system

Overview

Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text. Commands

Extract all text from a PDF

pdf-extract "document.pdf"

Extract text from specific pages

pdf-extract "document.pdf" --pages 1-5 Install sudo dnf install poppler-utils

SKILL.md file

Embedded doc viewer SKILL.md
Markdown source

Preview raw SKILL.md. Open the full source below. Scroll, inspect, then download the exact SKILL.md file if you want the original.

# pdf-extract

PDF Extract
Extract text from PDF files for LLM processing. Uses pdftotext from the poppler-utils package to convert PDF documents into plain text.
Commands
# Extract all text from a PDF
pdf-extract "document.pdf"
# Extract text from specific pages
pdf-extract "document.pdf" --pages 1-5
Install
sudo dnf install poppler-utils

Comments & Discussion

Add a comment