I've been looking at various pdf generating libraries for use a Java based application. The primary requirement is produce letters and insurance documentation. Ideally the design of the documents should be quite easy to change, with out a new release of the code.
So far I've looked at:
- Jasperreports - solid library used it before, not sure it's quite the right solution for letter printing and other text heavy output with page text reflows etc
- Big faceless - commercial and quite expensive, but offers quite a compelling feature set
- iText - Pretty sure that just about anything is possible, but would seem to require code changes for even the most simple document change
- apache FOP - lots of XSL
I'm I missing any libraries/tools?
EDIT:
- flying saucer - has anybody used this for this style of problem