it.andynaz.irex.dr1000
Class IRexDR1000Merger
java.lang.Object
it.andynaz.irex.dr1000.IRexDR1000Merger
public class IRexDR1000Merger
- extends Object
Main class.
- Version:
- 2013-01-04
- Author:
- andynaz
Method Summary |
static void |
main(String[] args)
Let you merge a PDf with his scribbles. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRexDR1000Merger
public IRexDR1000Merger()
main
public static void main(String[] args)
throws Exception
- Let you merge a PDf with his scribbles.
To use this program run in a terminal
java [-Daction=action] -jar iRexDR1000Merger.jar path_to_file
Optionally, you can specify the action (testing actions will be
removed in future releases):
- merge
- this is the default: merge the scribbles with the PDF
in a new PDF file (placed in the same folder of the original one)
- format
- create a text file (with .dat extension) in the same
folder of the PDF file, formatting the scribbles data
- info_PDF
- print the misure obtained by the iText library for
each page of the PDF
- Parameters:
args
- the command line arguments
- Throws:
Exception
(c) 2013 andynaz - http://andynaz.altervista.org