# i7js-jumpstart **Repository Path**: foolgry/i7js-jumpstart ## Basic Information - **Project Name**: i7js-jumpstart - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2021-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [iText 7: Jump-Start Tutorial](http://developers.itextpdf.com/content/itext-7-jump-start-tutorial) # ## How to build ## To build the iText 7 Jump-Start Tutorial, [Maven][1], [Ghostscript][2] and [Imagemagick][3] must be installed. ```bash $ 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) ``` [1]: http://maven.apache.org/ [2]: http://www.ghostscript.com/ [3]: http://www.imagemagick.org/