1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-20 14:46:36 +02:00
24eme-signaturepdf/README.md
Vincent LAURENT 2517589bc4
Mise en forme
2021-09-22 00:52:50 +02:00

1.4 KiB

Signature PDF

Interface web permettant de signer un PDF.

Ce projet est encore au stade de "preuve de conception".

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

Librairies utilisées