·pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

2Installs·0Trend·@forever-efficient

Installation

$npx skills add https://github.com/forever-efficient/pitfal-solutions-website --skill pdf

SKILL.md

This guide covers essential PDF processing operations using Python libraries and command-line tools.

| Merge PDFs | pypdf | writer.addpage(page) | | Split PDFs | pypdf | One page per file | | Extract text | pdfplumber | page.extracttext() | | Extract tables | pdfplumber | page.extracttables() | | Create PDFs | reportlab | Canvas or Platypus | | Command line merge | qpdf | qpdf --empty --pages ... | | OCR scanned PDFs | pytesseract | Convert to image first |

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Source: forever-efficient/pitfal-solutions-website.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/forever-efficient/pitfal-solutions-website --skill pdf
Category
#Documents
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pdf?

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Source: forever-efficient/pitfal-solutions-website.

How do I install pdf?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/forever-efficient/pitfal-solutions-website --skill pdf Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/forever-efficient/pitfal-solutions-website

Details

Category
#Documents
Source
skills.sh
First Seen
2026-02-01