All Projects → itext → i7js-jumpstart

itext / i7js-jumpstart

Licence: other
This repository contains the code used on the eBook - "iText 7: Jump-Start Tutorial for Java"

Programming Languages

java
68154 projects - #9 most used programming language

iText 7: Jump-Start Tutorial

How to build

To build the iText 7 Jump-Start Tutorial, Maven, Ghostscript and Imagemagick must be installed.

$ mvn clean install \
    -Dmaven.test.failure.ignore=false \
    -DgsExec=$(which gs) \
    -DcompareExec=$(which compare) \
    -Dmaven.javadoc.failOnError=false \
    > >(tee mvn.log) 2> >(tee mvn-error.log >&2)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].