ToolDoor
ToolsGuidesPricing

The guides

One guide for every tool

What each tool actually does under the hood, when to reach for it, and the trade-offs the button doesn't mention. Written to be useful, not to fill a page.

Image Tools

12 guides

Remove Background from a Photo: A Practical Guide

What actually happens when an AI strips the backdrop from a photo, where segmentation models still fail, and how to prepare shots so the cutout comes back clean the first time.

8 min read

Compress Image Files Without Wrecking Quality

Lossy and lossless compression do very different things to your pixels. How each one works, which quality settings survive a 100 percent zoom, and the file size targets that actually matter.

8 min read

Resize Image Dimensions Right: A Working Guide

Resampling decides whether a resized photo stays sharp or turns soft. How interpolation actually works, why upscaling disappoints, and the exact pixel sizes platforms and printers ask for.

8 min read

Convert Image Formats: PNG, JPG, WebP Explained

Every image format stores pixels differently, and some conversions throw data away for good. What actually happens during a conversion, and how to choose the right target format every time.

8 min read

Crop Image Online: Ratios, Exact Pixels, and Quality

Cropping looks trivial until a platform rejects your upload or a print comes back with someone's head cut off. Here is how cropping actually works and how to get the frame right the first time.

8 min read

Watermark Image Guide: Protect Photos Without Ruining Them

A watermark is a deterrent, not a lock — and most people set it up so it either ruins the photo or peels off in one crop. Here is how compositing works and the settings that hold up.

8 min read

Favicon Generator Guide: Sizes, ICO Format, and Setup

One 512-pixel source image can cover every favicon a modern site needs — if you know which sizes browsers actually request and why. A practical walk through the ICO format, the HTML, and the design rules for tiny canvases.

9 min read

Screenshot to Code: How OCR Turns Pixels Back Into Text

Code trapped in a screenshot is one of the most annoying artifacts in software work. Here is how OCR actually reads glyphs, why source code is its hardest target, and how to capture screenshots that extract cleanly.

9 min read

Meme Generator: How to Make Memes That Actually Land

Format conventions, text rendering, and per-platform export specs — the craft behind memes that stay readable after every repost.

9 min read

QR Code Generator: Make Codes That Scan Every Time

Static vs dynamic codes, how error correction really works, and the print sizing rule that decides whether a poster code scans from across the room.

9 min read

Color Palette From an Image: Extract Colors You Can Ship

What clustering algorithms actually do to your image, why the eyedropper lies, and the steps between extracted swatches and a palette you can use.

9 min read

Image to Text: How OCR Works and How to Get Clean Output

How OCR engines turn pixels into characters, which inputs make them fail, and a proofreading strategy for the errors they still make.

9 min read

PDF Tools

10 guides

Compress PDF files the right way: a practical guide

Most oversized PDFs are image problems in disguise. Learn what compression actually does, how lossy and lossless techniques differ, and how to hit a hard size limit without turning a scan to mush.

8 min read

PDF to PNG and JPG: get sharp images from any PDF

Converting a PDF page to an image is a rendering job, and the DPI you choose decides everything. Learn how rasterization works, when PNG beats JPG, and the settings that keep exported pages sharp.

8 min read

Image to PDF: turn JPG and PNG files into clean documents

Turning photos and scans into a PDF is about page geometry as much as conversion. Learn how images map onto PDF pages, how to keep the file small, and how to prepare uploads that strict portals accept.

7 min read

Merge PDF files into one document without the mess

Combining PDFs looks trivial until bookmarks vanish, signatures break, or page sizes clash. Here is what merging actually does to your files and how to build clean, submission-ready bundles.

7 min read

Split PDF the right way: ranges, extraction, and file size

How PDF splitting actually works under the hood, why split files are sometimes bigger than you expect, and how to pick between per-page, range, and every-N split modes.

8 min read

PDF to Word conversion: how it works and when it fails

A PDF has no paragraphs, styles, or tables — converters reconstruct all of that from glyph positions. Knowing how that reconstruction works tells you which documents will convert cleanly.

8 min read

Word to PDF: lock your formatting on every device

A DOCX describes intent; a PDF records a finished page. Why Word files shift between machines, what conversion actually fixes, and the checklist to run before you send anything important.

8 min read

Rotate PDF permanently: fix sideways and upside-down scans

Rotating in your PDF viewer only changes your view — the file still opens sideways for everyone else. What the Rotate entry in a PDF actually does, and how to fix scans for good.

8 min read

PDF watermark guide: add marks that actually hold up

A watermark is only useful if it stays legible, prints correctly, and lands on the right pages. Here is how PDF watermarking actually works and the settings that separate a professional mark from a smudge.

9 min read

PDF password protection: how PDF encryption works

A PDF password can mean two very different things: real AES encryption that locks the file, or permission flags that polite software agrees to honor. Knowing which is which decides whether your document is actually protected.

10 min read

Text Tools

8 guides

Word counter guide: counts, limits, and why tools differ

Two tools can count the same paragraph and disagree by a dozen words, and the reason is buried in how software decides where one word ends. Here is how counting really works and which limits are worth watching.

9 min read

Case converter guide: Title Case, camelCase, and more

Each capitalization style is a convention with rules behind it, and the rules are stricter than they look. Here is where each case belongs, why Title Case is the hard one, and what a converter does with the letters that refuse to behave.

9 min read

Lorem ipsum: why fake Latin still rules design mockups

Lorem ipsum has survived five centuries of typesetting technology for a reason. Here is where it came from, how generators produce it, and the situations where placeholder text quietly sabotages a project.

8 min read

JSON formatter guide: validate, debug, and minify

A JSON formatter is the fastest way to turn a wall of minified API output into something you can debug. Here is what the parser is actually doing, the errors you will hit, and the details that bite in real workflows.

8 min read

CSV to JSON conversion: the details that break it

Converting CSV to JSON looks like a one-liner until a quoted comma, a European semicolon file, or a zip code with a leading zero ruins the output. Here is how the conversion actually works and where it goes wrong.

8 min read

Markdown editor workflow: write once, render anywhere

Markdown looks simple until a list refuses to nest or a line break vanishes on GitHub. Understanding how the parser works — and which flavor your target platform speaks — fixes most rendering surprises for good.

8 min read

Text Diff: Compare Two Texts Without Missing an Edit

How diff algorithms decide what changed, when to compare by character, word, or line, and the invisible gotchas that make identical-looking texts diff as different.

8 min read

Plagiarism Checker: How Detection Actually Works

What plagiarism detection can and cannot catch: the fingerprinting technique behind the score, how to interpret flagged passages, and when a free check is the right tool.

8 min read

SEO Tools

5 guides

Meta Tag Generator: Write Tags Search Engines Use

Which meta tags actually matter in 2026, how crawlers and link scrapers read your head section, and the lengths and image sizes that keep titles and previews intact.

8 min read

Robots.txt Generator: Get Crawl Rules Right First Time

How search engine crawlers fetch and interpret robots.txt, the precedence rules behind Allow and Disallow, and the classic mistakes that quietly cost sites their traffic.

8 min read

Sitemap generator guide: build a sitemap Google trusts

A sitemap is a machine-readable list of the URLs you want crawled — nothing more, nothing less. Here is how the XML format works, which fields Google actually reads, and how to decide what belongs in the file.

9 min read

Speed test your website: read the numbers that matter

A speed test report is only useful if you can read it. Here is what each metric actually measures, why two runs of the same page disagree, and how to turn a score into a short, ordered fix list.

10 min read

SSL checker guide: read a certificate before it breaks

An expired or misconfigured certificate turns your site into a full-screen browser warning. Here is how certificate validation actually works, what each field in an SSL check means, and the failure modes to catch early.

9 min read

Utility Tools

7 guides

Unit converter guide: exact conversions, no guesswork

Most conversion mistakes are not math errors — they are unit-identity errors, like grabbing the US pint when the recipe meant the imperial one. Here is how conversion actually works and where it goes wrong.

9 min read

Percentage Calculator Guide: The Math Behind Every Mode

A 20 percent discount followed by an extra 10 percent off is not 30 percent off, and a 50 percent loss takes a 100 percent gain to undo. The formulas are simple; knowing which one applies is the hard part.

8 min read

Age Calculator: How Exact Age Is Really Computed

Subtracting one date from another sounds trivial until months stop being the same length and February grows a day every four years. Here is the calendar arithmetic behind an exact age, and where it actually matters.

9 min read

Password Generator: Entropy, Length, and What Cracks First

Cracking rigs do not guess passwords the way people imagine — they guess the way people think. Here is why human-invented passwords fall first, where a generator's randomness comes from, and how many characters actually buy safety.

8 min read

Hash Generator Guide: MD5 vs SHA-256, Explained Properly

A hash is a fingerprint, not a code to be cracked — yet MD5 hashes get reversed by lookup every day and broken algorithms still ship in production. Here is what each algorithm guarantees, what broken means, and how to verify a download properly.

9 min read

Base64 Encode and Decode: How It Actually Works

Base64 shows up in JWTs, data URIs, Basic Auth headers, and email internals, and most decode failures come from three small rules. Here is the 6-bit math behind the format and the details that matter in real debugging.

11 min read

URL Shortener Guide: How Short Links Really Work

A short link is a database row and an HTTP redirect, and everything else — click counts, slugs, QR codes, deliverability — follows from those two facts. Here is what happens on every click and how to read the numbers honestly.

10 min read

ToolDoor

Forty-two free online tools for images, PDFs, text, and the odd jobs in between. A SaTekk LLC product.

Tools

  • Image tools
  • PDF tools
  • Text tools
  • SEO tools
  • Utilities

Popular

  • Merge PDF
  • Compress image
  • PDF to Word
  • QR code generator
  • Word counter

Site

  • Guides
  • Pricing
  • Privacy policy
  • Terms of service
  • Cookie policy

Company

  • Contact
  • About SaTekk

© 2026 SaTekk LLC. All rights reserved. · Built by SaTekk ·