My company needs a PDF viewer with Java APIs with the additional requirement of being able to use FDF form data.
The only thing I found is JPedal , which promises should show everything we need, but it costs a bunch. So what are my options? Is there any other tool for this?
edit:
I found iText to be an easy way to combine FDF data into a PDF form.
The only LGPL viewer that worked fine (unlike Adobe's own 10-year-old Java 1.1 API) was Sun pdf-renderer . But, unfortunately, it does not display form values. iText form-flattening helps, but there should be a better way.
source share