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 |
| Modifier and Type | Field and Description |
|---|---|
static WindowManager |
windowManager |
| Constructor and Description |
|---|
Launcher() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] argv) |
public static WindowManager windowManager