- java.lang.Object
-
- org.icepdf.ri.viewer.Launcher
-
public class Launcher extends Object
Launches the Viewer Application. The following parameters can be used to optionally load a PDF document at startup.
Option Description -loadfile filename Starts the ICEpdf Viewer and displays the specified local PDF file. Use the following syntax:
-loadfile c:/examplepath/file.pdf-loadfile filename Starts the ICEpdf Viewer and displays the PDF file at the specified URL. Use the following syntax:
-loadurl http://www.examplesite.com/file.pdf-pkcs11path filename Specifies the location of the PKCS#11 provider configuration file to use when signing a document:
-pkcs11path /home/user/myProvider.cfg-pkcs12path filename Specifies the location of the PKCS#12 keystore file that will be used when signing a document:
-pkcs12path /home/user/certificate.pfx"
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPLICATION_LOOK_AND_FEEL
-
Constructor Summary
Constructors Constructor Description Launcher()
-
-
-
Field Detail
-
APPLICATION_LOOK_AND_FEEL
public static final String APPLICATION_LOOK_AND_FEEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] argv)
-
-