Merging reports into 1 pdf
Posted on November 17, 2014 at 11:32am
What is the best way to merge several reports on JasperReport Server into 1 pdf file?
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago
Posted on November 17, 2014 at 6:43pm
The best way I know of is to just call REST_v2 API to get reports in jrprint format and just add them to jasperPrintList and then use JRPdfExporter to generate a pdf document.
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 11 months ago
Posted on December 30, 2014 at 1:43pm
how do we take care of the page numbers of the combined report. I have 3 pages in 1st report and 4 pages in second report. The combined report it doesnt show the aggregte of the total page number like x of 7. Is it possible to achieve this?
Joined: Dec 24 2014 - 7:14am
Last seen: 8 years 3 months ago
Posted on January 9, 2015 at 7:52am
Joined: Nov 29 2010 - 11:59am
Last seen: 5 years 7 months ago
I only found a PDF merge sample code. Thank you for hozawa give suggestion on merging reports into PDF file.
It's of great help.