Articles on: Release notes

Release Notes 2.203.0 (07.05.2025)

Improvements



Watermark Service


You can now use the Watermark API endpoint to add a watermark to your existing PDF documents or ones generated via PDF Generator API. The Watermark API allows the addition of text and image-based watermarks. A watermark is added on each page of the document.

Text-based watermarks allow you to specify the watermark text colour, size, opacity, rotation, and position on the page. Image-based watermarks enable you to specify a URL to a watermark image or a base64 string of an image. You can also select the image opacity, rotation, scale, and position on the page.

{
  "file_url": "https://us1.pdfgeneratorapi.com/api/v4/documents/66/ecce1a883b508c4dc59ec7bdc98a3098/share",
  "watermark": {
    "image": {
      "content_url": "https://storage.crisp.chat/users/helpdesk/website/11e0e518fc48ce00/300x60_oyj9qj.png",
      "position": "top-center",
      "rotation": 0,
      "scale": 1
    },
    "text": {
      "content": "Certificate preview",
      "color": "#ff0000",
      "size": 64,
      "opacity": 0.5,
      "position": "center",
      "rotation": 45
    }
  },
  "output": "file",
  "name": "certificate-preview"
}


Certificate PDF with preview watermark added

Fixes


Fixed {current_page} data field usage in Page Conditional Formatting.
Fixed several small UI issues in the Editor.

Internal updates



Release 2.203.0 introduces internal updates, refactoring, and code improvements that are not directly visible to end-users.

Updated on: 07/05/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!