com.icesoft.pdf.ri.viewer
Class Launcher
java.lang.Object
com.icesoft.pdf.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowManager
public static WindowManager windowManager
Launcher
public Launcher()
main
public static void main(String[] argv)