MVN

com.groupdocs : groupdocs-watermark

Maven & Gradle

Mar 27, 2018

GroupDocs.Watermark Java · GroupDocs.Watermark for Java is a powerful document watermarking API to add image and text watermarks. Furthermore, API works to search and remove the watermarks which were already added to the documents by other third-party softwares. The watermarks added by this API are hard to remove by any third-party tools. It is straight-forward and self-descriptive for integration into the custom applications. The most notable features are: - Add text and image watermarks into documents and images - Search for possible watermarks in documents and remove them - Support various document formats: Pdf; MS Office: Word, Excel, PowerPoint, Visio - Support various image formats: png, bmp, jpeg, jpeg2000, gif, tiff, webp (including multiframe gif and tiff) - Process documents and images attached to stored email messages (msg, oft, eml, emlx formats are supported) - Add watermarks to images inside documents of all supported formats - Two ways of watermark adding/removing are supported: using generalized approach and working with supported format specifics

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-watermark</artifactId>
    <version>18.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.groupdocs : groupdocs-watermark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.3

All Versions

Choose a version of com.groupdocs : groupdocs-watermark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.3
groupdocs-watermark-18.3
18.2
groupdocs-watermark-18.2

How to add a dependency to Maven

Add the following com.groupdocs : groupdocs-watermark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-watermark</artifactId>
    <version>18.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.groupdocs : groupdocs-watermark gradle dependency to your build.gradle file:

implementation 'com.groupdocs:groupdocs-watermark:18.3'

Gradle Kotlin DSL: Add the following com.groupdocs : groupdocs-watermark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.groupdocs:groupdocs-watermark:18.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.groupdocs : groupdocs-watermark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.groupdocs" % "groupdocs-watermark" % "18.3"