1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-06 15:56:35 +02:00

Création du README.md

This commit is contained in:
Vincent LAURENT 2021-05-04 00:50:11 +02:00
parent 31c5f0cdb1
commit 238e8ff93d

42
README.md Normal file
View file

@ -0,0 +1,42 @@
# 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)