pdf-processor

Extract text, merge, and split PDF documents using Python libraries.

8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hhhh124hhhh/SkillMate --skill pdf-processor-hhhh124hhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-processor
Source: https://github.com/hhhh124hhhh/SkillMate/tree/main/resources/skills/pdf-processor
Command: npx skills add https://github.com/hhhh124hhhh/SkillMate --skill pdf-processor-hhhh124hhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines PDF handling by automating text extraction, page manipulation, and document assembly across multiple files.

Core Features & Use Cases

  • Text extraction: Retrieve raw or structured text from PDFs for indexing or analysis.
  • Merge & split: Combine several PDFs into a single document or split a large file into smaller parts.
  • Metadata export: Extract and export document metadata and content into usable formats.

Quick Start

Use the pdf-processor to extract all text from a PDF named report.pdf and save it to report.txt; or merge multiple PDFs into a single document, or split a large PDF into smaller pages.

Frequently Asked Questions about pdf-processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text from a PDF for indexing and analysis?

Extract searchable text from PDFs by using pdfplumber to retrieve raw or structured content, enabling indexing and analysis workflows across multiple document pages.

What is the best way to merge multiple PDFs into a single document?

Merge multiple PDFs into a single document by compiling several files together using pypdf, streamlining document assembly across various pages into one combined file.

How do I split a large PDF into smaller parts?

Split a large PDF into smaller parts by automating page manipulation with pypdf, dividing a single large document into smaller, manageable files for targeted viewing.

Does pdf-processor work with Python libraries like pdfplumber and reportlab?

Yes, pdf-processor relies on Python libraries like pdfplumber, pypdf, and reportlab to handle PDF text extraction and document assembly, and can be supplemented by command-line tools when needed.

Can I extract and export metadata from a PDF?

Yes, you can extract and export document metadata and content into usable formats using the pdf-processor, which automates metadata retrieval across various pages of your PDF files.