org.icepdf.ri.viewer
Class Launcher

java.lang.Object
  extended by org.icepdf.ri.viewer.Launcher

public class Launcher
extends java.lang.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


Field Summary
static WindowManager windowManager
           
 
Constructor Summary
Launcher()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

windowManager

public static WindowManager windowManager
Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] argv)