Improve readme
Dieser Commit ist enthalten in:
Ursprung
41d1ab7076
Commit
d6adc14fec
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
|
@ -19,12 +19,18 @@ The recommended way is:
|
||||||
* Put the signed file in `~/.pdf_signatures/`.
|
* Put the signed file in `~/.pdf_signatures/`.
|
||||||
|
|
||||||
You can now use the `pdf-sign` tool interactively (or non-interactively) to sign PDF files.
|
You can now use the `pdf-sign` tool interactively (or non-interactively) to sign PDF files.
|
||||||
|
The GUI is self documented and allows both keyboard-only and pointer-only operation.
|
||||||
|
|
||||||
Run `pdf-sign -h` or `pdf-create-empty -h` for details.
|
Run `pdf-sign -h` or `pdf-create-empty -h` for details.
|
||||||
|
|
||||||
**Installation**
|
**Installation**
|
||||||
|
|
||||||
* Install dependencies: `python3.7` or later with module `tkinter`, `gs` (Ghostscript), `pdftk` and `pdfinfo`.
|
* Install dependencies
|
||||||
|
* `python3.7` or later
|
||||||
|
* Python module `tkinter` (only needed for interactive use)
|
||||||
|
* `gs` (Ghostscript)
|
||||||
|
* `pdftk`
|
||||||
|
* `pdfinfo`
|
||||||
* Copy one or both tools to a directory in your `$PATH`.
|
* Copy one or both tools to a directory in your `$PATH`.
|
||||||
|
|
||||||
**Installation on Debian**
|
**Installation on Debian**
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren