guys. In our project, we need to add a new function, which is to export some test results data to PDF and Word files for the user. The data structure of the test results in our system, as a rule, is a simple 2D table (some of them can be a little complicated, which has cell consolidation). Is there a stable and mature open source Java solution? Or should we use any reporting solution, such as BIRT (but we believe that such a solution may be too heavy for this feature)? Since the deadline for this project is tight in order to save time for investigation, I am posting a question here and want to get some suggestions. Any suggestion would be much appreciated, thanks. By the way, our project is a Swing application.
source
share