1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-26 01:10:22 +02:00
24eme-signaturepdf/README.md
2021-10-07 12:40:00 +02:00

1.5 KiB

Signature PDF

Interface web permettant de signer un PDF.

Instances

Liste des instances permettant d'utiliser ce logiciel :

License

Logiciel libre sous license AGPL V3

Installation

Dépendances :

  • php >= 5.6
  • rsvg-convert
  • pdftk
  • imagemagick
  • potrace

Sur debian :

sudo aptitude install php librsvg2-bin pdftk imagemagick potrace

Récupération des sources :

git clone https://github.com/24eme/signaturepdf.git

Pour le tester :

php -S localhost:8000 -t public

Librairies utilisées