๐ ๏ธ I just published PDF Toolkit v2.0 - a free, open-source Python CLI tool that replaces four tedious PDF workflows with a single script.
๐ No subscriptions. No cloud uploads. No GUI bloat. Just drop the file into your folder and run it.
Real scenario most of us have lived through:
You receive a 200-page scanned contract. Your client needs pages 12โ47 extracted as a separate document, each page exported as a high-res JPG for their design team, AND the full document split into 10-page chunks for their legal review software by end of day.
Usually that means:
Hunting for a PDF tool that doesn't have a 5-file free limit
Uploading sensitive legal documents to some random web service
Paying for a monthly subscription you'll use once
Spending 45 minutes clicking through three different apps
With PDF Toolkit, that entire workflow takes under 2 minutes from the terminal.
What it does (4 tools in one script):
๐ PDF โ JPG: Converts every page of every PDF in your folder into JPG images automatically. Perfect for archiving, sharing individual pages, or feeding pages into design tools.
โ๏ธ PDF Splitter: Splits large PDFs into chunks of N pages. Ideal for breaking up reports, sending sections to different reviewers, or working around upload size limits.
๐ผ๏ธ Images โ PDF: Merges all images in a folder into a single PDF in seconds. A lifesaver when you've scanned a multi-page document one sheet at a time.
๐๏ธ Delete Pages: Remove specific pages or page ranges without touching the original file. Supports flexible input like 3,5-7,10 - no clicking through a 200-page preview.
Why it's worth keeping in your toolkit:
โ Works 100% offline โ sensitive documents never leave your machine
โ Batch processing โ runs on ALL files in a folder at once, not one by one
โ Cross-platform โ Windows, macOS, and Linux
โ Single file โ no install, no setup, just place and run
โ Free forever โ MIT licensed
If you regularly deal with PDFs for client deliverables, document management, or any kind of paperwork-heavy workflow, this will save you real time every week.
โฌ๏ธ Grab it here:
๐ GitHub: github.com/abgrxenda/pdf-python-toolkit
๐ GitLab: gitlab.com/abgrxenda/pdf-python-toolkit
Star the repo if it helps you, and feel free to reach out if you'd like a custom feature added. ๐
๐ ๏ธ I just published PDF Toolkit v2.0 - a free, open-source Python CLI tool that replaces four tedious PDF workflows with a single script.
๐ No subscription...