I have a spring application that overloads an AbstractView in order to generate a PDF file. That file should be internationalized too, so I am adding appropriate strings from resources. There are a lot of code in such implementation.
So mabe there is another way to implement it? I know that Flying Saucer can do that conversion but does it provide an i18n?
Ideally I want some template engine with i18n support and PDF generation tools.
Does anybody familiar with such engine?
Thank you
I have a spring application that overloads an AbstractView in order to generate a
Share
Perhaps IText or JasperReports is what you need.