pdf

Automate PDF text and table extraction, form filling, and page operations.

15|27|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/kevinnguyen271090/claudekit-engineering --skill pdf-kevinnguyen271090
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/kevinnguyen271090/claudekit-engineering/tree/main/document-skills/pdf
Command: npx skills add https://github.com/kevinnguyen271090/claudekit-engineering --skill pdf-kevinnguyen271090

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the tedious manual work of filling out PDF forms and extracting data from documents, saving you hours of repetitive effort. It provides programmatic control over PDF content, making tasks like report generation, invoice processing, and document conversion efficient and error-free.

Core Features & Use Cases

  • Automated Form Filling: Programmatically fill both fillable and non-fillable PDF forms, including complex layouts with annotations.
  • Data Extraction: Extract text, structured table data, and form field information from any PDF into usable formats for analysis or further processing.
  • Content Manipulation & Conversion: Convert PDF pages to images, check bounding boxes for layout analysis, and create validation images for quality control.
  • Use Case: Imagine you have 100 vendor invoices in PDF format. Use this Skill to automatically extract the invoice number, date, and total amount from each one and compile them into a single CSV file, then fill out a summary report PDF.

Quick Start

Extract all fillable form field names and their current values from the attached PDF file 'application.pdf'.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I extract text and data from PDF files programmatically?

Extract text and structured data from PDFs using Python libraries like pdfplumber and pypdf, which parse document content into usable formats for analysis, CSV exports, or further processing without manual copying.

Can I automate filling out PDF forms with Python?

Yes, automate form filling for both fillable and non-fillable PDF forms using Python libraries that programmatically populate fields across multiple pages, eliminating manual data entry.

What's the best way to extract tables from PDF documents?

Use pdfplumber to detect and extract structured table data from PDFs into formats like CSV or pandas DataFrames, preserving layout and alignment for downstream analysis.

How do I handle scanned PDF documents that need text extraction?

Apply OCR using pytesseract on scanned PDFs converted to images, enabling text extraction from documents that are image-based rather than machine-readable.

Can I merge, split, or rotate PDF pages programmatically?

Yes, perform page-level operations like merging, splitting, and rotating PDFs using pypdf, allowing batch document manipulation and reorganization without external tools.

Does PDF automation work for large-scale batch processing of invoices or reports?

Yes, scale PDF processing across hundreds of documents by automating extraction, form filling, and validation workflows, making batch invoice processing and report generation efficient and error-free.