PdfWatermark
Simple class/tool for PDF watermarking using itext library. Ready to be used as a Spring service. Please see the unit test for examples how to use.
Release notes
1.1.1
- migration to openpdf
1.1
- possibility to stamp only the first page
| License |
License |
|---|---|
| Categories |
CategoriesPDF Data |
| GroupId | GroupIdcom.pawelgorny |
| ArtifactId | ArtifactIdpdfwatermark |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpdfwatermark
PDF Watermarking library
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| pdfwatermark-1.1.1.pom | |
| pdfwatermark-1.1.1.jar | 17 KB |
| pdfwatermark-1.1.1-sources.jar | 8 KB |
| pdfwatermark-1.1.1-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pawelgorny/pdfwatermark/ -->
<dependency>
<groupId>com.pawelgorny</groupId>
<artifactId>pdfwatermark</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pawelgorny/pdfwatermark/
implementation 'com.pawelgorny:pdfwatermark:1.1.1'
// https://jarcasting.com/artifacts/com.pawelgorny/pdfwatermark/
implementation ("com.pawelgorny:pdfwatermark:1.1.1")
'com.pawelgorny:pdfwatermark:jar:1.1.1'
<dependency org="com.pawelgorny" name="pdfwatermark" rev="1.1.1">
<artifact name="pdfwatermark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pawelgorny', module='pdfwatermark', version='1.1.1')
)
libraryDependencies += "com.pawelgorny" % "pdfwatermark" % "1.1.1"
[com.pawelgorny/pdfwatermark "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.librepdf : openpdf | jar | 1.3.22 |
| org.springframework : spring-context | jar | 4.3.25.RELEASE |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 4.3.25.RELEASE |
Simple class/tool for PDF watermarking using itext library. Ready to be used as a Spring service. Please see the unit test for examples how to use.