Skip to content
John Fereira edited this page Apr 11, 2022 · 3 revisions

iTextDemo

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

Setup

none

Building

Use maven to compile the code

mvn compile

Running

cd scripts
sh FirstPdf.sh
sh PdfReadExample.sh
sh PositionPdf.sh
sh ReadAndUsePdf.sh

Dependencies

Clone this wiki locally