|
iRex DR1000 Merger v0.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.andynaz.irex.dr1000.Merger
public class Merger
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 use this program run in a terminal
where options are in the form "java -jar iRexDR1000Merger.jar options
-x param
".
Parameters are:
.note
fileconfig.properties
file in the
current directory)RRGGBB
(default is the black color)Note: in case the input file is a PDF, it has to be placed in the
SD card used by the DR1000, i.e. in the same folder of the metedata.bd
file.
Possible actions are:
.dat
file in the current folder)Optionally, you can invoke the program as
java -jar iRexDR1000Merger.jar path_to_file
in which you specify only the input file (other option use their default value).
Constructor Summary | |
---|---|
Merger()
|
Method Summary | |
---|---|
static void |
main(String[] args)
Takes the arguments from the command line and start the program. |
private static void |
printHeader()
Print the program header. |
private static void |
printHelp()
Print the program help. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Merger()
Method Detail |
---|
public static void main(String[] args) throws Exception
args
- the command line arguments
Exception
- in case of errorsprivate static void printHeader()
private static void printHelp()
|
iRex DR1000 Merger v0.4.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |