Hi,
is there an easy way in Spring to use XSLT and FOP to create PDF's in stead of the AbstractPDFViewer? We currently already have some reports made this way, so it would be helpful if we could re-use these.
regards,
Wim
Hi,
is there an easy way in Spring to use XSLT and FOP to create PDF's in stead of the AbstractPDFViewer? We currently already have some reports made this way, so it would be helpful if we could re-use these.
regards,
Wim
I've been planning to have a look at this for ages, but never got to it yet.
Basically you'd have to combine the functionality of the AbstractXsltView with the binary output of the AbstractPdfView or AbstractExcelView.
This would have to result in a new View class which could easily be added to Spring.
Maybe you could have a look at this? I can always help out here.