Summary
Image generation for large reports
Content
Hi All,
I am trying to generate an image in JPG format for a report. I am able to export small reports in JPG format using the FORMAT_IMAGE_JPG output format for the FOProcessor.
But when I try to export larger reports, only a part of the report is present in the generated image. I tried debugging the code to generate an image in FOProcessor. First a temporary PDF document is created for the report and then the first page of the PDF document is converted to an image. So for larger reports, the rest of the data will not be present in the generated image.
Is there any way to generate a jpg image file with the entire report data?
Thanks,
Neetha