PDFFiligrane/README.md

14 lines
305 B
Markdown
Raw Normal View History

2024-03-15 22:27:58 +00:00
# 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]
```