1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-04 23:12:25 +02:00

Merge branch 'master' of github.com:24eme/signaturepdf

This commit is contained in:
Vincent LAURENT 2021-10-07 21:49:59 +02:00
commit 9e6c037a2f

View file

@ -1,8 +1,12 @@
# Signature PDF
# Signature de PDF
Interface web permettant de signer un PDF.
Logiciel web libre permettant de signer un PDF.
Ce projet est encore au stade de "preuve de conception".
## Instances
Liste des instances permettant d'utiliser ce logiciel :
- [pdf.24eme.fr](https://pdf.24eme.fr)
## License
@ -33,7 +37,7 @@ git clone https://github.com/24eme/signaturepdf.git
Pour le tester :
`
php -S localhost:8000
php -S localhost:8000 -t public
`
## Librairies utilisées
@ -47,4 +51,4 @@ php -S localhost:8000
- **potrace** outils de transformation d'image bitamp en image vectorisé : http://potrace.sourceforge.net/ (GPLv2)
- **OpenType.js** outils de transformation d'un texte et sa police en chemin : https://github.com/opentypejs/opentype.js (MIT)
- **ImageMagick** ensemble d'outils de manipulation d'images : https://imagemagick.org/ (Apache-2.0)
- **Caveat** police de caractères style écriture à la main : https://github.com/googlefonts/caveat (OFL-1.1)
- **Caveat** police de caractères style écriture à la main : https://github.com/googlefonts/caveat (OFL-1.1)