https://github.com/itext/itext-publications-jumpstart-java
This repository contains the code used on the eBook - "iText 7: Jump-Start Tutorial for Java"
https://github.com/itext/itext-publications-jumpstart-java
Last synced: 12 months ago
JSON representation
This repository contains the code used on the eBook - "iText 7: Jump-Start Tutorial for Java"
- Host: GitHub
- URL: https://github.com/itext/itext-publications-jumpstart-java
- Owner: itext
- Created: 2016-11-23T16:13:06.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-22T08:42:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:02:52.010Z (about 1 year ago)
- Language: Java
- Homepage: https://itextpdf.com/en/resources/books/itext-7-jump-start-tutorial-java/intro
- Size: 20.9 MB
- Stars: 18
- Watchers: 13
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [iText: Jump-Start Tutorial](https://kb.itextpdf.com/home/it7kb/ebooks/itext-jump-start-tutorial-for-java) #
## How to build ##
To build the iText 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/