Add an Image Watermark

Introduction

A watermark in the form of an image is a special graphical element added to PowerPoint slides for various purposes, such as protecting copyright, establishing a corporate identity, or giving a document a unique character. This element is typically transparent and positioned on top of the slide content, allowing it to be visible without completely obstructing the underlying content. Use the following methods to add image watermarks to presentation slides.

CreateImageWatermark

API Information

API Type Description Resource
/slides/{name}/watermark/image POST Adds an image watermark to each slide of a presentation saved in a storage. CreateImageWatermark

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file saved in a storage.
image file formData false The image file.
pictureFrame PictureFrame body false The data transfer object with image properties.
password string header false The password to open the presentation.
folder string query false The folder where the presentation file is located.
storage string query false The storage where the folder is located.

Examples

Use the MyWatermark.jpg file to add a watermark image to slides in the MyPresentation.pptx document saved in the default storage. Use the Tile mode to fill entire slides with the watermarks.

SDK Solutions

The result:

The watermark

CreateImageWatermarkOnline

API Information

API Type Description Resource
/slides/watermark/image POST Adds an image watermark to each slide of a presentation saved in a local file. CreateImageWatermarkOnline

Request Parameters

Name Type Location Required Description
document file formData true The presentation file.
image file formData false The image file.
pictureFrame PictureFrame body false The data transfer object with image properties.
password string header false The password to open the presentation.

SDKs

Check Available SDKs to learn how to add an SDK to your project.