File: readme.txt

package info (click to toggle)
libitext5-java 5.0.6%2Bsvn4804-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,112 kB
  • sloc: java: 77,894; xml: 181; makefile: 16
file content (6 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
To build iText, maven must be installed. ( http://maven.apache.org/ )
Running install without a profile will generate the itextpdf jar. (mvn install)
When using the profile 'all' also the source and javadoc jars will be generated.( mvn install -P all )
If you are in need of the asian font jars. You can run one of the following commands:
    mvn clean install -f itext-asian.pom
    mvn clean install -f itext-asiancmaps.pom