pdf

Create, edit, extract, OCR, and fill PDF forms in automated workflows.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/thompson0012/agents-stack --skill pdf-thompson0012
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/thompson0012/agents-stack/tree/main/skills-optional/using-documents/pdf
Command: npx skills add https://github.com/thompson0012/agents-stack --skill pdf-thompson0012

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDF processing often requires juggling multiple tools for creation, editing, extraction, OCR, filling, and conversion, leading to delays and errors. This skill centralizes these tasks into a reusable workflow that can be composed into larger automation pipelines.

Core Features & Use Cases

  • Create PDFs from templates or data with programmable control.
  • Read, extract, OCR, and render text, tables, and metadata from PDFs (including scanned documents).
  • Fill native and non-native PDF forms and export results or verify outputs.
  • Convert PDFs to Word, images, or other formats to fit downstream workflows.

Quick Start

Process a sample.pdf to extract text and form data, then render a preview to verify results.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I automate PDF processing for batch data extraction from scanned documents?

Automate PDF processing by using a centralized workflow that applies OCR to extract text, tables, and metadata from scanned documents. This enables batch data capture and digitizes archival documents without manual data entry.

Can I fill non-fillable PDF forms and export the results programmatically?

Yes, you can fill both native fillable and non-native non-fillable PDF forms programmatically. The workflow supports exporting the completed results and verifying outputs to ensure data accuracy before downstream processing.

What is the best way to extract text and tables from a PDF for downstream workflows?

The best way to extract text and tables from a PDF is using an automated extraction workflow that reads and renders document contents. It handles both native text and scanned documents via OCR, outputting structured data for pipelines.

Does this PDF processing approach support converting documents to images or Word formats?

Yes, this PDF processing approach supports converting documents to Word, images, or other formats. This conversion capability fits downstream workflows by adapting the extracted data into the required file format for further use.

How do I create PDFs from templates with programmatic control for report generation?

Create PDFs from templates or raw data with programmable control to automate report generation. This centralizes document creation into reusable workflows that can be composed directly into larger automation pipelines.

When should I use a centralized PDF processing workflow instead of juggling multiple tools?

Use a centralized PDF processing workflow when you need to automate creation, editing, extraction, OCR, and form handling together. Juggling multiple tools causes delays and errors, whereas a modular workflow ensures robust input validation.