adds template and makefiles

This commit is contained in:
Michael Beck
2024-12-04 17:21:40 +01:00
parent 069982527e
commit 7569cc0782
11 changed files with 2699 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
## Requirements
- pdftk
- ghostscript
### Install:
#### Debian
```bash
sudo apt install pdftk gs
```
#### Arch
```bash
yay -S pdftk ghostscript
```