Skip to content

freemed/compositepdf

Repository files navigation

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

About

composite form data onto a template PDF

Resources

Stars

Watchers

Forks

Packages

No packages published