ConvertUnlimited

All Utility Tools

Browser-native utilities for image, PDF, SEO, and developer workflows. Supported workflows process selected file contents locally in your browser.

What this page does

This page is the indexed directory for ConvertUnlimited's browser tools. Use it to choose an image, PDF, developer, data, or SEO utility without searching through generated landing pages.

Supported workflow

Pick the tool that matches the job, complete the workflow in that browser tab, and review how local processing works if you need the technical boundary before choosing a tool.

Technical trust references

Need the technical boundary before using a file tool? Review the Trust Center, read the Privacy Policy, or contact ConvertUnlimited with site questions.

Which tool for which job

Most visits here map to a few jobs: converting a format, shrinking a file, cleaning metadata, or working with PDF pages. The table routes each job to a tool, its output, and the limit worth knowing before a large batch.

TaskToolOutputKnown limits
Convert between PNG, JPG, and WebPImage ConverterNew image file in the chosen formatBatch speed depends on device memory.
Remove a flat-color or edge-touching backgroundBackground Remover (Simple mode)Transparent PNGOne image at a time; best on a single-color background.
Remove a complex or busy backgroundBackground Remover (AI mode)Transparent PNGDownloads a segmentation model from a CDN on first use, so it needs a network connection at least once.
Reduce photo file size before upload or emailImage CompressorRe-encoded JPG, PNG, or WebPPNG re-compression saves less than JPG or WebP.
Resize images to fixed dimensionsImage ResizerResized image, same formatUpscaling past the source resolution adds no real detail.
Strip EXIF, GPS, or camera data from photosMetadata RemoverRe-encoded JPG, PNG, or WebP with metadata dropped by canvas re-encodingThe metadata preview only reads JPEG EXIF; PNG and WebP still get stripped even though the preview shows nothing for them. Visible pixels are not touched.
Convert iPhone HEIC photos to a shareable formatHEIC to JPGJPG or WebP files, optionally as a ZIPMulti-image HEIC files such as Live Photos are not unpacked into separate images.
Add a text watermark to a photoWatermark ToolPNG, regardless of the source formatOne image at a time, no batch or ZIP export, text only.
Convert images to AVIFAVIF ConverterAVIF file(s), optionally as a ZIPDepends on the browser's own Canvas AVIF encoder; unsupported browsers fall back to a message.
Combine photos into one PDFImages to PDFSingle PDF fileLarge photo sets increase in-memory size before saving.
Extract PDF pages as image filesPDF to ImagesPNG or JPG per page, optionally as a ZIPHigher render scale means sharper images at higher memory cost.
Combine multiple PDFs into one fileMerge PDFSingle merged PDFSource PDFs load into memory in full; password-protected PDFs are not supported.
Pull specific pages out of a PDFSplit PDFNew PDF file(s) for the selected range, optionally as a ZIPSame in-memory loading limit as Merge PDF.
Shrink a PDF's file sizeCompress PDFRestructured PDFRebuilds internal PDF structure; does not re-encode embedded images, so savings are modest on image-heavy files.
Generate a QR code for a URL or textQR GeneratorStatic QR imageStatic codes only, no dynamic or trackable option.
Preview a page's search or social cardMeta Preview CheckerRendered preview from typed title and descriptionManual input only; does not fetch a live URL's actual tags.
Format, clean, or convert JSON, CSV, or encoded textDeveloper Tools (JSON Formatter, CSV Cleaner, CSV/JSON converters, Base64/URL encoders, UUID, Hash, Timestamp, Regex, Diff, JWT)Formatted, converted, or generated textText-only; limited by the browser's text field, not a fixed file size.

What "browser-native" costs in practice

Every tool above runs from the browser's own APIs: FileReader or File objects read the selected file, a canvas or a client-side library (pdf-lib, PDF.js, jsPDF, JSZip, heic2any, or a segmentation model for AI background removal) transforms it, and canvas.toBlob or a library's save method produces a downloadable blob. There is no server-side job queue: a "batch" is a loop over files in the same tab, not a backend worker pool, so throughput is bounded by the device running it.

Each open file, decoded image, or loaded PDF byte array sits in the tab's memory while it processes, so very large files or batches can slow the tab or crash it, especially on phones and older laptops with less memory headroom than a desktop. Several tools also fetch a client-side library from a CDN on first use; that load needs a working connection, even though the selected file itself is not sent to a ConvertUnlimited server. Output support also depends on the browser: AVIF export only works where the browser's own Canvas encoder supports it. On mobile, expect a tighter memory ceiling and a background tab that can suspend mid-task; test with a small batch first for anything large.

The separate privacy build