Skip to main content
P
PDFey

About PDFey

Why PDFey exists

I kept running into the same problem. Need to merge two contracts? Upload them to some website and hope they don't keep a copy. Want to remove a password from your own PDF? Pay $12/month for software you'll use once.

That didn't sit right with me. So I built PDFey — a set of PDF tools where everything runs directly in your browser. No file ever leaves your device. No server processes your data. It's just JavaScript doing the work right on your machine.

The result? You get 13 tools that handle most PDF tasks. Merging, splitting, compressing, converting, password-protecting — all free, all private. And you don't even need to create an account.

Who built this

I'm Martin Šikula, a developer from the Czech Republic running Sikulovi s.r.o. — a small company that builds free web tools. PDFey is one of several projects I maintain, alongside image tools (Pictey), developer utilities (CodeUtil), and others.

I care about making tools that are genuinely useful. Not tools that look good in a demo but fall apart with real files. PDFey handles large documents, preserves quality, and works even on slower connections because there's nothing to upload.

What makes PDFey different

Your files stay on your device

Zero server uploads. PDF processing happens in your browser using pdf-lib and PDF.js — both open-source.

No waiting for uploads

Drop your file and it starts processing immediately. No progress bars waiting for network transfers.

No accounts, no tracking

Open the tool, use it, close the tab. We don't ask for your email, and we don't track which files you process.

Works on any device

Desktop, tablet, phone — any modern browser. Install as a PWA to use it offline too.

All 13 tools

Each tool does one thing well. Pick the one you need:

How it works under the hood

PDFey runs on Next.js with React and TypeScript. For the actual PDF work, I use two well-tested libraries: pdf-lib handles all the manipulation (merging, splitting, adding pages), while Mozilla's PDF.js takes care of rendering previews and conversions.

Both libraries run entirely in the browser. That's the whole point — when there's no server involved, there's no server to hack, no database to leak, and no middleman handling your documents. The app works as a PWA too, so once loaded, you can use it even without an internet connection.

Company info

PDFey is operated by Sikulovi s.r.o., registered in the Czech Republic.

Company:Sikulovi s.r.o.
Registration No. (IČO):05184029
Tax ID (DIČ):CZ05184029

Get in touch

Found a bug? Have a feature idea? Or just want to say hi? Drop me a line at info@sikulovi.cz — I read everything and usually reply within a day.