1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-19 22:26:38 +02:00
24eme-signaturepdf/README.md
2021-10-07 12:42:18 +02:00

1.5 KiB

Signature de PDF

Logiciel web libre 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