You can strip embedded images from a PDF without Adobe Acrobat, without a subscription, and without uploading the file, using a browser-based tool called Remove Images from PDF that swaps each eligible photo for a white placeholder. The tool reads your file locally in the browser, inspects every embedded image object, and replaces only the ones it can safely rewrite with a 1-by-1 white JPEG while leaving text, links, page geometry, and non-image vector content untouched. If even one embedded image uses an encoding the tool can't safely handle, the entire job is refused and no file is produced, so the download button never claims a clean document while a complex image is still hiding in place. Because the original page-drawing commands and their resource references stay valid, the output remains a structurally sound PDF rather than a partially damaged file. That combination of local processing, all-or-nothing validation, and reference-preserving replacement is what makes Remove Images from PDF the closest local equivalent to what Acrobat's Edit PDF → Delete flow offers inside the desktop app, especially for simple placed photographs and scanned figures that don't need pixel-perfect removal.

how to remove image from pdf with acrobat
How to Remove Images From a PDF With Acrobat (Locally)

Where Acrobat Stops and a Local Browser Tool Starts

Adobe Acrobat's Edit PDF experience is the reference point most readers have in mind when they search for a way to remove an image from a PDF. In the desktop and web versions, you open the document, switch to Edit mode, click the image you want gone, and choose Delete from the context menu. The image disappears, the rest of the page stays put, and you save a new copy. It is the cleanest workflow Adobe ships, but it sits behind an Acrobat Standard or Acrobat Pro subscription on desktop and behind an Acrobat on the web sign-in on the browser side.

For users who don't have a paid plan, work on a shared computer, or simply don't want to send a document to Adobe's servers, that workflow isn't an option. The Acrobat Reader mobile app, according to Adobe's own help documentation, does not support editing images inside a PDF at all in its current release, so the subscription question never even comes up there. That gap is where Remove Images from PDF fits: it gives you the same visual outcome — photos and figures replaced by white space, everything else preserved — without an upload, an account, or a paid tier.

How the Tool Replicates the Acrobat Edit Without Sending Your File Anywhere

The technique Acrobat uses under the hood and the technique this tool uses share the same goal: keep the page structure valid while neutralizing the image that was sitting on top of it. The way Remove Images from PDF reaches that goal is deliberately conservative. It does not delete the image object's name from the page resource dictionary. PDF content streams typically contain a draw command that references an image XObject by name, and removing that entry while leaving the command behind is one of the fastest ways to produce a damaged PDF. Instead, the tool keeps every eligible reference in place and swaps its image stream for a valid 1-by-1 white JPEG. The page-drawing command still points at the same name; the resource it points at now resolves to a tiny white block rather than the original photograph.

After the swap, the browser saves the new file, reopens it with the pdf-lib library to verify page count and image-object counts, and then loads it through the same PDF.js viewer the site's other PDF tools use as a final structural check. These checks are safeguards against silent corruption, not a guarantee that every advanced PDF feature has been independently validated, which is why the output still asks you to inspect it before you treat the file as final.

Remove Embedded Images From a PDF in Three Steps

  1. Choose one local PDF up to 25 MB using the file picker on the Remove Images from PDF page.
  2. Select Remove eligible images so the tool inspects every embedded image object and runs the all-or-nothing compatibility check.
  3. Inspect the new PDF in the on-page preview, confirm the white replacements look right, and then download the file only if every page behaves as expected.

Which Image Types the Tool Will and Won't Touch

The all-or-nothing rule is only useful if you know exactly what triggers it. The table below summarizes the image encodings the current implementation accepts and the ones that cause the whole job to be refused before any file is written.

Embedded image encodingOutcome
Unmasked 8-bit DCTDecode JPEG, DeviceRGB color spaceEligible — replaced with a 1-by-1 white JPEG
Unmasked 8-bit DCTDecode JPEG, DeviceGray color spaceEligible — replaced with a 1-by-1 white JPEG
JPEG with any soft or hard maskJob refused, no file saved
JPEG using DecodeParmsJob refused, no file saved
CMYK JPEG or indexed-palette JPEGJob refused, no file saved
JPX (JPEG 2000), JBIG2, LZW, FlateDecode, or other non-DCT filtersJob refused, no file saved
Inline images embedded directly in the content streamNot claimed as removable by this version

That conservative scope is a feature, not a limitation. The moment the tool tried to rewrite a masked or JPX image, it would either have to drop the mask reference and risk a broken PDF, or guess at how to re-encode the payload and risk visible artifacts. Refusing the document instead means you never download a file that pretends to be clean.

Inspecting the White-Replacement Output Before You Trust It

The third step in the workflow exists for a reason. A white replacement is not a pixel-perfect removal: it covers the area where the original image sat, but anything that was layered on top of that image in the source PDF — annotations, form fields, vector shapes drawn after the image — may now appear on top of the white box instead of on top of the photo. Most readers won't notice this on text-heavy pages, but it can change the visual order on designed documents. The preview lets you flip through every page and confirm that the white boxes sit where you expected and that no text, link, or vector element has shifted out of place.

It is also worth keeping the source PDF until you've fully reviewed the output. Retained document metadata, accessibility tags, and any original editing history stay inside the new file because the page structure is preserved, and that information can matter in workflows that handle sensitive material. If the goal is courtroom-grade or privacy-grade removal, this tool is the wrong starting point — use a dedicated redaction workflow instead.

When This Local Path Isn't the Right Tool

Three situations consistently push readers toward a different workflow. The first is password-protected or signed PDFs: the tool will reject encrypted documents, won't bypass a password, and won't preserve a digital signature, so a protected source needs to be unlocked through a different path before any image work makes sense. The second is legal, security, or privacy-grade removal, where a white placeholder is not a substitute for actually destroying the underlying payload — a proper redaction tool is required there. The third is page-level removal rather than image-level removal: if the image you want gone sits on its own page and the whole page is the problem, Delete PDF Pages removes the page entirely instead of blanking an image inside it.

There is also a useful opposite workflow worth mentioning. If the goal isn't to remove images from the PDF but to pull them out for reuse elsewhere, Extract Images from PDF exports the same eligible JPGs into separate files for download, running through a closely related set of safety rules without altering the source document.

Other Local Fixes That Pair Well With Image Removal

Removing the images is often step one of a longer cleanup. Once the white boxes are in place, many readers continue with crop, resize, or rotation to tighten the page layout. Crop PDF trims margins uniformly across every page, Rotate PDF straightens pages that ended up sideways after the image swap, and Resize PDF scales everything to A4, US Letter, or Legal. None of those tools upload the file either, so the entire cleanup chain stays on the local machine. For a deeper look at how reference-preserving replacement keeps the file structurally valid, the guide on removing images from a PDF without breaking the file walks through the same all-or-nothing approach in more detail.

Related reading: Remove a PDF Password on Mobile, in the Browser.