pdf

Merge, split, rotate, encrypt PDFs and extract text and tables using pypdf/pdfplumber/reportlab/qpdf.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/paidethon/Daily --skill pdf-paidethon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/paidethon/Daily/tree/main/.agents/skills/pdf
Command: npx skills add https://github.com/paidethon/Daily --skill pdf-paidethon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of working with PDF files, providing efficient ways to extract text, manipulate documents, and manage forms.

Core Features & Use Cases

  • PDF Manipulation: Merge, split, rotate, and encrypt PDF files.
  • Data Extraction: Extract text and tables from PDFs.
  • Form Filling: Fill out PDF forms programmatically.
  • Use Case: Quickly generate a summary of a lengthy report by extracting the key points and summarizing them in a concise format.

Quick Start

To merge multiple PDFs into a single document, use the command: pdf merge.pdf doc2.pdf doc3.pdf -o merged.pdf.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I automate PDF text and table extraction for administrative workflows?

PDF text and table extraction is automated using pdfplumber to parse document content into usable data formats. This process handles information extraction from PDFs for document management and administrative workflows.

What is the best way to merge and split PDF files programmatically?

Merging and splitting PDF files is handled programmatically using pypdf to combine or divide documents into separate files. This provides efficient document manipulation for organizing PDF records.

Can I fill out PDF forms programmatically without manual data entry?

Yes, filling out PDF forms programmatically is supported to automate data entry into document fields. This eliminates manual input by mapping data directly into the PDF form structure for administrative workflows.

Does this approach work with encrypting and rotating PDF documents?

Encrypting and rotating PDF documents is fully supported using pypdf and qpdf to secure and reorient pages. This ensures document security and correct page orientation for PDF files.

Do I need reportlab and pdf2image installed to manage PDF files?

Yes, reportlab and pdf2image are required dependencies alongside pypdf, pdfplumber, and qpdf to manage PDF files. These libraries enable the full range of document manipulation, data extraction, and image conversion features.