|
iRex DR1000 Manager v0.5.2 | ||||||||
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 version 2.0 of the firmware.
To run the program, run in a terminal one of the following (note that the
.jar
file name may change, as the version can be appended):
java -jar [params] iRexDR1000Merger.jar input_file java -jar [params] iRexDR1000Merger.jar -i input_file options
in a terminal.
In the first case you specify only the input file (using all the default
options), while in the second you specify some other option. In both cases
the parameters are optional.
To show a brief guide just use the -h
option only.
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" $*
RRGGBB
.note
file in case of a PDF file, this
program look for the metedata.db
file in the same folderconfig.properties
file in the current directory)The action (with the -a
option) tell the program what to
do:
.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.5.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |