Tools for Everyone — Right in Your Browser

No uploads. No waiting. No sign-up. Everything runs locally on your device for maximum privacy and speed.

🖥️ Works Anywhere

File Tools runs entirely in your browser—no sign-ups, no uploads, no server round-trips. Works on Chrome, Firefox, Safari, and Edge across desktop and mobile. Open a tool, drop a file, and conversion happens locally for speed and reliability.

Convert With Confidence

We support a wide range of everyday tasks—PDF editing and conversion, image compression, ZIP/TAR tools, OCR, spreadsheets, and DNS checks. Because everything is client-side, your files never leave your device and large jobs stay snappy.

🛡️ Privacy Guaranteed

Nothing you open here is uploaded. Processing happens inside the tab using WebAssembly libraries like pdf-lib, JSZip, LibArchive.js, and Tesseract. Close the tab and your data is gone—no accounts, tracking pixels, or hidden background syncs.

Your Data, Our Priority

We built File Tools to be useful without demanding trust. The app is a static site powered by Vite + React and served over HTTPS. Every tool avoids sending file bytes over the network. Preferences are stored locally in your browser and can be cleared at any time. For compliance-sensitive work, our browser-first approach minimizes data exposure by design.

About These Tools

How it works (client-side)
Each tool runs entirely in your browser using WebAssembly/JS libraries (pdf-lib, JSZip, LibArchive.js, Tesseract, etc.). No files are uploaded. Close the tab and your data is gone. This design is fast, private, and PCI-friendly.
Common use cases
  • Create or extract ZIP/TAR archives without installing software.
  • Compress PNG/JPG/WebP images before emailing or uploading.
  • Merge/split PDFs, or OCR a scanned PDF to make it searchable.
  • Check DNS records (SPF, DKIM, DMARC) for email deliverability.
Privacy & security
  • No server uploads; operations happen locally in the tab.
  • Transport is HTTPS; only lightweight analytics are used.
  • Preferences are stored in your browser and can be cleared anytime.
Supported platforms

Chrome, Edge, Firefox, and Safari on Windows, macOS, Linux, iOS, and Android. Large jobs benefit from a modern desktop browser.

Supported Formats

Category Read Write / Export Notes
PDF PDF 1.x/2.0 (unencrypted) PDF (merge/split), PNG/JPG (pages) Encrypted/malformed PDFs may be skipped.
Images PNG, JPG/JPEG, WebP PNG, JPG, WebP Compression & resizing happen locally.
Archives ZIP, TAR, TAR.GZ (7z when libs available) ZIP, TAR, TAR.GZ Preview contents before export.
Text & Data TXT, JSON, CSV TXT, JSON, CSV Format, minify, lint, convert encodings.
DNS A/AAAA, MX, TXT, CNAME, NS, SRV, CAA Reports (copy/export) DNS over HTTPS via Google/Cloudflare resolvers.

About File Tools

File Tools is a collection of fast, privacy-first utilities for converting files, compressing images, extracting archives, running simple data transforms, parsing server logs, and troubleshooting DNS and email deliverability. Everything runs locally in your browser using modern Web APIs and WebAssembly libraries. Your files are never uploaded to our servers.

The app is built with React, TypeScript, Vite, Tailwind CSS, and shadcn/ui. Heavy libraries such as pdf-lib, Tesseract.js, JSZip, and LibArchive.js are loaded only when they are needed so the initial page stays lightweight and responsive. File Tools is served as a static site over HTTPS, which means there is no traditional backend storing or inspecting your data.

Privacy by Design

Nothing you open here is uploaded. Conversions, compressions, and analyses run entirely inside the browser tab. When you close the tab, the in-memory data is gone. A handful of optional settings are stored in your browser’s localStorage so tools can remember preferences such as dark mode or default output formats.

Works Anywhere

File Tools works on modern versions of Chrome, Firefox, Safari, Edge, and most Chromium-based browsers on Windows, macOS, Linux, and mobile devices. Because everything is browser-native, you can use these tools on locked-down workstations where you cannot install extra software.

Simple, Free, and Focused

There are no accounts and no paywalls for the core tools. The goal is to keep everything focused on getting work done as quickly as possible: open the site, drop a file, choose an option, and download your result. Ads, if present, are kept lightweight and do not track file contents.

Privacy Policy

We do not collect or store the contents of your files. The tools on this site use in-browser processing only. Where analytics are enabled, they are limited to anonymous, aggregate metrics such as page views and feature usage. These metrics help guide future improvements but never include your documents, images, or logs.

Guides & Tutorials

The tools on this site are meant to solve the kinds of awkward little problems that come up when you work with documents, screenshots, spreadsheets, logs, archives, and domains. The guides below describe typical workflows and explain how to get the most out of File Tools without installing extra software.

1. Cleaning Up PDFs Before You Share Them

PDF files often grow larger than they need to be. They can contain unused images, blank pages, and old revisions that no longer matter. With the PDF tools in File Tools, you can merge several documents together, remove the pages you do not need, and export a smaller, cleaner file that is easier to email or upload.

A common workflow is to drag in a stack of PDFs, reorder pages visually, delete duplicates or blank pages, and then export a single compact document. Because the work is done in your browser, you can comfortably tidy up internal or sensitive documents without sending them to a third-party conversion service.

  • Combine multiple statements, forms, or reports into one PDF.
  • Strip out covers, terms, and instructions you do not need to forward.
  • Export key pages as images for slides, chat apps, or documentation.

If a file refuses to process, it is usually encrypted, password-protected, or corrupted. In those cases, re-export the file from the original application or print it into a new PDF before trying again in File Tools.

2. Compressing Images for Email and Web Uploads

Modern cameras and phones produce very large images by default. That is great for printing, but it can make email attachments and form uploads painfully slow. The Image Converter and Image Compressor tools let you resize and re-encode those images directly in your browser, with a simple trade-off between quality and file size.

You can convert lossless PNG screenshots to smaller JPGs, downscale oversized photos before uploading them to a website, or convert older formats to modern WebP or AVIF where browsers support them. Batch processing makes it easy to adjust a whole folder of images at once and download optimized copies.

  • Convert screenshots from PNG to JPG for smaller email attachments.
  • Resize high-resolution images to fit online form limits.
  • Experiment with different quality levels while keeping the original files untouched.

If an image looks too soft or washed out after compression, increase the quality slider slightly or keep a higher-fidelity version for archival use while sharing the compressed copy.

3. Working with ZIP, TAR, and 7z Archives in the Browser

Archives are still the easiest way to bundle many files together. Unfortunately, not every device has the right tools installed to preview a ZIP, TAR, or 7z file. The archive utilities in File Tools let you open and inspect archives directly in the tab, without installing another program.

You can drop an archive to see its file list, download only the item you care about, or re-package a subset of files into a new ZIP or TAR. This is especially helpful when you receive a very large archive but only need one spreadsheet, configuration file, or image from inside it.

  • Peek inside unfamiliar archives without extracting everything.
  • Grab one or two files instead of unpacking the entire archive.
  • Rebuild archives in a format that your target system understands.

All of this runs in the browser using WebAssembly builds of LibArchive.js, which means the actual file contents never leave your device.

4. Checking DNS, SPF, and Email Deliverability

If users complain that email is going to spam or disappearing entirely, DNS records are often the root cause. The Network / DNS Toolkit in File Tools can query A, AAAA, MX, TXT, CNAME, NS, SRV, and CAA records over DNS-over-HTTPS using public resolvers such as Google and Cloudflare.

The SPF parser expands includes, counts DNS lookups, and highlights potentially problematic configurations. DMARC and related TXT records are displayed in a single view so you can quickly see whether a domain is configured to monitor, quarantine, or reject spoofed messages.

  • Verify that MX and SPF records are present and correctly formatted.
  • Inspect DMARC policies without logging into your registrar each time.
  • Spot over-complicated SPF records that may hit lookup limits.

These tools are meant for quick checks, not full-blown monitoring, but they can save a lot of time when you are trying to understand why a particular domain behaves the way it does.

5. Parsing Logs and Splitting Huge Files

Application and web server logs grow quickly and are rarely small enough to open comfortably in a standard text editor. The Log Parser and File Splitter tools in File Tools are designed for these situations and run entirely in your browser.

You can feed Apache, Nginx, IIS, and similar logs into the Log Parser to summarize traffic by IP, endpoint, status code, user agent, and geographic location. If a file is too large to handle all at once, the File Splitter can chop it into smaller pieces by line count so you can open each part in your editor or spreadsheet of choice.

  • Split million-line logs into many smaller files in a single step.
  • Spot noisy IPs, failing endpoints, and sudden spikes in error codes.
  • Export CSV summaries to share with teammates or import into BI tools.

Because everything happens locally, you can experiment freely with production logs without copying them to remote analysis services.

6. Creating True Direct-Link QR Codes

Many online QR generators point the code at a tracking or redirect service instead of your actual URL. The QR Code Generator in File Tools builds true QR codes that embed your exact link, Wi-Fi configuration, or short text without an extra hop in the middle.

You can generate QR codes for websites, email addresses, SMS messages, and small contact cards, then export them as PNG or SVG. All encoding and rendering happens locally so you keep control over what is actually encoded.

In general, browser-based tools shine when you need quick, focused conversions or diagnostics without installing extra software—merging a couple of PDFs, checking a DNS record, shrinking an image, or inspecting a log file. For always-on automation or massive batch processing you might still reach for dedicated desktop or server software, but for everyday tasks the browser is often the most convenient place to work.

Guides & Tutorials

File Tools is more than a collection of random utilities. The tools are designed to solve a handful of everyday problems that come up when you work with documents, screenshots, archives, spreadsheets, and infrastructure. The guides below walk through common workflows and explain how to get the most out of the site without installing extra software.

1. Cleaning Up PDFs Before You Share Them

Large PDFs are a pain to email, upload, and store. Many documents include hidden images, unneeded pages, and metadata you do not actually care about. With the PDF tools in File Tools you can trim a document down to just what you need and export a lighter version that is easier to send.

A common workflow looks like this: you merge several PDFs into a single file, remove pages that are duplicated or blank, and then export only the pages you actually need. Because all of this runs inside your browser, you can work on internal or sensitive documents without sending them to a remote service.

  • Combine multiple statements or reports into one PDF.
  • Strip out cover pages or terms you do not need to forward.
  • Export key pages as images for slide decks or chat apps.

If a PDF refuses to process, it is usually either encrypted, password-protected, or corrupted by another program. In those cases, re-export from the original application or print to a fresh PDF before trying again in your browser.

2. Compressing Images for Email and Web Uploads

Modern phones and cameras produce photos that are much larger than most websites or email systems expect. A single JPG can be several megabytes. If you are sending screenshots, design mockups, or product photos, it is usually safe to compress them before sharing.

The Image tools let you drag in PNG, JPG, or WebP files and export smaller versions without switching apps. You can reduce resolution, adjust quality, or convert between formats. Many people convert PNG screenshots to JPG for email and chat because they are significantly smaller while still readable.

  • Convert lossless PNGs to JPG for faster sending.
  • Resize high-resolution photos before uploading to forms.
  • Batch-process multiple images in your browser, then download the optimized copies.

If an image looks washed out or blurry after compression, try a slightly higher quality level or keep the original for archival use and share the compressed version only when speed matters.

3. Working with ZIP/TAR Archives in the Browser

Archives are still the easiest way to bundle a folder of files for storage or delivery. When you receive a ZIP or TAR.GZ file, you may not have admin rights to install tools on the computer you are using. The Archive tools on this site let you inspect and extract those files entirely in the browser.

Drop an archive into the tool to see its contents. You can download individual files or repackage the entire archive as a new ZIP or TAR. This is especially useful when you only need one or two files out of a large download, such as a single spreadsheet or configuration file in a long list of assets.

  • Peek inside unfamiliar archives without installing a separate utility.
  • Extract only the file you need instead of expanding everything.
  • Repack archives into a format that your target system understands.

Because everything runs inside the browser, you can use these tools on locked-down machines or temporary workstations as long as they have a modern web browser and an internet connection to load the page.

4. Understanding DNS, SPF, and Email Deliverability

DNS records control how your domain behaves on the internet. When email deliverability is poor, it is often because SPF, DKIM, or DMARC records are missing or misconfigured. The DNS Toolkit in File Tools helps you inspect these records using DNS-over-HTTPS resolvers.

You can enter a domain name and see all the relevant records in one place. The tool explains how many DNS lookups an SPF record performs and whether it might cause problems with strict receiving servers. For many small domains, fixing a single SPF mistake is enough to reduce spam-folder issues.

  • Look up A, AAAA, MX, TXT, CNAME, NS, SRV, and CAA records.
  • Check SPF flattening, includes, and redirect chains.
  • Verify that DMARC records exist and are syntactically valid.

These tools do not replace professional monitoring, but they make it much easier to spot obvious configuration issues before opening a support ticket with your mail provider.

5. Parsing Logs and Splitting Huge Files

Server and application logs grow quickly. When something goes wrong, you usually have to work with files that are hundreds of megabytes or more. File Tools includes a Log Parser and a File Splitter that are designed to handle these scenarios in the browser.

The Log Parser can recognize common web server formats and summarize traffic by IP address, endpoint, response code, and geographic information. The File Splitter is a lightweight companion that breaks extremely large text files into smaller chunks so you can open them in other tools.

  • Split multi-gigabyte logs into manageable pieces by line count.
  • Analyze request patterns, slow endpoints, and error spikes.
  • Export CSV summaries for further analysis in a spreadsheet.

Because the data never leaves your browser, you can safely explore logs from staging or production environments without copying them to external services.

6. When to Use Browser Tools vs. Installed Software

Browser-based tools excel at quick, focused tasks. They are ideal when you do not have admin rights, when you are jumping between machines, or when you simply want to avoid installing another single-purpose program. If you only merge PDFs once a month, it rarely makes sense to install a heavy desktop application.

Installed software still has a place for very large workloads, automation, or situations where you must process files in bulk around the clock. In those cases, combining File Tools for ad-hoc work with command-line or server-based tools for continuous jobs is often the most practical approach.

File Tools focuses on the everyday, in-the-moment problems: “I need to compress this image,” “I need to inspect this log file,” or “I need to check the DNS records for this domain.” If a particular task becomes part of your daily workflow, you may eventually outgrow the browser and move to dedicated software—but for many people, that day never comes.

How to use

  1. Open a tool from the top navigation.
  2. Drag & drop files, or use the “Choose file” button.
  3. Adjust options (quality, pages, format) as needed.
  4. Run the task and preview results.
  5. Click “Download” to save the output locally.

Troubleshooting

A large file won’t load

Try a modern desktop browser, close other heavy tabs, and process in smaller batches.

PDF merge fails

Some PDFs are encrypted or malformed. Re-export the file, or merge in smaller chunks.

DNS results look inconsistent

Switch resolvers (Google/Cloudflare) and clear the cache. Propagation can take time.

Keyboard shortcuts

Offline friendly

Once loaded, many tools continue to work offline. Bookmark the page and reopen it even without a network.

Compliance notes

All processing is local to your browser. This architecture reduces data exposure for PCI and enterprise workflows.

Frequently Asked Questions

Is File Tools really free?

Yes! All features are free to use. The site is supported by lightweight ads that never track or collect personal data.

Do you need internet access?

Only to load the app. Once loaded, most tools work completely offline, ideal for travelers or air-gapped systems.

Who created File Tools?

File Tools was developed by independent engineers focused on open-web, privacy-first utilities. It’s not affiliated with any cloud service.

Learn More About File Tools

Why Client-Side Tools Matter

Traditional “free” online converters often send your files to remote servers, where you have no control over how they’re stored or deleted. File Tools uses a modern WebAssembly approach that processes files directly in your browser memory. This means no upload queues, no bandwidth costs, and full privacy.

How We Protect Your Privacy

Our tools run entirely offline after loading. We never log file names, hashes, or metadata. Lightweight analytics (page views only) help us understand which tools are popular—never what content you process.

Common Questions

Here are a few examples of what people often ask before using File Tools: