DEV Community

Jack Green
Jack Green

Posted on • Originally published at pdf.jackgreen.top

Tired of $288/Year PDF Subscriptions? Try $19 Forever (Zero Uploads)

Tired of $288/Year PDF Subscriptions? Try $19 Forever (Zero Uploads)

You open a cloud PDF editor, sign in, upload a tax return, wait thirty seconds, then wonder if someone's indexing your receipts. Stop it. In 2026 you should be able to merge two PDFs without handing over your document.

It's 2026 and we're still handing our sensitive documents over to cloud services just to merge two files or compress a PDF.

The Problem

Cloud PDF editors are convenient until you need privacy. Legal docs, tax returns, medical records — these aren't things you want floating around some startup's database. And the pricing is absurd: Adobe charges ~$20/month ($240/year), Smallpdf runs $15/month, most free tools cap you at 2–5 documents per day, and all of them want you to create an account first.

Subscriptions for PDF tools make zero sense when the operations themselves are simple: combine pages, split pages out, re-compress images. These are existing file format operations. They don't require servers.

The Solution

I built PDF Tool — a lightweight browser-based app that does everything you need and nothing you don't:

  • Merge multiple PDFs into one
  • Split PDFs by page range
  • Compress PDFs to reduce file size
  • 100% client-side — your files never leave your device
  • Works offline — no internet needed after loading
  • No sign-up, no account, no tracking

And the price? $19, once. No subscription, no limits, no hidden catches — just $19 and free updates forever.

How It Works

Everything runs on your machine using modern browser APIs. No upload step, no server processing — just open the URL and start working.

Built with Python (stdlib only), vanilla HTML/CSS/JS, and deployed behind Nginx. Zero external dependencies on the server side.

Try the free demo at pdf.jackgreen.top · Buy Pro — $19, one-time

Open Source Philosophy

The server code is open. The core PDF operations use well-documented specs (PDF Reference 1.7). No vendor lock-in, no "just works until the API changes" black boxes.

Because privacy shouldn't cost $240 a year.


Built by jackgreen.top — shipping simple tools that respect your time and your data.

pdf #opensource #privacy #webdev #nodocs

Top comments (0)