All Guides - Browser Tool Library
Hands-on, no-fluff guides for the people landing on freetoolonline.com tools. Every guide pairs the problem to the right tool, walks the steps, and explains the trade-offs - so you finish in two minutes instead of two browser tabs. Each linked tool runs entirely in your browser; nothing uploads to a server.
ZIP & file compression
-
What Is a File Compressor (and Which to Use)
The "file compressor" search splits five ways. Pick the right tool by what you have - folder, photo, HEIC, PDF, or one large file.
-
File Compressor vs ZIP - What to Pick
Decision table that maps your input to the exact tool: ZIP a folder, compress photos, convert HEIC, bundle PDFs, or transfer-link a giant file.
-
How to Compress a File Online (Step by Step)
Single-file compression by file type - JPG, PNG, HEIC, PDF, MP4, DOCX. Picks the right path for each input in 30 seconds.
-
How to Reduce Zip File Size Online (Free)
Three tactics ranked by size cut: convert heavy files, re-zip without media, or split the zip - to fit any 25 MB email or upload limit.
-
How to Compress a Folder for Email
The "I have a folder, my email blocked it" walkthrough: select the right ZIP path, password options, and what to do when ZIP doesn't help.
HEIC & image conversion
-
HEIC vs JPG vs WebP - When to Use Each
What each format actually does, side-by-side size and quality comparisons, and the conversion paths for the four cases people hit most.
-
HEIC vs JPG Converter - When Each Wins
Converter-side decision: when HEIC stays HEIC, when to convert to JPG, and what changes in the file beyond the extension.
-
How to Convert 100 HEIC Photos to JPG
Batch path with browser tools - drop a folder, get JPGs back, no upload step. Covers iPhone "Most Compatible" capture too.
-
How to Convert HEIC to JPG Step by Step
Single-file how-to: open the converter, drop the HEIC, download the JPG. Confirms what changes vs the original at every step.
-
JPG vs PNG for the Web
When JPG wins (photographs, large images), when PNG wins (transparency, line art, screenshots), and the cost of getting it wrong.
-
PNG vs SVG - When to Use Each
Pixels vs vectors: when to rasterize an SVG, when PNG is enough, and when neither is the right answer.
-
PDF vs HEIC for Document Archival
Long-term archival comparison: open-format guarantees, decoder lifespan, and what to scan into which container for the next 20 years.
-
When to Compress vs Convert an Image
Routing guide: compression touches the bytes, conversion changes the format. The right one depends on the use case, not the file type.
Device tests & remote-work prep
-
What an LCD Test Does (and When to Run One)
What the on-screen test actually checks - dead pixels, stuck pixels, backlight bleed, color bands - and which problems it cannot detect.
-
Dead Pixel Testing Guide
How to spot a dead pixel vs a stuck pixel, the patterns that surface each, and what counts as "defective" under most monitor warranties.
-
How to Test for Dead Pixels Before Returning a Monitor
The 60-second checklist before you box up a monitor for return. Includes the brightness / color sweep that most return policies expect.
-
How to Check Webcam and Microphone Before an Interview
The 90-second pre-call check: camera focus + framing, mic level + echo, browser permission status. Routes to the four device-test tools.
-
Device Test Checklist for Remote Work
Eight checks that cover camera, microphone, keyboard, and display - the order you do them so a flaky webcam doesn't kill the call.
Developer reference
-
MD5 vs SHA-256 - When to Hash Which
Hash-function decision: where MD5 is still safe (file integrity), where it isn't (passwords, signatures), and how to pick the right algorithm.
-
CSV vs JSON Data Formats
Format comparison for data interchange: when CSV is enough, when JSON wins, and the gotchas at the boundary (nested fields, dates, types).
-
CSS Minifier vs Compressor
What "compressing CSS" actually does, why minification is the bigger lever, and the order to apply both for a Cloud Run cold-start budget.
-
How to Minify CSS & JS for Cloud Run Cold Start
Build-pipeline walkthrough: when to bundle, when to ship per-route, and the specific minifier flags that move TTFB on a cold container.
-
Unix Timestamps Explained
What they are, why they're in seconds (or milliseconds, or microseconds), and the conversion edge cases - timezones, leap seconds, overflow.
-
PDF Editing Ladder
The order to try PDF tools, from cheapest (split, merge, flatten) to heaviest (re-OCR, rebuild). Saves time on document workflows.
-
PDF Password Types - Owner vs User
The two PDF passwords explained: which restricts opening, which restricts editing, and which combinations make sense for which use cases.
-
How to Sign a PDF After Removing a Password
The two-step path: strip the user password, then sign. Covers the common "I cannot sign because the file is locked" workflow.
Video, GIFs & FFmpeg
-
MP4 vs WebM for the Web
Container + codec choice for web video: when MP4/H.264 is the right default, when WebM/VP9 wins, and the encoding flags for each.
-
FFmpeg Online vs Local FFmpeg
The boundary case: when the browser-WASM FFmpeg is faster (small clips, quick conversions) and when desktop FFmpeg is the right tool.
-
How to Extract Frames from a GIF for a Social Post
The "I want frame 12 of this animation" walkthrough. Drop the GIF, get all frames as PNGs, pick the one you need.
Behind the scenes
-
What We Learned Running Free In-Browser Image Tools
The case study from operating browser-only tools at scale: the WASM cold-start tax, the privacy posture that retained users, the metrics we got wrong.
Privacy: why every guide ends in the same place
Every tool linked from these guides runs in your browser on your own device. The bytes - photo, document, archive, hash - never get uploaded to a server. That choice was deliberate. Most "free online" alternatives upload your file, do the work in their cloud, and email you a download link. That is fine for cat photos. It is not fine for HR forms, contracts, medical records, source code, or anything subject to privacy regulation. The full posture is in the case study above.
Why trust these tools
- Ten-plus years of web tooling. The freetoolonline editorial team has shipped browser-based utilities since 2015. The goal has never changed: get you to a working output fast, without an install.
- Truly in-browser - no upload. Every file-processing tool on this site runs in your browser through modern Web APIs (File, FileReader, Canvas, Web Audio, WebGL, Web Workers). Your photo, PDF, audio, or text never leaves your device.
- No tracking during tool use. Analytics ends at the page view. The actual input you paste, drop, or capture is never sent to any server and never written to any log.
- Open-source core components. The processing engines underneath (libheif, libde265, pdf-lib, terser, clean-css, ffmpeg.wasm, and others) are public and audit-able. We link to each one in its tool page's footer.
- Free, with or without ads. All tools are fully functional without sign-up. The Disable Ads button in the header is always available if you need a distraction-free run.