pdf-splitter

Community

Split PDFs by pages, ranges, or chunks.

Authorgizix
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the tedious task of splitting large PDF documents into smaller, better-organized files, reducing manual effort and errors.

Core Features & Use Cases

  • Individual Pages: Split every page into a separate PDF file.
  • Page Ranges: Extract specific page ranges (e.g., 1-5, 10-15).
  • Chunks: Divide a document into N-page chunks (e.g., every 3 pages).
  • Batch Processing: Apply a split operation to multiple PDFs in one go.

Quick Start

Use the pdf-splitter to split a file like 'report.pdf'. Example: run the script on report.pdf and inspect the output in the adjacent 'report_split/' directory with files like 'page_001.pdf', 'page_002.pdf', etc.

Dependency Matrix

Required Modules

pypdf

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pdf-splitter
Download link: https://github.com/gizix/cc_projects/archive/main.zip#pdf-splitter

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository