A utility to stamp an image onto a PDF document
| .github/workflows | init | |
| project | up sbt | |
| src/main/scala/de/sciss/stamppdf | space char hack | |
| .gitignore | init | |
| build.sbt | add optitonal bouncycastle needed for encrypted pdf | |
| LICENSE | init | |
| README.md | add optitonal bouncycastle needed for encrypted pdf | |
StampPDF
A utility to stamp an image on a PDF, for example a scanned signature.
(C)opyright 2023 by Hanns Holger Rutz. All rights reserved. This project is released under the
GNU Affero General Public License v3+ and
comes with absolutely no warranties.
To contact the author, send an e-mail to contact at sciss.de.
requirements
This utility relies on PDFtk (pdftk) and ImageMagick (convert) being installed.
building
Builds with sbt against Scala 3. See options: sbt 'run --help'. E.g.
sbt 'run --input input.pdf --stamp stamp.jpg --ui' # show GUI