Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 534 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 534 Bytes

COMPOSITEPDF

Composite PDF is a Java wrapper around iText functionality, allowing an XML-formatted input file and a PDF template to create a "composite" PDF file. This is useful for things like programmatically filling out PDF forms.

PREREQUISITES

BUILDING

gradle jar will generate a jar file in build/libs/.

USAGE

options:
	[-i|--input]     Input file name
	[-t|--template]  PDF template
	[-o|--output]    Output file name