66 tools
Compress
optimize

Reduce image file size by re-encoding at a lower quality.

Convert format
convert

Convert images between JPEG, PNG, and WebP formats.

Strip EXIF metadata
privacy

Remove EXIF metadata (including GPS, camera model, timestamps) by re-encoding at near-lossless quality.

Images → PDF
export

Combine one or more images into a single PDF document.

Merge PDFs
pdf

Combine multiple PDF files into a single document.

Split PDF
pdf

Split a PDF into separate files by page or custom ranges.

Rotate PDF
pdf

Rotate all or selected pages of a PDF by 90, 180, or 270 degrees.

Reorder PDF Pages
pdf

Rearrange, duplicate, or remove pages in a PDF using a custom order.

Add Page Numbers
pdf

Draw page numbers on each page of a PDF at a configurable position.

Color Palette
inspect

Extract dominant colors from an image as hex codes.

QR Code
create

Generate a QR code image from text or a URL.

Watermark PDF
pdf

Add a text or image watermark to every page of a PDF.

PDF to Text
export

Extract plain text from a PDF file.

Image Diff
inspect

Pixel-level diff between two images of the same dimensions.

Rotate Image
edit

Rotate images by 90, 180, or 270 degrees.

Flip Image
edit

Flip images horizontally or vertically.

Grayscale
edit

Convert images to grayscale using luminance weighting.

Sepia
edit

Apply a warm sepia tone to images.

Invert
edit

Invert the colors of images.

Image Info
inspect

Extract dimensions, format, and metadata from an image.

PDF Info
inspect

Extract page count and metadata from a PDF.

Hash
inspect

Compute SHA-256, SHA-1, or SHA-512 hashes of files.

Crop
edit

Crop a rectangular region from an image.

Resize
edit

Resize images with exact dimensions, fit-within-box, or percent scaling.

Image Watermark
edit

Overlay a text watermark onto images.

Favicon Generator
create

Generate a complete favicon set (PNG sizes + ICO + webmanifest) from any image.

PDF to Image
convert

Render each page of a PDF as an image (PNG, JPEG, or WebP).

JSON Formatter
inspect

Parse and pretty-print JSON with configurable indentation.

Base64
convert

Encode any file to Base64 text or decode Base64 back to bytes.

URL Encoder
convert

Encode or decode URL components and full URLs.

Color Converter
inspect

Convert a color string to hex, RGB, HSL, Oklch, and Oklab formats.

Markdown to HTML
convert

Convert Markdown to HTML with optional GitHub Flavored Markdown support.

HTML to Markdown
convert

Convert HTML to clean Markdown text.

Text Diff
inspect

Compare two text files and produce a unified diff with change statistics.

Word Counter
inspect

Count words, characters, sentences, paragraphs, and estimate reading time.

Password Generator
create

Generate cryptographically random passwords with configurable character sets.

UUID Generator
create

Generate one or more random UUID v4 identifiers.

OCR
export

Extract text from images using optical character recognition.

SVG to PNG
convert

Convert SVG files to PNG images with optional scale factor and background color.

Timestamp Converter
inspect

Convert epoch seconds, epoch milliseconds, or ISO 8601 timestamps to all common representations.

Lorem Ipsum
create

Generate placeholder Latin text (lorem ipsum) with configurable paragraphs and sentence length.

Regex Tester
inspect

Test a regular expression against text and see all matches with positions and named groups.

Extract PDF Pages
edit

Extract specific pages from a PDF into a new document.

Delete PDF Pages
edit

Remove specific pages from a PDF.

Compress PDF
optimize

Reduces PDF size by re-encoding embedded images. Does not remove unused resources, subset fonts, or repair stream encoding.

Encrypt PDF
optimize

Password-protect a PDF with optional permission restrictions.

Decrypt PDF
optimize

Remove password protection from a PDF.

Redact PDF
edit

Permanently cover content in a PDF with solid rectangles. Underlying text objects may still be extractable by specialized tools. For forensic-grade redaction, flatten the output via pdf-compress after redacting.

PDF Metadata
edit

Read, write, or strip metadata (title, author, keywords, etc.) from a PDF.

Extract PDF Tables
export

Extract tabular data from a PDF as JSON or CSV. Works well for simple tables with aligned columns and no merged cells. Complex tables, rotated text, and scanned PDFs (images) will not extract cleanly.

Crop PDF
edit

Crop PDF pages by setting the crop box. Modifies the viewing area without destroying content (reversible).

Face Blur
privacy

Detect every face in a photo and blur it — runs entirely on your device.

Enhance Audio
audio
Faster on WebGPU

Upscale low-quality audio to clean 48 kHz. Great for cleaning up phone recordings, Zoom calls, or old podcasts.

CSV ↔ JSON
dev

Convert between CSV and JSON formats. Auto-detects direction from input.

Case Converter
dev

Convert text between uppercase, lowercase, title, camelCase, snake_case, kebab-case, PascalCase, and CONSTANT_CASE.

Slug Generator
create

Convert text into URL-friendly slugs. Strips diacritics, collapses whitespace, removes special characters.

JSON ↔ YAML
dev

Convert between JSON and YAML formats. Auto-detects direction from input.

Number Base Converter
dev

Convert integers between decimal, binary, octal, and hexadecimal. Handles large numbers via BigInt.

JWT Decoder
dev

Decode JWT header and payload. Does NOT verify the signature — for inspection only.

SQL Formatter
dev

Beautify and format SQL queries with configurable keyword casing and indentation.

XML Formatter
dev

Beautify or minify XML documents. Uses Prettier for beautification.

HTML Formatter
dev

Beautify or minify HTML with Prettier. Produces clean, consistently indented markup.

CSS Formatter
dev

Beautify or minify CSS stylesheets using Prettier.

Cron Parser
dev

Parse a cron expression and show the next scheduled run times. Validates syntax and lists field values.

QR Reader
inspect

Decode QR codes from images. Returns the embedded data and code location.

SVG Optimizer
optimize

Optimize SVG files using SVGO. Removes comments, editor metadata, and rounds decimal precision.