diff options
| -rw-r--r-- | pdf-over-gui/pom.xml | 2 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/ReadMe.txt | 47 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 1 | 
3 files changed, 50 insertions, 0 deletions
| diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index df143ce7..9750cf82 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -164,6 +164,7 @@  										<include>icons/*</include>  										<include>lib-swt/swt-${target.name}-*</include>  										<include>scripts/*</include> +										<include>ReadMe.txt</include>  										<include>PDF-Over.exe</include>  										<include>PDF-Over.ini</include>  										<include>PDF-Over-Un.ini</include> @@ -211,6 +212,7 @@  					<exclude>izpack/*</exclude>  					<exclude>lib-swt/*</exclude>  					<exclude>scripts/*</exclude> +					<exclude>ReadMe.txt</exclude>  					<exclude>keystore.jks</exclude>  					<exclude>PDF-Over.exe</exclude>  					<exclude>PDF-Over.ini</exclude> 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> diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index eb3dc21c..f5e5d9ba 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -58,6 +58,7 @@  			<file src="lib-swt" targetdir="$INSTALL_PATH" />  			<file src="scripts" targetdir="$INSTALL_PATH" />  			<file src="icons" targetdir="$INSTALL_PATH" /> +			<file src="ReadMe.txt" targetdir="$INSTALL_PATH" />  			<file src="PDF-Over.exe" targetdir="$INSTALL_PATH" os="windows"/>  			<file src="PDF-Over.ini" targetdir="$INSTALL_PATH" os="windows"/>  			<file src="PDF-Over-Un.ini" targetdir="$INSTALL_PATH/Uninstaller" os="windows"/> | 
