Free web software for signing PDFs and also organize pages, edit medata and compress pdf https://pdf.24eme.fr
Go to file
Vincent LAURENT 8b6f8c4e58 Route pour appeler le PDF et dossier templates 2021-09-21 23:44:34 +02:00
public Dossier public pour cloisonner l'accès aux pdf du dossier exposé 2021-09-21 23:01:32 +02:00
templates Route pour appeler le PDF et dossier templates 2021-09-21 23:44:34 +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
LICENSE License AGPLV3 2021-05-04 00:58:47 +02:00
README.md Phrase de description 2021-09-21 18:16:31 +02:00
app.php Route pour appeler le PDF et dossier templates 2021-09-21 23:44:34 +02:00

README.md

Signature PDF

Interface web permettant de signé 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