
PDF redaction that actually works
A black rectangle hides text without deleting it. Where PDFs keep the original content, how to remove it properly, and four ways to verify a redacted file.

A JPEG can carry three separate metadata ledgers. Coordinates and a timestamp alone are enough to place a home address, and the embedded thumbnail keeps showing the frame you cropped away.
A JPEG is not only pixels. In front of the image data there is room for three independent metadata standards, and most tools do not clear all three at once.
The three can hold the same fact in different places. A tool reporting "Exif removed" says nothing about the copy sitting in the XMP packet, so any audit has to ask all three.
An ordinary phone photo typically carries:
This is the sneakiest item on the list. The embedded thumbnail is a separate image, and an editor is under no obligation to regenerate it. Crop a photo to remove someone at the edge, or paint over a region to hide it, and the old thumbnail inside the Exif block may still show the frame as it was. Visually the file looks clean, while a small copy of what you removed travels along inside it. Looking at the picture will never reveal this; you have to extract the thumbnail and inspect it separately.
The danger is rarely one field on its own. Someone photographs an item at home for a classified listing, a buyer downloads the file and reposts it somewhere else. Even if the first platform stripped the metadata, a copy sent through a messaging app as a document still carries the coordinates. Those coordinates are street-level and land on the front door of a specific building.
Timestamps add a second layer. Line up the coordinates and clock times of several photos the same person posted over weeks and a pattern of when they are at home falls out of it. Serial numbers then act as the joining key: if photos from two pseudonymous accounts carry the same body serial number, the two accounts can be linked on technical evidence alone.

Rather than generalising, it is better to test, because the same platform behaves differently on different paths. Three patterns do repeat.
One rule survives all of this: clean the file before you upload it. Verify what leaves your machine rather than assuming what the platform does next.
The usual advice is to screenshot the photo and share that instead. It does genuinely destroy the original Exif block, and it introduces three new problems.
First, a screenshot is a file too, with metadata of its own: the model of the device that took it, a creation timestamp, and on some systems screen dimensions and software version. Second, everything visible in the frame is preserved. If your photo app shows a location label, an album name or a filename along the top, the detail you thought you deleted is now baked into the pixels. Third, and most important, what usually gives away a location is not the coordinate but the picture: a street sign, a house number, the view from the window, a shop in the background. Metadata hygiene does not touch any of that.
Removing information from inside the image is a different job. The logic behind the PDF redaction tool transfers directly: covering something with a black rectangle is not the same as deleting what sits underneath. For a photo the clean answer is to actually cut the region out of the frame with the crop tool.
There are two ways to remove metadata and they do not produce the same result.
Dropping the blocks. Removing the Exif, IPTC and XMP segments without touching the image data. The pixel data stays identical at the bit level, nothing is re-compressed, and quality does not move. The Exif remover works this way, and the whole operation runs in the browser: reading the file, listing the fields and producing the cleaned copy involve no request to a server, and what you download is a blob the page built locally.
Re-encoding. Drawing the image onto a canvas and writing a fresh JPEG or WebP. That also drops the metadata blocks, because the new file is written from scratch, but the image is compressed again so quality shifts slightly. The image compressor and the HEIC to JPG converter take this route in the browser. Losing location fields during a HEIC conversion is a common side effect on iPhone photos, but it is a side effect, not a privacy feature to rely on.
One distinction worth knowing about this site: some image tools do their work on the server. The resize and crop flows upload the file first and process it there. If you are preparing a sensitive image, order the steps accordingly: strip the metadata in the browser first, then do the resizing.
File properties are not enough, because the operating system surfaces a small selection of the fields that exist. The only solid check is to read the file back.
Wiping every photo should not be the default. For a lot of work the metadata is infrastructure rather than baggage.
The right approach is therefore selective rather than total. Keep the archive copy complete and remove only location, serial numbers and software history from the copy you hand out. A tool that can strip individual categories is more useful than one that only has an all-or-nothing button.
It depends on the platform and the path. Flows that regenerate the image at their own dimensions drop most fields, but sending the file as a document or an email attachment delivers it untouched. The safe assumption is to clean it yourself before uploading.
It destroys the original Exif block, but the screenshot gets metadata of its own and everything visible in the frame is preserved. What usually gives away a location is not the coordinate but a street sign or a view in the picture itself.
Exif stores a small preview in a separate directory and editors do not always regenerate it. A region you cropped out or painted over can still be visible in the stale thumbnail inside the same file.
Not when the blocks are simply dropped: the pixel data is untouched and nothing is re-compressed. Quality only moves when the method re-encodes the file, as compression and format conversion do.
Read the cleaned file back with the same tool and inspect the remaining fields, check that the embedded thumbnail is gone, and ask about the XMP packet separately. Some tools remove Exif and leave the XMP copy in place.
Yes. IPTC copyright and contact fields are your first evidence in an unauthorised-use dispute, and capture dates and keywords keep large archives searchable. The better pattern is a complete archive copy plus a shared copy with location and serial numbers removed.

A black rectangle hides text without deleting it. Where PDFs keep the original content, how to remove it properly, and four ways to verify a redacted file.