← LEARN
ADD TO HOME SCREEN

INSTALL BROWSER TOOLS.

Tap the Share button in your browser, then choose Add to Home Screen.

PRIVACY EXPLAINED / FIELD GUIDE

LOCAL PROCESSING IS NOT THE SAME AS OFFLINE.

A web page can download application code and then process a selected file entirely on the device. That protects the file from an upload workflow, but it does not mean the browser makes no network requests at all.

01

THE PAGE AND THE FILE FOLLOW DIFFERENT PATHS

Opening Browser Tools requests HTML, CSS, JavaScript, fonts, and related assets from web servers. Selecting a PDF or image gives the page permission to read that file through the browser's file interface. The tool code can then parse, transform, and package the data in memory without posting the selected bytes to an application upload endpoint.

The finished PDF, image, or ZIP is created as browser data and offered as a download. This is different from a conventional converter that sends the source file to a remote server, waits for processing, and returns a result. It also has a tradeoff: processing speed and maximum practical file size depend on the device's memory and processor.

ACTIVITYWHERE IT HAPPENSNETWORK NEEDED
Load the web appServer and browserYes, unless already cached
Read a selected fileBrowser memoryNo upload required
Transform or hashDevice processorNo upload required
Save resultBrowser downloadNo upload required
02

LOCAL DOES NOT MEAN ZERO NETWORK REQUESTS

A locally processing tool may still request fonts, analytics, advertising, security resources, or updated application files. Those requests can expose ordinary connection data such as an IP address, browser information, requested page, and time. The important claim is narrower: the contents of the selected working file are not sent through a converter upload endpoint.

Privacy statements should distinguish these facts rather than saying the entire website is offline or anonymous. Browser Tools documents third-party resources and hosting logs in its Privacy Policy. Users handling highly sensitive records should follow organizational policy and may prefer a vetted offline desktop workflow even when a browser tool does not upload files.

IMPORTANTA no-upload workflow reduces one important exposure path. It does not remove browser, device, extension, network, or operating-system risk.

03

HOW TO VERIFY THE CLAIM IN YOUR BROWSER

Modern browsers include developer tools with a Network panel. Open the panel before selecting a non-confidential test file, clear the existing request list, and perform the operation. Look for POST, PUT, or other requests whose payload size changes with the file. Also inspect the destination domains rather than assuming every request belongs to the application.

This is a technical check, not a permanent guarantee. Code can change, browser extensions can observe pages, and service workers can affect requests. Repeat the check after major updates if the processing model matters to you. Avoid using a confidential file merely to test privacy; a generated sample is sufficient.

CHECKLIST
  • Use a disposable test file.
  • Open the Network panel before file selection.
  • Clear earlier requests.
  • Run the complete operation.
  • Inspect destinations, methods, and transferred sizes.
04

MEMORY, CRASHES, AND TEMPORARY DATA

Local processing often holds the source and result in memory at the same time. PDF previews may also allocate rendered page images. A large document can therefore consume much more memory than its compressed file size suggests. Mobile browsers may close the tab when memory is scarce without providing a detailed error.

Process smaller batches, close unrelated tabs, and keep originals before attempting large work. Closing or refreshing the page normally clears in-memory work, while downloaded files remain on the device. A focus timer or other preference may use local browser storage, which is different from uploading document contents.

05

USE THE RIGHT TOOL FOR THE RISK

Local browser processing is useful for ordinary personal documents because it avoids an application-server upload and makes the workflow easy to inspect. It is not automatically suitable for classified, regulated, signed, evidentiary, or employer-controlled material. Rules about permitted software and devices still apply.

For important outputs, reopen the download and compare it with the source. Transformations can change forms, links, comments, metadata, layers, color, or signatures even when no upload occurs. Privacy and output fidelity are separate questions, and both deserve verification.

RELATED TOOL

APPLY THE GUIDE.

OPEN PDF MERGE