-
Notifications
You must be signed in to change notification settings - Fork 0
iTextDemo
John Fereira edited this page Apr 11, 2022
·
3 revisions
iText demo - write PDF files
Contents link
-
src/main
source code -
src/test
junit tests -
pom.xml
maven build file -
scripts
shell scripts for testing
none
Use maven to compile the code
mvn compile
cd scripts
sh FirstPdf.sh
sh PdfReadExample.sh
sh PositionPdf.sh
sh ReadAndUsePdf.sh
- Java 11 runtime
- Maven 3
- The Bash shell.