What Is TinyPDF? The Complete Guide to All 17 Free Tools
Typed "tinypdf" into Google and landed here? Good — that's exactly who this page is for. People search this site a dozen different ways — "tinypdf," "tiny pdf," "tiny pdf download," "tiny pdf tools" — and they all mean the same thing. TinyPDFTools is a free, browser-based PDF toolkit: no install, no account, nothing uploaded to a server.
This page is the complete answer to whatever brought you here — what the site is, what all 17 tools do, which one fits your task, and why your files never leave your device.
Key Takeaways
- No download, no install, no app store. TinyPDFTools runs in your browser — visit the site and the tool is already loaded.
- There are 17 free PDF tools covering every common PDF task. No signup, no account, no watermark on output.
- Your files never leave your device. Every tool runs client-side using pdf-lib and WebAssembly — there is no upload step.
- The free tier is the only tier — no premium plan, no daily task limit, no paywall.
- Works in any modern browser: Chrome, Firefox, Safari, Edge, and their mobile equivalents.
Is it actually free, or is there a catch?
There is no catch. Every one of the 17 tools is free with no usage caps, no daily limits, and no feature gating behind a paid plan. There is no premium tier.
The site runs on advertising revenue, which is possible because client-side processing eliminates the expensive server infrastructure that forces cloud PDF tools to charge. Smallpdf caps free users at 2 tasks per day, and iLovePDF limits free-tier file sizes (Smallpdf pricing). TinyPDFTools imposes none of those restrictions.
Is there a "tinypdf" download — or is it browser-only?
No, and this is the single most common mix-up. Most PDF tools people used before were desktop programs — Adobe Acrobat, Preview, something installed years ago and forgotten about. TinyPDFTools isn't that. It's a website: go to the homepage, click a tool, drop your file in. That's the whole setup process.
There's no installer, no app store listing, no browser extension to add. The "download" that does happen is invisible to you — your browser loads a small amount of JavaScript, the same way it loads any web page — and after that the tool just works. Bookmark the homepage if you use it often; there's nothing else to maintain.
Worth clearing up if you searched the bare word: there are other, unrelated desktop PDF utilities using similar names, including older Windows print-driver tools. TinyPDFTools is not one of those. If a search result took you somewhere that wants an installer, that's a different product.
Does it upload my files?
No. This is the most important thing to understand about how the site works.
When you open any tool and drop a file in, the file stays in your browser's memory (RAM). The PDF is processed by JavaScript running on your own device — not on a remote server. When you click Download, the output file is assembled in your browser and written directly to your hard drive.
Want proof? Open any tool, launch your browser's DevTools (F12 → Network tab), run it, and watch the network requests. You'll see requests for JavaScript and page assets — but no upload request carrying your file content, because there isn't one.
This isn't a privacy policy promise. It's the technical reality of how the tools are built.
Is it safe for sensitive documents — tax forms, contracts, medical records?
Yes, and that's exactly the use case the site is designed for.
Because no file ever touches a server, the risk profile is completely different from cloud-based tools. With a server-based tool, your document travels over the internet, lives on a third-party server while processing occurs, and must be deleted by that company afterward. That's not a hypothetical risk. The IBM Cost of a Data Breach Report 2026, published July 29, 2026, puts the global average cost of a breach at $4.99 million — up 12% year over year and a new high.
With TinyPDFTools, there's no upload, so there's no exposure vector on the server side.
The practical guidance: use Protect PDF to add a password before sharing any sensitive document electronically, and use Flatten PDF before sending a completed form so recipients can't alter the fields. Both run entirely in your browser.
All 17 tools, organized by task
Combine and split
| Tool | Path | When to use it |
|---|---|---|
| Merge PDF | /merge-pdf | Combine multiple PDFs into one. Drag them in, reorder if needed, download a single file. |
| Split PDF | /split-pdf | Break a PDF into individual pages or custom ranges (pages 1–10 as one file, 11–20 as another). |
| Extract PDF Pages | /extract-pdf-pages | Pull specific pages without splitting the whole document. Faster than Split when you only need a few pages. |
Compress and convert
| Tool | Path | When to use it |
|---|---|---|
| Compress PDF | /compress-pdf | Reduce file size for email or upload portals. Works on scans, presentations, and reports. |
| PDF to Image | /pdf-to-image | Convert each PDF page to a JPG or PNG — useful for slide decks, thumbnails, or social posts. |
| Image to PDF | /image-to-pdf | Combine photos or screenshots into a single PDF. Accepts JPG, PNG, and HEIC files. |
Edit and organize
| Tool | Path | When to use it |
|---|---|---|
| Rotate PDF | /rotate-pdf | Fix sideways or upside-down scans. |
| Organize PDF | /organize-pdf | Drag pages into a new order. |
| Delete PDF Pages | /delete-pdf-pages | Remove blank or unwanted pages. |
| Crop PDF | /crop-pdf | Trim margins or resize the visible page area. |
| Add Page Numbers | /add-page-numbers | Number pages for court filings, reports, or manuals. |
Security and sign
This is the category people usually undercount — there are five tools here, not four.
| Tool | Path | When to use it |
|---|---|---|
| Protect PDF | /protect-pdf | Add an open password using AES-256 encryption. The file is encrypted, not just locked behind a dialog. |
| Unlock PDF | /unlock-pdf | Remove a password from a PDF you have rights to — say, a file you created and protected yourself. |
| Flatten PDF | /flatten-pdf | Convert interactive form fields into permanent, static text so a filled-in form can't be edited after the fact. |
| Watermark PDF | /watermark-pdf | Stamp DRAFT, CONFIDENTIAL, or a custom mark across every page. |
| Sign PDF | /sign-pdf | Draw, type, or upload a signature and position it on any page. |
View
| Tool | Path | When to use it |
|---|---|---|
| PDF Reader | /pdf-reader | Open and read any PDF in your browser without installing a separate app. |
Which tool do you need? Six real scenarios
Not sure which tool fits your situation? Match your task to the one below. These are the most common cases — and they don't always map to the most obvious tool.
"I need to email several documents as one file." Use Merge PDF. Drag all your files in, reorder them if needed, click Merge, download the combined file. There's no fixed file-count cap — your device's memory decides, not the tool.
"My scanned PDF is 19 MB and Outlook won't send it." Use Compress PDF. Scanned documents compress well because they're mostly large image data, and that's exactly what the compressor targets. In our testing, a scan in that size range typically drops to a few megabytes.
"I need just page 12 from a 50-page report." Use Extract PDF Pages, not Split. Type the page number, click Extract, download the single-page file — faster than splitting a whole document when you only need a slice of it.
"My scanner saved the whole batch sideways — all 18 pages." Use Rotate PDF. Click Select All, choose 90° clockwise, click Rotate. Download the corrected file.
"I have 15 receipt photos from a business trip to submit for reimbursement." Use Image to PDF. Upload all 15 images at once and they merge into a single, submission-ready PDF. Drag to reorder before downloading if chronological order matters.
"I'm sending a contract draft and don't want it mistaken for the final version." Use Watermark PDF before you hit send. Stamp "DRAFT" across every page, download, attach. Takes about 15 seconds, and it's the easiest way to stop a half-finished document from being treated as signed.
The tool combination most people discover too late
Merge and Compress sit next to each other on the homepage on purpose. They work better as a pair than either does alone.
When you merge several PDFs, the output is often bigger than you'd expect. Each source file drags in its own fonts, embedded images, and metadata — and none of that deduplicates automatically just because the pages now live in one document.
Running the merged file back through the compressor cleans that up. A merged document that clears 25 MB will often compress back below the Gmail limit (Google) and comfortably under desktop Outlook's 20 MB cap (Microsoft).
The workflow: merge → download → drag that result into the compressor → download again. Two steps, about a minute, and it's the fix most people don't find until they've already hit "reply all" with a bounced email.
Does it work on a phone or tablet?
Yes. All 17 tools work in any modern mobile browser — Chrome for Android, Safari for iOS, Firefox Mobile, and Edge Mobile. No app download is required there either: same site, same browser tab, no App Store or Play Store detour. Touch drag-and-drop works for reordering pages.
The caveat is device RAM: very large files (200+ page documents, high-resolution scan compilations) may run slowly on older phones because the tool is using the device's own memory. In our testing, phones with 6GB+ RAM handle even large documents quickly; older phones with 3GB or less can slow down on files above roughly 100MB. Treat these as rough guidelines from typical use, not a hard spec.
How does it compare to iLovePDF, Smallpdf, or Adobe Acrobat?
| Feature | TinyPDFTools | Smallpdf | iLovePDF | Adobe Acrobat |
|---|---|---|---|---|
| Price | Free (no tier) | Free (2 tasks/day) | Free (limited) | $19.99/mo (Acrobat Pro) |
| Signup required | No | No (limited) | No (limited) | Yes |
| Download / install | No | No | No | Desktop app option |
| Files uploaded | Never | Yes | Yes | Yes |
| Watermark on output | No | No | No | No |
| Offline use | Yes (after load) | No | No | Desktop app |
Is there a file size limit?
There is no enforced file size limit. The practical ceiling is your device's available RAM.
A rough illustrative example, not a benchmark: a 100-page scanned document tends to weigh 20–80 MB depending on scan resolution; on any computer with 8GB+ RAM that processes in seconds. A 500-page merged document might reach 200–400 MB — manageable on a desktop, but slower on a phone with limited available RAM.
If you consistently deal with very large files (500MB+), your bottleneck will be RAM, not any server-side restriction.
Why your files never leave your device
Every tool runs in your browser using JavaScript and WebAssembly — a browser-native execution format that runs compiled code at near-native speed without leaving the page (MDN Web Docs). When you click Compress or Merge, your browser processes the file locally. Nothing is transmitted.
TinyPDFTools processes files using the pdf-lib JavaScript library. Your browser downloads the library once, when the page loads, then runs it locally against your file. Nothing is uploaded, nothing is stored, and there's no server-side record of your document.
That matters for tax returns, medical records, pay stubs, mortgage packets, and signed contracts. Most free PDF tools upload your file to a remote server to process it — and keep it there after the job finishes. If you wouldn't email a document to a stranger, it's worth caring where it goes during processing, too.
Who's actually behind TinyPDFTools?
Worth knowing, especially if you're about to hand it a tax form or a signed contract. TinyPDFTools is built and maintained by Rizwan Shoaib, an independent developer — not a venture-backed startup, not a rebrand of someone else's tool. The project started as a single merge tool built out of a personal frustration: needing to combine PDFs without uploading anything sensitive to a stranger's server. It's since grown into the 17-tool suite this page describes.
Under the hood, the site runs on React and Next.js for the interface, and pdf-lib and Mozilla's PDF.js to actually read and manipulate your files. It's served as a static site from Cloudflare's edge network, which is part of why it loads fast and why there's no backend server sitting between you and your document. No backend also means no database that could ever store what you upload — because nothing gets uploaded in the first place.
Frequently Asked Questions
Is "tinypdf" the same thing as Tiny PDF Tools?
If you got here searching "tinypdf" as one word, yes — you're in the right place. TinyPDFTools is the full name; people shorten or misspell it a dozen ways, and this site is the free, browser-based, 17-tool answer to all of them.How do I know this is the real site and not a lookalike?
Fair question — brand-name searches are exactly what copycat sites and shady browser extensions try to hijack. This site is TinyPDFTools at tinypdftools.com, built and maintained by an independent developer. Before trusting any "tiny pdf" result with a file, verify three things: no upload happens (check DevTools' Network tab), no account is required, and no watermark lands on your output. A site that asks you to sign up or upload before you've even seen a preview isn't this one.Does TinyPDFTools keep a copy of my file?
No. Once you close the browser tab, the file is gone from memory. There is nothing to keep — the processing never involved a server.Do I need to create an account?
No account is required for any feature, ever.What browsers does it work in?
Any browser from the last several years — Chrome, Firefox, Safari, or Edge, on desktop or mobile. The tools rely on standard JavaScript and WebAssembly support, which every major browser has shipped since the late 2010s.Can I use it offline?
Partially. The tool page loads from the internet once, but after that, processing is local. If you have a poor connection, load the page first, then go offline — the PDF processing itself requires no internet.Is there a mobile app?
No app. The web tools work in mobile browsers without installing anything.Is there a limit on how many files I can merge?
There is no hard file count limit. Processing is constrained only by device RAM — in our testing, most machines handle 20–30 files easily; very large batches may slow down on older hardware.What if my browser blocks the page or shows a security warning?
That shouldn't happen on a standard connection — the site loads over HTTPS like any other page. If a corporate firewall or school network blocks it, that's a network policy issue, not something on TinyPDFTools' end; try a different network or device.How does it make money if it's free?
Advertising. The tools are ad-supported. No user data is sold — the business model doesn't depend on it.Start with Merge PDF
However you found tinypdf — searched it, bookmarked it, had it recommended — the most-used tool here is Merge PDF. Drag your files in, reorder if needed, and download a single file. No install, no signup, no watermark, no upload.
If the merged file is too large to email, run it through Compress PDF as a second step. Both run in your browser.