Drop in a PDF, get the result back. Merge, split, extract text, OCR, fill forms and more.
The PDF Claude skill does every common PDF job from a chat: merge, split, extract text and tables, OCR scanned files, fill forms, add watermarks, encrypt. Drop the file in. Get the result back.
PDFs show up everywhere. Doing anything to them is somehow always harder than you remember.
You need to send the accountant twelve receipts as a single file. You google "merge pdf", land on a site plastered with ads, watch your scanned bank statement upload to a server you've never heard of, and get a watermarked output you can't actually use. You try Acrobat, twenty bucks a month for one job, or you download a free desktop tool that wants to install three other things. Half an hour later you've got one PDF and a vague sense of having been mugged.
Or you've got a vendor PDF with a pricing table you need in a spreadsheet. You copy. You paste. The columns are wrong, the line breaks are weird, half the numbers landed in the wrong row. You start typing it by hand.
This skill fixes that.
Anyone who deals with PDFs. Accountants pulling tables out of vendor invoices, founders combining diligence docs, lawyers reading scanned contracts, ops teams archiving form submissions, and indie hackers building any product that touches a PDF file. Anyone who's ever lost a morning to merging twelve files.
Ask Claude something like:
You'll get back something like:
Merged: receipts-Q3.pdf
- 12 source files combined, 47 pages total
- Bookmarks preserved, output size 4.2 MB
Split: contract-pages/
- 30 single-page PDFs (page_1.pdf … page_30.pdf)
- All metadata copied through
Extracted: vendor-invoice-tables.xlsx
- 3 tables found across 5 pages
- 187 rows, 6 columns (Item, SKU, Qty, Unit Price, Tax, Total)
OCR'd: contract-searchable.pdf
- 30 pages processed, text layer added behind images
- "termination" found on pages 7, 14, 22
Watermarked: proposal-final.pdf
- "DRAFT" overlay applied to every page (47 pages)
- Original layout untouched
Built: client-report.pdf
- 2 pages, US Letter, header with logo
- 3 sections, page numbers in footer
Everything runs locally. Your scanned bank statements, contracts, and tax returns never leave your machine.
It needs a Claude subscription but outside of that there are no external premium APIs or subscriptions needed. It uses open-source Python libraries (pypdf, pdfplumber, reportlab) and command-line tools (qpdf, poppler) you install once. No subscriptions, no per-file fees.
For PDFs with a real text layer, extraction is near-perfect. For scanned (image-only) PDFs, OCR runs through Tesseract, strong on clean scans, weaker on faded receipts or handwriting. Tables come out clean when the source has consistent borders or alignment. Messy multi-column layouts may need a second pass.
No. The PDF file itself is processed locally by open-source tools on your machine, never uploaded to a third-party PDF service. Note that Claude Code does send your conversation to Anthropic to work, so if you ask Claude to read, extract, or analyze a PDF's contents, that extracted text is part of the request like any other chat. But the file is never handed to some ad-covered "PDF tools online" site.
Not freely. PDFs aren't built for inline text editing the way Word documents are. You can fill form fields, overlay watermarks, add or rotate pages, or rebuild the PDF from scratch. For real text edits, extract the content, edit it with the docx skill, then re-export.
Yes, if you know the password. It can also add or remove passwords on PDFs you own.
Hundreds. Merging 200 files or splitting a 500-page report works the same as one or two — the tools stream pages rather than loading everything into memory.
Yes, on merge and split operations. Bookmarks copy through, internal links survive when the target page survives, and form fields stay live unless you flatten them on purpose.
Tables come out as Excel-ready files. For full PDF-to-Word conversion, extract the text here and rebuild the document with the docx skill. The round-trip is cleaner than any direct converter.
Please read before installing. Any skill you copy online is someone else's code running inside your Claude, and a lot of what's out there should give you pause. Most authors who give skills away don't give a second thought to quality or security. Most are vibe-coded slop pushed out untested, and some are the occasional bad actor hiding an exploit in plain sight. (Read about OpenClaws ClawHub security nightmare). Every skill we publish is vetted by a programmer with 20+ years of professional experience and checked line by line for anything that touches your files without reason. With Stim-Pack Studios Claude Skills, you get peace of mind knowing you're installing safe, vetted code, not a stranger's guess.
If you handle PDFs at all (invoices, contracts, scanned documents, client reports), this one earns its slot. It replaces the sketchy upload sites, the Acrobat subscription, and the half-installed desktop tools you forgot you have.
Get the PDF Claude skill and handle every PDF job from a chat.
Copyright © 2026 stimpackstudios.com. All rights reserved.