I need to generate pdf report from a large amount of xml data that extracted from SQL Server. The content of the pdf report contains some pictures and style (e.g. color in the text). I am using FOP from Apache.
My problem is when i want to generate more than 100 records, the process cannot finish because OutOfMemory Error. Do anyone know how can i improve the performance of the process so that i can generate the whole report?
Thank you for advanced.
Priscilla
My problem is when i want to generate more than 100 records, the process cannot finish because OutOfMemory Error. Do anyone know how can i improve the performance of the process so that i can generate the whole report?
Thank you for advanced.
Priscilla