iRex DR1000 Manager v0.5.2

it.andynaz.irex.dr1000
Class Manager

java.lang.Object
  extended by it.andynaz.irex.dr1000.Manager

public class Manager
extends Object

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

Options for the program are all optional (except for the input file) and can be specified as:

  1. parameters before the -jar part of the command, in the form
    -Dit.andynaz.name=value
  2. parameters in a separate configuration file, in the form
    it.andynaz.name=value
  3. options, after the .jar file, in the form
    -name value
If the same option is specified more than once, the last value (in the order specified above) is set.
In this way, an alias for the command or a batch file can be created on the system specifying the default options, which can be overwritten on the fly.
For instance, to create an alias to set the location of the jar file and the default color, do:
on a Linux machine:
 alias iRexDR1000='java -Dit.andynaz.color=FF0000 -jar ~/bin/iRexDR1000Merger.jar'
on a Windows machine:
 doskey iRexDR1000=java -Dit.andynaz.color=FF0000 -jar "C:\iRexDR1000Manager.jar" $*

Parameters

Options

Actions

The action (with the -a option) tell the program what to do:

Version:
2013/10/01
Author:
andynaz

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

Manager

public Manager()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Takes the arguments from the command line and start the program.

Parameters:
args - the command line arguments
Throws:
Exception - in case of errors

iRex DR1000 Manager v0.5.2

© 2013 andynaz - http://andynaz.altervista.org