FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a PDF Merger That Replaced My $99/Year SaaS Subscription
How-ToTools

I Built a PDF Merger That Replaced My $99/Year SaaS Subscription

via Dev.toDevadatta Baireddy1d ago

I Built a PDF Merger That Replaced My $99/Year SaaS Subscription Last month, I realized something: I was paying $99/year for a PDF tool I could build in 30 minutes. Every time I needed to merge PDFs, split pages, or rotate documents, I'd go to an online service. Upload files. Wait for processing. Download. Repeat 50 times a month. "This is insane," I thought. "I'm a developer. I can literally write this." So I built PDF Merger CLI — a Python tool that does everything the $99 SaaS does, locally, instantly, for free. Since then, I've used it 200+ times. Never paid another subscription fee. Saved 99 bucks and countless hours of my life. Here's how I did it, and why you should too. The Problem: PDF Processing Is Surprisingly Expensive Want to merge, split, or rotate PDFs online? Your options suck: Free online tools — Slow, upload your files to some stranger's server, sketchy privacy Adobe PDF Editor — $180/year (enterprise pricing) Smallpdf, ILovePDF, etc. — $99-180/year, rate limited, slo

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase
How-To

How to Prevent Merge Conflicts When Multiple Teams Work in the Same Codebase

Medium Programming • 19h ago

How One Hour of Planning Makes the Whole Week Feel Easier
How-To

How One Hour of Planning Makes the Whole Week Feel Easier

Medium Programming • 1d ago

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes
How-To

Multi‑File Magic: 8 Claude Code Commands for Safe, Large‑Scale Codebase Changes

Medium Programming • 1d ago

What Learning to Code Actually Feels Like (No One Talks About This)
How-To

What Learning to Code Actually Feels Like (No One Talks About This)

Medium Programming • 1d ago

How to Run Ethernet Cables to Your Router and Keep Them Tidy
How-To

How to Run Ethernet Cables to Your Router and Keep Them Tidy

Wired • 1d ago

Discover More Articles