My company needs a PDF viewer with Java API with the additional requirement on being able to use FDF form data.
The only one i found was JPedal which promises to feature everything we need, but it costs a bunch. So what are my options? Is there another tool to do it?
edit:
I found iText to be an easy way to merge FDF data into the PDF form.
The only LGPL viewer that worked ok (unlike Adobe's own 10 year old Java 1.1 API) was Sun's pdf-renderer. But sadly it doesn't display form values. iText's form-flattening helps, but there has to be a better way.