mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
No description
- JavaScript 49.6%
- PHP 44.6%
- CSS 2.8%
- Makefile 1.4%
- Shell 1%
- Other 0.5%
| js | ||
| vendor/fatfree | ||
| .gitignore | ||
| index.html.php | ||
| index.php | ||
| LICENSE | ||
| pdf.html.php | ||
| README.md | ||
Signature PDF
Interface de signature de PDF.
C'est pour le moment au stade de preuve de concept.
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és
- Le micro framework PHP Fat-Free : https://github.com/bcosca/fatfree (GPL v3)
- PDF.js librairie de lecture de PDF dans un canvas HTML : https://github.com/mozilla/pdf.js (Apache-2.0)
- Fabric.js librairie pour manipuler un canvas HTML : https://github.com/fabricjs/fabric.js (MIT)