pypdf
Installation
SKILL.md
PyPDF PDF Manipulation Skill
Overview
PyPDF is a pure-Python library for working with PDF files. This skill covers comprehensive patterns for PDF manipulation including:
- PDF merging - Combine multiple PDFs into one document
- PDF splitting - Extract specific pages or split into multiple files
- Page rotation - Rotate pages by 90, 180, or 270 degrees
- Watermarking - Add text or image watermarks to pages
- Text extraction - Extract text content from PDF pages
- Metadata handling - Read and modify PDF metadata
- Form filling - Fill PDF form fields programmatically
- Encryption/Decryption - Secure PDFs with passwords