pdf▌
44 indexed skills · max 10 per page
pdf-compress
claude-office-skills/skills · Documents
Reduce PDF file sizes for easier sharing, faster loading, and efficient storage.
pdf-merge-&-split
claude-office-skills/skills · Documents
Combine multiple PDF files into one or split PDFs into separate documents.
chat-with-pdf
claude-office-skills/skills · Documents
Have intelligent conversations about PDF documents - ask questions, get summaries, and extract specific information.
ai-pdf-filler-cli
askyourpdf/ai-pdf-filler · AI/ML
Autofill PDF forms from files or URLs using AI, with async task monitoring and download management. \n \n Supports both new form uploads (from local files or URLs) and existing form IDs, with AI-powered field population from context data or source documents \n Includes task monitoring commands ( status , wait ) to track async autofill execution and poll for completion \n Requires simplicity-cli installation and API key authentication via login, stdin, or environment variable \n Enforces validati
pdf-ocr-extraction
claude-office-skills/skills · Documents
Extract text from scanned documents and image-based PDFs using OCR technology.
pdf-processing-pro
davila7/claude-code-templates · Documents
Production-ready PDF processing with forms, tables, OCR, and batch operations. \n \n Includes 10+ pre-built CLI scripts for form analysis, filling, table extraction, text extraction, PDF merging, splitting, and validation \n All scripts feature comprehensive error handling with exit codes, input validation, type hints, and configurable logging for automation integration \n Supports complex workflows: form field detection and filling with validation, multi-page table extraction to CSV/Excel, and
davila7/claude-code-templates · Documents
Comprehensive PDF processing covering text extraction, merging, splitting, OCR, form filling, and encryption. \n \n Supports multiple Python libraries: pypdf for basic operations (merge, split, rotate, encrypt), pdfplumber for text and table extraction with layout preservation, and reportlab for creating new PDFs from scratch \n Includes command-line tools (pdftotext, qpdf, pdftk) for batch processing and scripting workflows \n Handles scanned PDFs via OCR using pytesseract and pdf2image to make
openai/skills · Documents
PDF reading, creation, and validation with visual rendering and programmatic generation. \n \n Render PDF pages to PNG for visual inspection of layout, spacing, and typography before delivery using Poppler ( pdftoppm ) \n Generate PDFs programmatically with reportlab for reliable formatting; extract text and metadata with pdfplumber or pypdf \n Enforce quality standards: no clipped text, overlapping elements, broken tables, or rendering artifacts; ASCII hyphens only, human-readable citations \n
react-pdf
molefrog/skills · Frontend
tsx runs TypeScript + JSX files directly via Node with no config — no tsconfig.json needed. It uses esbuild under the hood and handles JSX transformation automatically.
appautomaton/document-skills · Documents
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.