pdf

Automates PDF form filling, text extraction, and document manipulation.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/pounct/agent-ebauche1 --skill pdf-pounct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/pounct/agent-ebauche1/tree/main/skills/pdf
Command: npx skills add https://github.com/pounct/agent-ebauche1 --skill pdf-pounct

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined approach to managing PDF documents, including form filling, text extraction, and document manipulation, significantly reducing manual labor and improving workflow efficiency.

Core Features & Use Cases

  • Form Filling: Automate the completion of fillable PDF forms.
  • Text Extraction: Extract text and structured data from PDFs.
  • Document Manipulation: Merge, split, and transform PDF documents.
  • Use Case: Quickly convert a collection of PDF documents into a single, consolidated report, or extract data from complex forms to create structured datasets.

Quick Start

To extract text from a PDF, run: pdf extract-text input.pdf output.txt

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 structured data from a PDF document?

PDF text extraction uses pdfplumber and pypdf to parse document contents and retrieve structured data, saving the extracted information into a text file for downstream administrative tasks.

What is the best way to automate filling out fillable PDF forms?

Automating PDF form filling uses pypdf to programmatically populate fillable form fields, significantly reducing manual labor and streamlining administrative data entry workflows.

Can I merge and split PDF documents for administrative reporting?

Yes, PDF document manipulation automates merging and splitting operations to transform PDF collections into consolidated reports for administrative tasks and data conversion.

Do I need pypdf and pdfplumber to manipulate PDF files?

Yes, this Skill requires pypdf, pdfplumber, and reportlab dependencies to execute PDF processing, text extraction, form filling, and document rendering operations effectively.

Does this approach work for converting complex PDF forms into structured datasets?

Yes, PDF data extraction handles complex forms by retrieving text and structured data, allowing you to create structured datasets suitable for information retrieval and administrative tasks.