Open Tools Tools Features Blog About Contact Proof of Privacy

Features & Capabilities

A page-by-page list of what QuickMerge actually does today. Every capability below links to the tool that performs it, its measured limits, or the privacy proof — nothing here is a plan or a promise.

Comprehensive File Processing Suite

QuickMerge covers the common PDF, image, text and data tasks — merging, splitting, compressing, converting, OCR, redaction and more. See the full tool list. Each tool runs on modern browser APIs and established open-source libraries, so the work happens on your device rather than on a server.

Browser-Based Architecture

QuickMerge uses local browser processing for supported operations through libraries such as pdf-lib and pdf.js and standard JavaScript file APIs. Some libraries use Web Workers, while many operations and orchestration steps still use the main thread. You can watch the network panel in your browser's developer tools while running the workflow you intend to use.

pdf-lib & pdf.js Web Workers JavaScript ES6+ PDF.js Canvas API File API IndexedDB Service Workers

Privacy by Design

Every core tool is built to keep your file on your device: for supported operations, the file is read and processed in the browser and is never uploaded. This reduces document exposure by keeping processing local. It can support a privacy program, but it does not by itself make an organization compliant with GDPR, CCPA, or any other law. The measured, per-tool detail is on the limits and browser support pages.

Performance

Local processing avoids the upload and download round trip.

  • Some libraries use Web Workers; many operations still use the main thread
  • Large or complex jobs can temporarily make the tab unresponsive
  • Files are held in memory, not written to a server
  • Processing engines are cached after first use
  • Measured throughput limits are on the limits page

Privacy

Privacy comes from where the work happens, not from a server you have to trust.

  • Supported tools process files on-device, with no upload
  • No file is stored on a server — verify in DevTools
  • No account is required to use the core tools
  • Optional analytics and ads are consent-gated and never see file contents

Reliability

Behaviour is checked before release, and the limits are stated rather than hidden.

  • Runs in current Chrome, Edge, Firefox and Safari — see browser support
  • Clear messages when a file or browser is not supported
  • Each tool is tested with representative files before release — see how we test
  • File-size limits are measured and published on the limits page

Comparison with Traditional Services

See how QuickMerge's browser-based approach differs from traditional online file processing services:

Feature QuickMerge Traditional Services
File Privacy Local browser processing for supported operations Files uploaded to servers
Processing Speed Local — no server round-trip Depends on server load
Registration Required No registration needed Usually required
File Size Limits Measured per tool — see limits Strict server limits
Cross-Platform Current Chrome, Edge, Firefox, Safari Browser-based
Cost Completely free Often freemium/subscription

Technical Specifications

Supported File Formats

System Requirements

QuickMerge works on any modern web browser with JavaScript enabled. For the best experience:

  • Browser: Chrome 80+, Firefox 75+, Safari 13.1+, Edge 80+ — see the measured browser support
  • RAM: 4GB minimum, 8GB recommended for large files
  • Storage: Free space for temporary file processing
  • Internet: Needed to load the page and each tool's processing engine; the file itself is processed on your device and is not uploaded