1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-29 03:52:31 +02:00
Go to file
2021-09-27 01:22:19 +02:00
public Selection false 2021-09-27 01:22:19 +02:00
templates Hauteur du canvas 2021-09-26 23:43:17 +02:00
vendor/fatfree initualisation with fatfree framework 2021-05-03 19:26:47 +02:00
.gitignore Dossier /data ignoré 2021-05-04 00:57:48 +02:00
app.php Trim svg importé 2021-09-25 16:07:11 +02:00
LICENSE License AGPLV3 2021-05-04 00:58:47 +02:00
README.md Mise en forme 2021-09-22 00:52:50 +02:00

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