|
iRex DR1000 Manager v0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.andynaz.irex.dr1000.Manager
public class Manager
Main class.
The scribbles can be taken on a PDF document or with the device built-in
notepad. In case of PDF documents, this program creates a new PDF with all
its interactive elements, with the scribbles on it.
The device must have the firmware version 2.0.
To launch the program, run in a terminal (note that the .jar
file name may change, as the version can be appended):
You can specify more options runningjava -jar [params] iRexDR1000Merger.jar input_file
In both cases the parameters params are optional.java -jar [params] iRexDR1000Merger.jar -i input_file options
To show a brief guide just use the -h
option only:
java -jar iRexDR1000Merger.jar -h
Options for the program are all optional (except for the input file) and can be specified as:
-jar
part of the command, in the
form-Dit.andynaz.name=value
it.andynaz.name=value
.jar
file, in the form-name value
on a Windows machine:alias iRexDR1000='java -Dit.andynaz.color=FF0000 -jar ~/bin/iRexDR1000Merger.jar'
doskey iRexDR1000=java -Dit.andynaz.color=FF0000 -jar "C:\iRexDR1000Manager.jar" $*
Parameter | Option | |
---|---|---|
i | input PDF or .note file |
|
o | output file/folder (default is the current directory) | |
a | action to be performed (default is 'merge'; see below) | |
color | C | strokes color in the output
files; the color is specified as
an hex value RRGGBB
(default is the black color) |
config | c | properties file with the
configuration (default is a
config.properties file in
the current directory) |
targetFolder | path to the default folder where to save the files |
The action (specified with the -a
option) tell the program
what to do, and are:
.dat
file in the current folder)
Constructor Summary | |
---|---|
Manager()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Takes the arguments from the command line and start the program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Manager()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- the command line arguments
Exception
- in case of errors
|
iRex DR1000 Manager v0.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |