1
0
Fork
You've already forked StampPDF
0
A utility to stamp an image onto a PDF document
  • Scala 100%
2026年01月20日 15:08:54 +01:00
.github/workflows init 2023年01月24日 16:56:34 +01:00
project up sbt 2026年01月20日 15:08:54 +01:00
src/main/scala/de/sciss/stamppdf space char hack 2025年07月03日 10:30:33 +02:00
.gitignore init 2023年01月24日 16:56:34 +01:00
build.sbt add optitonal bouncycastle needed for encrypted pdf 2023年12月05日 12:29:37 +01:00
LICENSE init 2023年01月24日 16:56:34 +01:00
README.md add optitonal bouncycastle needed for encrypted pdf 2023年12月05日 12:29:37 +01:00

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