1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-06-03 14:32:13 +02:00

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

This commit is contained in:
tale-fau 2023-09-28 18:27:21 +02:00
commit ff8cdf583a

View file

@ -16,16 +16,19 @@ Open-source software under the AGPL V3 license.
## Installation ## Installation
### Debian/Ubuntu ### Debian/Ubuntu
Dependencies: Dependencies:
- php >= 5.6 - php >= 5.6
- rsvg-convert - rsvg-convert
- pdftk - pdftk
- imagemagick - imagemagick
- potrace - potrace
- ghostcript
Installing dependencies: Installing dependencies:
``` ```
sudo aptitude install php librsvg2-bin pdftk imagemagick potrace sudo aptitude install php librsvg2-bin pdftk imagemagick potrace ghostscript locales
``` ```
Getting the source code: Getting the source code:
@ -296,6 +299,8 @@ DEBUG=1 make test
- **ImageMagick** Image manipulation toolset: https://imagemagick.org/ (Apache-2.0) - **ImageMagick** Image manipulation toolset: https://imagemagick.org/ (Apache-2.0)
- **Caveat** Handwriting-style font: https://github.com/googlefonts/caveat (OFL-1.1) - **Caveat** Handwriting-style font: https://github.com/googlefonts/caveat (OFL-1.1)
- **PDF-LIB** JavaScript library for PDF manipulation used for writing metadata: https://pdf-lib.js.org/ (MIT) - **PDF-LIB** JavaScript library for PDF manipulation used for writing metadata: https://pdf-lib.js.org/ (MIT)
- **PDF-LIB** JavaScript library for PDF manipulation used for writing metadata: https://pdf-lib.js.org/ (MIT)
- **Ghostscript** GPL Ghostscript is a software suite for processing PostScript and PDF file formats (GPLv3)
For testing: For testing: