Работа с PDF-файлами в Python и терминале
★ 7.4 · general
pdf is a Claude Code skill that handles any operation with PDF files: extracting text and tables, merging multiple PDFs into one, splitting documents, rotating pages, adding watermarks, creating new PDFs from scratch, filling forms, encrypting and decrypting files, extracting images, and running OCR on scanned documents to make them searchable. It relies on the pypdf, pdfplumber, and reportlab Python libraries alongside command-line tools pdftotext, qpdf, and pdftk. Form-filling has dedicated instructions in FORMS.md, and advanced examples are documented in REFERENCE.md. The skill activates whenever a .pdf file is mentioned or a PDF output is requested.