- Home
- Skills
- Workflow Automation
- PDF Toolkit — Extract, Merge, Split, Fill, and OCR PDF Files
PDF Toolkit — Extract, Merge, Split, Fill, and OCR PDF Files
All major PDF operations: text/table extraction, merge, split, form fill, OCR, encryption
Free
Works with the AI tools you already use
PDF Toolkit — Extract, Merge, Split, Fill, and OCR PDF Files
Example session with this skill installed
Merge doc1.pdf and doc2.pdf, rotate the first page 90 degrees, and save it as final.pdf.
- Read your context and instructions
- Compiled the pdf toolkit
I have generated the script to merge and rotate your files.
from pypdf import PdfReader, PdfWriter
writer = PdfWriter()
for f in ["doc1.pdf", "doc2.pdf"]:
reader = PdfReader(f)
for i, page in enumerate(reader.pages):
if f == "doc1.pdf" and i == 0:
page.rotate(90)
writer.add_page(page)
with open("final.pdf", "wb") as out:
writer.write(out)
Connects securely to your tools. The creator never sees your data.
About this skill
The problem
PDF interaction often fails when standard libraries mishandle complex layouts, tables, or scanned content. Developers struggle with inconsistent text extraction, broken Unicode rendering, and the complexity of programmatic PDF creation.
What it does
- Extracts structured text and tabular data from documents into pandas DataFrames.
- Automates document operations including merging, splitting, rotating, and watermarking.
- Generates dynamic PDF reports from scratch using layout engines and markup.
- Performs OCR on scanned documents to convert images into searchable text.
- Manages document security through encryption, decryption, and password protection.
Frameworks & tools
Python (pypdf, pdfplumber, reportlab, pytesseract), CLI tools (qpdf, poppler-utils, pdftk).
Why this beats prompting it yourself
Programming PDF logic by hand often leads to encoding errors or failed table detection. This skill provides the specific syntax for layout-aware extraction and correctly handles delicate tasks like subscript rendering and OCR pipelines that generic prompts usually hallucinate.
Use cases
- Convert messy PDF invoices into clean Excel or CSV files.
- Batch process and watermark a directory of legal documents.
- Build automated reporting pipelines that generate multi-page branded PDFs.
- Remove passwords from restricted documents for automated ingestion.
Known limitations
ReportLab lacks native Unicode subscript/superscript support in default fonts. OCR requires external Tesseract and Poppler dependencies.
How to install
Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.
- 1
Download the ZIP
Free skills download straight away. Paid skills unlock right after purchase.
- 2
Unzip into your skills folder
Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.
- 3
Ask your agent to use it
Restart the agent if it was already running. It picks the skill up automatically - no config needed.
Skills folder by agent
Click the path to copy it. Create the folder if it does not exist yet.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
2 installs
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account