Alison Aquinas logoAlison's LLM Plugins

pdftotext

Included in pluginshared-skillsView on GitHub ↗

Files

SKILL.mdagentsreferencesscripts

Install

Install the containing plugin
/plugin install shared-skills@llm-skills
Invoke this skill after installation
/shared-skills:pdftotext
Download pdftotext-skill.zip
This skill is bundled inside shared-skills. Install the plugin once, then Claude Code can use any of its included skills. Browse the full plugin repository at github.com/alisonaquinas/llm-shared-skills.

SKILL.md


name: pdftotext description: Convert PDF documents to plain text. Use when the agent needs to extract, analyze, or transform document and file metadata.

Pdftotext

Convert PDF documents to plain text

Quick Start

  1. Verify pdftotext is available: pdftotext --version or man pdftotext
  2. Establish the command surface: man pdftotext or pdftotext --help
  3. Start with a read-only probe: pdftotext file

Intent Router

  • references/install-and-setup.md — Installing pdftotext
  • references/cheatsheet.md — Common options and patterns
  • references/advanced-usage.md — Advanced techniques
  • references/troubleshooting.md — Common errors and solutions

Core Workflow

  1. Verify pdftotext is available: pdftotext --version
  2. Inspect file: pdftotext file
  3. Validate output before batch processing
  4. Document exact commands for reproducibility

Quick Command Reference

pdftotext --version                       # Check version
pdftotext --help                          # Show help
pdftotext file                            # Basic usage
man pdftotext                             # Full manual

Safety Notes

AreaGuardrail
File validationVerify files are in expected format.
Output handlingValidate output before processing further.
Large filesTest with smaller files first.

Source Policy

  • Treat installed behavior and man page as truth.

Resource Index

  • scripts/install.sh — Install on macOS or Linux.
  • scripts/install.ps1 — Install on Windows or any platform.
← Back to marketplace