How to Place Images on PDF Pages
Adding a logo, signature, stamp, or photograph to an existing PDF is a different job from converting an image to PDF or stamping a watermark. Here is how to place images on PDF pages cleanly — on a single file or across thousands.
Quick answer
Quick answer: To place an image on an existing PDF page, use Adobe Acrobat's Edit PDF → Add Image tool for one-off placements, an online editor for ad-hoc files, or the Mapsoft ImagePlacer plug-in when you need precise positioning, transparency, behind/in-front layering, or batch processing across many PDFs. Image placement is not the same as JPEG-to-PDF conversion (which builds a new PDF from images) or watermarking (which usually applies a single image or text mark to every page).
What “placing an image” actually means
The phrase gets used loosely. Before picking a tool, it is worth being clear about which job is in front of you, because the right answer is different in each case:
- Placing an image on existing pages. The PDF already exists and you want to drop a logo, photo, signature, or graphic on top of (or behind) the current content. The page count and base content do not change. This is the workflow this article is about.
- Converting images to PDF. You start with a folder of JPEGs, PNGs, or scans and produce a brand-new PDF where each image becomes a page. See our guide on how to convert JPEG images to PDF.
- Watermarking. A single mark — usually faint, usually the same on every page — for branding or copyright. Acrobat has a dedicated tool for this. See how to add watermarks to PDF files.
- Stamping. Pre-defined approval marks (Approved, Draft, Confidential) applied as annotations rather than as page content. They live in a different layer of the PDF and can be removed later.
- Scanning. Producing a PDF from paper through a scanner. The scanner driver, not a placement tool, is doing the work.
Image placement sits in the middle: more flexible than watermarking, more permanent than stamping, and applied to existing pages rather than producing a new document from scratch.
When you need image placement
Real workflows that fall into this bucket include:
- Logos and branding. Adding a corporate logo to the top-right of every page of a tendered proposal, a price list, or a published specification.
- Signatures. Dropping a scanned signature image into a contract at the right position. (For legal weight you need a digital signature; an image is for visual sign-off only.)
- Photo composites. Adding product photos to a parts catalogue, property pictures to a survey, or site shots to a planning document.
- Certificates and credentials. Embedding accreditation marks, ISO logos, or industry seals on certificates.
- ID-card and passport photos. Placing a personal photograph in the correct cell of an identity document template.
- Before/after engineering shots. Pairing inspection or maintenance photos with the report page they document.
- Branding overlays on third-party PDFs. White-labelling supplier datasheets, partner price lists, or syndicated content with your own logo and contact strip.
- Stamps and seals. A notary seal, a draft mark, or a project-specific approval stamp that needs to look like part of the page rather than an annotation.
What unites these jobs is precision: the image needs to land in a specific spot, at a specific size, with the right transparency, and often with the same rules applied to many files in a row.
Image formats supported in PDFs
PDF is a generous container for raster images. The most common formats you will work with are:
- JPEG. Best for photographs and continuous-tone images. Stored efficiently inside the PDF because the existing JPEG byte stream can be embedded directly without re-encoding. Lossy compression, no transparency.
- PNG. Best for logos, screenshots, and any image that needs a transparent background. Lossless, supports an 8-bit alpha channel. PDF stores PNG transparency as a soft mask.
- TIFF. Common in scanning and pre-press workflows. Supports lossless compression (LZW, ZIP) and CMYK colour, useful when the placed image must match a print-production colour space.
- BMP, GIF, PCX, Targa. Older formats still encountered in legacy archives. Tools generally re-encode these to JPEG or PNG before embedding.
The format of the source image affects the size and quality of the resulting PDF. Embedding a JPEG that is already at the right dimensions adds almost nothing to the file. Re-encoding a 50 MB TIFF as JPEG inside the PDF can shrink it dramatically — but at the cost of compression artefacts. A good placement tool exposes a JPEG quality slider so you can balance size against fidelity for each placement.
Transparency deserves a separate note. If the placed image is a PNG with an alpha channel (a logo on a transparent background, for example), the underlying page content shows through correctly. If you place the same logo as a JPEG, you will get a white rectangle around it because JPEG cannot store transparency. For watermark-style overlays, PNG with alpha is almost always the right choice.
Methods for placing images on PDF pages
Method 1 — Adobe Acrobat (Edit PDF)
For a single image on a single PDF, Acrobat Pro's Edit PDF tool does the job. Open the document, choose Edit PDF from the right-hand pane, click Add Image, browse to the file, and click on the page where you want it. Drag the corner handles to scale, drag the centre to reposition.
It is a fine tool for one-off work. The limits show up quickly:
- It applies to one page at a time. Adding the same logo to all 200 pages of a manual means 200 clicks.
- Positioning is by eye and drag. There are no exact X/Y coordinates, no “25 mm from top edge” option.
- Transparency and blend modes are not exposed in the Edit PDF interface.
- There is no concept of placing the image behind existing content (overlay only).
Method 2 — Free online editors
Several browser-based tools can drop an image onto a PDF page. They are convenient when Acrobat is not available and the file is small enough (and not sensitive enough) to upload. They share Acrobat's limitations: one file at a time, drag-to-position, no batch capability.
Method 3 — Acrobat JavaScript and the Acrobat SDK
For developers, Acrobat JavaScript can place images programmatically. The relevant API is this.importIcon() followed by this.addAnnot() with a stamp annotation that references the imported icon. It is fiddly — coordinates are in PDF user-space units (1/72 inch), and image placement via stamps lands in the annotation layer rather than as page content. The Acrobat SDK in C/C++ gives full control through PDPageAddCosContents() and the page content stream, but is overkill for most users.
Method 4 — Mapsoft ImagePlacer plug-in
ImagePlacer is the workflow this article is really about. It is an Adobe Acrobat plug-in built specifically for image placement: precise coordinates, scale and rotation, transparency, blend modes, behind/in-front layering, page-range selection, named configurations for reuse, and batch processing across many PDFs in a single operation.
Typical use:
- Open a PDF in Acrobat. Choose the ImagePlacer menu item.
- Pick the image file (JPEG, PNG, TIFF, BMP, GIF, PCX, or Targa).
- Set the position. Coordinates are in inches, centimetres, or millimetres, measured from any edge of the page. Anchor to a corner so the image stays in place when page sizes vary.
- Set the scale — either as a percentage or as exact width/height in your chosen units, with locked aspect ratio.
- Set rotation, flip, transparency (0–100 %), and blend mode (Normal, Multiply, Screen, Overlay, Darken, Lighten).
- Pick the page range: all pages, a specific range, or odd/even only.
- Choose Overlay (on top of existing content) or Watermark (behind existing content).
- Save the configuration as a named preset so the same placement can be re-applied to other documents in one click.
For batch work, the plug-in pairs with Acrobat's Action Wizard so the same placement can be applied to a folder of PDFs in a single run — placing the same image on every page of every file, or applying different images per file using a CSV-driven workflow. This is the case ImagePlacer is built for: hundreds of supplier datasheets re-branded with your logo, thousands of certificates carrying the right accreditation seal, every page of every parts manual stamped with a revision-controlled version graphic.
Positioning, anchoring, and Z-order
Three concepts make the difference between an image that lands cleanly and one that drifts:
- Coordinates. PDF page coordinates are measured from the bottom-left corner of the page in user-space units (1/72 inch). Most placement tools convert to friendlier units (mm, cm, inches) and let you anchor from any of the four corners.
- Anchoring. If you want a logo “25 mm from the top-right corner” and the document mixes A4 and A3 pages, you need an anchor that says “measure from top-right” rather than absolute X/Y. Without this, A4 placements end up floating off the edge of A3 pages.
- Z-order. Each page in a PDF has a content stream — an ordered list of drawing operations. Adding new content at the end of the stream paints it on top of everything else (overlay). Adding it at the beginning paints it underneath (watermark). ImagePlacer exposes this as a single Overlay/Watermark choice, but the underlying mechanism is the order of operators in the content stream.
Fit-to-page is a useful automation. Given an image and a target page, the tool can calculate the largest scale at which the image fits inside the page, accounting for any rotation. It is a one-click way to handle covers, certificates, and full-page background images without doing arithmetic in your head.
Image quality: DPI, compression, and colour space
The visual result depends on three settings that interact:
- DPI. Effective DPI is image pixel dimensions divided by the placed size in inches. A 1 200×1 200 px logo placed at 4 inches wide is 300 DPI — print quality. Placed at 2 inches wide it is 600 DPI — over-spec for screen but not harmful. Placed at 12 inches wide it is 100 DPI — visibly soft. Match the source image to the placed size: use a high-resolution master if you need to scale up, accept the reality that scaling small bitmaps large will look pixelated regardless of tool.
- JPEG compression. Quality 80–90 is invisible on photos and produces tiny files. Quality below 70 introduces visible artefacts on flat colour areas (skies, gradients) and is a poor choice for logos or screenshots. PNG sidesteps the issue by being lossless — at the cost of larger files for photographic content.
- Colour space. RGB is the right choice for screen-only PDFs. CMYK is the right choice for documents that will be printed offset, where colour fidelity to a press profile matters. Mixing RGB and CMYK images in the same PDF is technically legal but plays badly with some print workflows — colour conversion at output time can cause unexpected shifts. Decide on a target colour space for the document and convert source images to match before placing.
Vector images are the exception to all of this. If your logo is available as SVG or EPS, the cleanest workflow is to convert it to PDF first (preserving the vector outlines) and place that. The result scales to any size without quality loss and embeds at a fraction of the bytes a comparable bitmap would consume.
Accessibility: alt text on placed images
If the source PDF is tagged for accessibility (PDF/UA, ISO 14289), placed images must carry alternative text or assistive technology cannot describe them to users with visual impairments. Image placement tools that work on the page content stream do not automatically add the corresponding tag in the structure tree — you have to add it yourself.
The post-placement steps in Acrobat are:
- Open the Tags panel (View → Show/Hide → Navigation Panes → Tags).
- Find or create a
<Figure>tag for the placed image at the right point in the reading order. - Right-click the tag, choose Properties, and set the alternative text.
- If the image is decorative (a divider line, a background pattern), mark it as an artifact instead so screen readers skip it.
For batch placement, plan ahead: it is much faster to apply tags as part of the same script that places the images than to retag thousands of files afterwards. See our PDF accessibility guide for the wider context on tagged PDFs and PDF/UA.
FAQ
Can I place an image on a PDF without Adobe Acrobat?
Yes. Online editors and free desktop tools can drop an image onto a single PDF. For batch processing or precise control, Acrobat plus a placement plug-in is the standard combination on Windows.
What is the difference between a placed image and a watermark?
A watermark is typically a faint, repeated mark applied uniformly to every page, configured through Acrobat's dedicated Watermark tool. A placed image is positioned individually and can be opaque, can vary by page, and can sit on top of or behind existing content. ImagePlacer can do both, but its strength is precise per-placement control rather than uniform watermarking.
Can I place different images on different pages?
Yes — with the right tool. Acrobat's Edit PDF requires you to do this manually one page at a time. ImagePlacer combined with Acrobat's Action Wizard or its COM automation interface can apply different images per page or per file based on a configuration list.
Will the placed image affect file size?
It depends on the source format and JPEG quality setting. A 200 KB JPEG logo placed once adds roughly 200 KB to the PDF. Placing it on 100 pages does not add 20 MB — well-built PDF tools embed the image once and reference it from each page, so the cost is one image stream plus 100 small content-stream entries. Tools that re-embed the image per page (a sign of poor implementation) bloat the file unnecessarily.
Can I remove or move a placed image later?
Once an image is placed as page content, it becomes part of the page's content stream and cannot be cleanly “un-placed” from the file. Stamps and annotations, by contrast, are removable. If you need that flexibility, place the image as a stamp annotation rather than as page content. Plan ahead: keep the original PDF as a master and treat the branded version as derived output.
Does ImagePlacer work with Acrobat Reader?
No. Like all Acrobat plug-ins, it requires Adobe Acrobat Pro or Standard (DC, 2020, or 2017). Acrobat Reader does not load third-party plug-ins.
Place Images on PDFs at Scale
Mapsoft ImagePlacer adds precise image placement to Adobe Acrobat — with exact coordinates, transparency, blend modes, page-range rules, and batch processing across hundreds of PDFs in a single operation.
Learn more about ImagePlacer →Related Articles
How to Convert JPEG Images to PDF
Combine JPEG photos, scans, or screenshots into a single PDF — in Acrobat, on Windows or macOS without extra software, or online for free.
Image Formats for PDF: JPEG, PNG, TIFF, and More
A reference guide to the raster image formats used in PDF: compression, transparency, colour space, and when to choose each one for placement and embedding.
How to Add Watermarks to PDF Files
Add text and image watermarks to PDF files in Adobe Acrobat — covering appearance, page ranges, saving configurations, removal, and programmatic watermarking with JavaScript.
Place Images on PDFs with Precision
Use the Mapsoft ImagePlacer plug-in for Adobe Acrobat to drop images onto PDF pages with exact positioning, transparency, page-range rules, and batch processing across many files at once.