14 lines
305 B
Markdown
14 lines
305 B
Markdown
|
# PDF filigrane
|
||
|
Append a filigrane to your official document.
|
||
|
|
||
|
Inspired from source code of https://filigrane.beta.gouv.fr/
|
||
|
|
||
|
Compile with:
|
||
|
```bash
|
||
|
./mvnw clean compile assembly:single
|
||
|
```
|
||
|
|
||
|
Usage:
|
||
|
```bash
|
||
|
java -jar target/pdf_filigrane-1.0-SNAPSHOT-jar-with-dependencies.jar [dest] [watermak] [input1]
|
||
|
```
|