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-21 18:14:22 +02:00
font Transformation du texte avec une police originale en chemin svg 2021-09-20 22:49:44 +02:00
js Copié collé du canva actif 2021-09-21 09:03:10 +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 Paramètrage conversion en svg d'une image 2021-09-21 01:41:29 +02:00
LICENSE License AGPLV3 2021-05-04 00:58:47 +02:00
pdf.html.php Copié collé du canva actif 2021-09-21 09:03:10 +02:00
README.md Description ImageMagick 2021-09-21 18:14:22 +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
  • 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