Itext
Aus Vosp.info
Installation
svn checkout svn://svn.code.sf.net/p/itext/code/trunk itext-code
cd itext-code/itext
mvn install -P all # apt-get install maven
mkdir bin
Installation der Beispiel Umgebung
download des "src"-Beispieldateien und der "results"-Ordnerstruktur von http://itextpdf.com/examples/
tar -xzf itext-src.tar.gz
tar -xzf itext-results.tar.gz
erstes Beispiel
javac -d bin -cp itext/target/itextpdf-5.4.3-SNAPSHOT.jar src/part1/chapter01/HelloWorld.java
java -cp "bin:itext/target/itextpdf-5.4.3-SNAPSHOT.jar" part1.chapter01.HelloWorld
okular results/part1/chapter01/hello.pdf