1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-15 20:26:36 +02:00
Go to file
2021-09-20 09:55:42 +02:00
js Radiobox pour choisir quel élément ajouter 2021-09-20 09:55:42 +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
index.html.php Interface de signature de la première page d'un pdf (Preuve de 2021-05-04 00:57:57 +02:00
index.php Import d'une signature depuis une image 2021-09-20 00:10:22 +02:00
LICENSE License AGPLV3 2021-05-04 00:58:47 +02:00
pdf.html.php Radiobox pour choisir quel élément ajouter 2021-09-20 09:55:42 +02:00
README.md Au féminin 2021-05-04 01:14:57 +02:00

Signature PDF

Interface de signature de PDF.

C'est pour le moment au stade de preuve de conception.

License

Logiciel libre sous license AGPL V3

Installation

Dépendances :

  • php >= 5.6
  • rsvg-convert
  • pdftk

Sur debian :

sudo aptitude install php rsvg-convert pdftk

Récupération des sources :

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

Pour le tester :

php -S localhost:8000

Librairies utilisées