Adobe Tech Blog

Introducing the Adobe PDF Watermark API

thumbnail

Table of Contents

  1. Adding Watermarks
  2. Making the Request
  3. Dynamic Watermarks
  4. Next Steps

Adding Watermarks

The Adobe PDF Watermark API allows users to add watermarks to PDF documents. Watermarks can be used to indicate who the document is created for, specify content status, provide important information, and more. Watermarks can be added as foreground or background elements.

Making the Request

To add a watermark using the API, the process involves uploading the PDF to be watermarked and specifying the watermark PDF to be used. The request can be made by providing the input PDF and the watermark PDF. An example API request is provided in the code snippet.

Dynamic Watermarks

While the PDF Watermark API currently supports only static PDF sources for watermarks, dynamic watermarks can be created using the Document Generation API. By generating a PDF dynamically with data placeholders, the resulting PDF can be used as a watermark for other PDF documents. An example demonstrating the use of dynamic watermarks with a Word document as a watermark source is provided in the code snippet.

Next Steps

To explore the Adobe PDF Watermark API and other features of Acrobat Services, users can sign up for credentials and start using the free tier to access various functionalities. Visit the link provided in the article to get started with using the API.