pdf-processing

This skill provides capabilities for working with PDF documents.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pdf-processing" with this command: npx skills add 0xkynz/codekit/0xkynz-codekit-pdf-processing

PDF Processing Skill

This skill provides capabilities for working with PDF documents.

Quick Start

Use pdfplumber to extract text from PDFs:

import pdfplumber

with pdfplumber.open("document.pdf") as pdf: text = pdf.pages[0].extract_text()

Capabilities

Text Extraction

  • Extract text from single or multiple pages

  • Preserve layout and formatting

  • Handle multi-column documents

Table Extraction

  • Identify and extract tables

  • Convert to structured data (CSV, JSON)

  • Handle complex table layouts

Form Operations

  • Fill PDF forms programmatically

  • Extract form field values

  • Create fillable forms

Document Operations

  • Merge multiple PDFs

  • Split PDFs by page

  • Rotate pages

  • Add watermarks

Best Practices

  • Always check if the PDF is encrypted before processing

  • Handle OCR cases for scanned documents

  • Validate extracted data for accuracy

  • Use appropriate libraries (pdfplumber for extraction, PyPDF2 for manipulation)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

uiux-design-expert

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

figma-make-website-builder

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

react-native-expo

No summary provided by upstream source.

Repository SourceNeeds Review