PDFFiligrane/README.md
2024-03-15 23:27:58 +01:00

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]
```