diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:36:23 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:36:23 +0000 |
commit | 3a4edc76bc5427ba83c2cf2674253fed537ce654 (patch) | |
tree | 7e9ad71a12ab5a0b3f8866c32a78d30e8b8cfbe8 /pdf-over-gui/src/main/resources/ReadMe.txt | |
parent | 9e6e26977a1a6c3c00b1dcb1f4e24e86232a738a (diff) | |
download | pdf-over-3a4edc76bc5427ba83c2cf2674253fed537ce654.tar.gz pdf-over-3a4edc76bc5427ba83c2cf2674253fed537ce654.tar.bz2 pdf-over-3a4edc76bc5427ba83c2cf2674253fed537ce654.zip |
Add ReadMe
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@408 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/ReadMe.txt')
-rw-r--r-- | pdf-over-gui/src/main/resources/ReadMe.txt | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/ReadMe.txt b/pdf-over-gui/src/main/resources/ReadMe.txt new file mode 100644 index 00000000..3463f94d --- /dev/null +++ b/pdf-over-gui/src/main/resources/ReadMe.txt @@ -0,0 +1,47 @@ +PDF-Over 4.0 +------------ + +Kommandozeilenoptionen: +-h, -?, --help: + Zeigt diese Hilfe an +-p: + Wählt das Passwort für die Handy-BKU. Bsp.: -p <Passwort> +-i: + Wählt das zu signierende Dokument. Bsp.: -i <Dateiname> +-proxyport: + Wählt den Proxy-Server-Port. Bsp.: -proxyport <Portnummer> +-proxy: + Wählt den Proxy-Server. Bsp.: -proxy <Hostname/IP> +-o: + Wählt den Ausgabeordner oder die Ausgabedatei. Bsp.: -o <Ordner> +-b: + Wählen Sie die BKU. Gültige Werte: LOCAL, MOBILE. Bsp.: -b <bku> +-n: + Wählt die Telefonnummer für die Handy-BKU. Bsp.: -n <Nummer> +-c: + Auswahl der Konfigurationsdatei. Bsp.: -c <Dateiname> +-e: + Wählt die Bildmarke für die Signatur. Bsp.: -e <Dateiname> + + +Command line arguments: +-o: + Sets the output folder or file to use. Example: -o <folder> +-proxy: + Sets the proxy host to use. Example: -proxy <hostname/IP> +-p: + Sets the password to use for mobile CCE. Example: -p <password> +-h, -?, --help: + Shows this help message +-c: + Defines which configuration file to use. Example: -c <config file> +-n: + Sets the telephone number to use for mobile CCE. Example: -n <number> +-e: + Sets the signature logo file to use for the signature. Example: -e <emblem file> +-i: + Sets the document to sign. Example: -i <input document> +-b: + Select the CCE to use. Values are: LOCAL, MOBILE. Example: -b <option> +-proxyport: + Sets the proxy port to use. Example: -proxyport <port> |