Class 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"
    • Constructor Detail

      • Launcher

        public Launcher()
    • Method Detail

      • main

        public static void main​(String[] argv)