Back to Blog

How to Remove Background from PDF Images (Step-by-Step)

Extract images from PDF files, remove their backgrounds, and reinsert clean transparent assets into documents and presentations.

March 19, 202610 min readTutorial

By Ahmet C. Toplutaş · Last updated March 19, 2026 · Editorial standards

PDF files usually contain embedded images, not editable layers. To remove a background, first extract the image, process it, and then place the transparent result back into your PDF or slide.

Step 1: Export image from PDF

Use Acrobat, Preview, or an online extractor to save the target image as PNG or JPG. Keep resolution as high as possible.

Step 2: Remove background

Upload the exported image to nobackground tool. For white-page scans and document assets, Remove White Background is usually the fastest route.

Step 3: Reinsert transparent PNG

Place the output PNG into your PDF editor or presentation. Transparent backgrounds help overlays look cleaner on colored sections, charts, and branded templates.

Troubleshooting

  • If edges look rough, export the source image at higher DPI.
  • If text is part of the image, isolate objects separately when possible.
  • Use PNG, not JPEG, for final transparent assets.

Which PDF tools make extraction easiest

If you have the original design file (InDesign, Figma, or the source presentation), export the image directly from there instead of extracting from the finished PDF; you will get the highest resolution version with no compression from the PDF export step. When you only have the PDF itself, Preview on macOS and Acrobat's "Export Selected Image" both work well; free online PDF-to-image converters are fine for lower-stakes documents but tend to recompress the image slightly.

Keeping documents looking consistent

Once you reinsert a transparent PNG into a PDF or slide deck, check how it renders against every background color used in the document, not just the first slide. A cutout that looks clean on a white slide can show a faint edge on a dark or colored one, so it is worth scrolling through the whole document once after making the change.

Frequently asked questions

Can I edit an image directly inside a PDF without extracting it?
Generally no. Most PDF editors treat images as embedded objects; you need to extract, edit, and reinsert rather than editing in place.

Will the file size of my PDF change after this?
Usually only slightly. A transparent PNG is typically similar in size to the original embedded image unless you significantly increase its resolution.

Handling multiple images in one document

For a PDF or deck with several images that all need the same treatment, extract and process them one at a time rather than trying to batch-edit inside the PDF editor itself, since most PDF tools do not support bulk image replacement well. Keep a simple naming convention (slide-1-photo.png, slide-2-photo.png) while you work through the extraction and reinsertion steps so nothing gets placed on the wrong page.

Preserving quality through the whole round trip

Every export-edit-reimport cycle is an opportunity to lose quality if you are not careful about file formats. Export the original image at the highest resolution the PDF actually contains rather than a downscaled preview, keep the intermediate working file as PNG rather than JPEG so no compression artifacts are introduced before the background removal step, and only compress the final file if the document's overall size genuinely requires it.

First check whether the image is raster or vector

Before extracting anything, it is worth knowing what kind of object you are dealing with, because the two require completely different approaches. Zoom in to 800% in your PDF viewer and look at the edges: if they stay perfectly sharp, the artwork is vector, most likely a logo or a chart placed from a design tool. Vector artwork usually has no background at all, and what looks like a white box is often the page itself showing through, meaning there is nothing to remove. If the edges turn into visible squares at high zoom, it is a raster image, and the background is baked into the pixels; that is the case the rest of this guide addresses.

1ExtractPull the embedded image at itsstored resolution, never ascreenshot of the page.2RemoveProcess the extracted PNG andkeep the alpha channel intactthrough every save.3ReinsertPlace it back, or better, rebuildthe PDF from the originalsource document.Quality is lost at step 1 far more often than at step 2.
Removing a background from an image inside a PDF is a round trip. Most of the quality people lose happens during extraction, before the remover is ever involved.

Extraction methods, ranked by output quality

Not all extraction routes preserve the same amount of detail, and the difference compounds through the rest of the workflow. Acrobat's Export To > Image or right-click Export Selected Image gives you the embedded image at its true stored resolution, which is the best case. On macOS, opening the PDF in Preview and dragging the image out works for many files but occasionally hands you a screen-resolution copy instead of the original. The pdfimages command-line tool, part of the Poppler utilities, is the most reliable of all because it pulls the raw embedded stream with no re-encoding at all: pdfimages -all input.pdf out writes every embedded image to disk exactly as stored.

Taking a screenshot is the last resort, and it should genuinely be last. A screenshot captures the image at your display resolution after the viewer has scaled it, so a 3000-pixel-wide product photo becomes an 800-pixel one, and the background removal that follows has far less edge detail to work with.

Scanned documents, signatures, and stamps

Scanned pages are a distinct case because the background is not clean white, it is paper. A scan typically has a light grey or slightly yellow cast, visible paper texture, and often a shadow gradient near the binding edge. This matters for signatures and stamps in particular, where the goal is usually to lift the mark off the page so it can be placed onto a digital document. Increase contrast before processing so the ink separates clearly from the paper tone, and scan at 300 DPI or higher; a 150 DPI scan of a signature simply does not contain enough edge information to produce a clean transparent result.

One useful sanity check after processing a signature: place the transparent PNG on a mid-grey background rather than white. Residual paper tone is invisible against white and immediately obvious against grey, which is exactly the situation that catches people out when the signed document is later printed or converted.

Reinserting: edit the PDF or rebuild from source

If you still have the source document, whether that is a Word file, a slide deck, an InDesign layout, or a Figma frame, replacing the image there and re-exporting the PDF is almost always cleaner than editing the PDF directly. You keep the original text as real text, all links and bookmarks survive, and the file structure stays intact. Editing the PDF itself should be reserved for cases where the source is genuinely unavailable.

When you do edit in place, be aware of two behaviours. Some PDF editors flatten transparency on save, converting your alpha channel into a white matte, which undoes the entire exercise; check the saved file rather than the editing preview. And some editors re-compress every image in the document when saving, not just the one you touched, which can visibly degrade other images on unrelated pages. Saving a copy and comparing a few untouched pages side by side takes a minute and catches this before it reaches anyone else.

Accessibility and printing considerations

Two practical notes that are easy to overlook. If the extracted image contained text, that text becomes part of a picture once you reinsert it, and screen readers cannot read it; add alternative text to the image in your PDF editor so the information is not lost. And if the document is destined for print rather than screen, remember that transparency in a PDF is resolved at the printer's RIP stage, which occasionally produces a faint box around a transparent PNG on older equipment. For print-critical work, place the cutout on the exact background colour it will be printed on and flatten it deliberately, rather than leaving that decision to the printer.

Quick recap

Removing a background from an image embedded in a PDF is a three-step round trip: extract at the highest resolution available, remove the background with a dedicated tool, then reinsert the transparent PNG back into the document. Keeping every intermediate file as PNG rather than JPEG, and checking the result against every background color used in the document, is what keeps the final output looking clean rather than introducing a new visible edge.

Ready to try it yourself?

Remove backgrounds from your images for free - no sign-up needed.

Try nobackground Free

Related posts