Free web software for signing PDFs and also organize pages, edit medata and compress pdf https://pdf.24eme.fr
Go to file
Vincent LAURENT 21ff3c8ff7 Définition des normes d'édition 2021-10-12 01:02:40 +02:00
public Définition des normes d'édition 2021-10-12 01:02:40 +02:00
templates Mutualisation de code, scroll sur la div en mode desktop 2021-10-11 01:17:06 +02:00
vendor/fatfree initualisation with fatfree framework 2021-05-03 19:26:47 +02:00
.editorconfig Définition des normes d'édition 2021-10-12 01:02:40 +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 Description du logiciel 2021-10-07 12:42:18 +02:00
app.php Trim du svg en js du coup pas de dépendances à inkscape 2021-09-27 15:19:35 +02:00

README.md

Signature de PDF

Logiciel web libre permettant de signer un PDF.

Instances

Liste des instances permettant d'utiliser ce logiciel :

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 -t public

Librairies utilisées