|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.icepdf.ri.viewer.Launcher
public class Launcher
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 |
|---|
public static WindowManager windowManager
| Constructor Detail |
|---|
public Launcher()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||