|
iRex DR1000 Merger v0.3 | |||||||||
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
java -jar iRexDR1000Merger.jar -f input_file [-o output_file] [-a action] [-c config_file]
Parameter are:
.note
fileconfig.properties
file in the
current directory)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 |
printHeading()
Print the program heading. |
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 printHeading()
|
iRex DR1000 Merger v0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |