pdfwatermark

PDF Watermarking library

License

License

Categories

Categories

PDF Data
GroupId

GroupId

com.pawelgorny
ArtifactId

ArtifactId

pdfwatermark
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

pdfwatermark
PDF Watermarking library
Project URL

Project URL

https://github.com/PawelGorny/PdfWatermark
Source Code Management

Source Code Management

https://github.com/PawelGorny/PdfWatermark

Download pdfwatermark

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.springframework : spring-test jar 4.3.25.RELEASE

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.1
1.1
1.0