Hi All,
I have a requirement to convert the Html string to PDF using Jasper reports.
Could any of you please suggest how to integrate AEM with Jasper reports and how to implement this requirement.
Using the AEM 6.5 version
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @prashanth55 ,
In the helpx links it is mentioned to try with JASPER Reports API in your Service class. PFB link of JASPER API.
http://jasperreports.sourceforge.net/api/index.html
And also please check below article for step by step usage of jasper api.
https://medium.com/@_rajendrayadav/pdf-generation-using-jasper-report-and-java-81140d2bc80b
HI @prashanth55 ,
Please check if this helps.
https://aem4beginner.blogspot.com/integrating-jasper-reports-into-adobe
Thanks Kishore for the reply.
Helpx link is not working for me.
Hi @prashanth55 ,
In the helpx links it is mentioned to try with JASPER Reports API in your Service class. PFB link of JASPER API.
http://jasperreports.sourceforge.net/api/index.html
And also please check below article for step by step usage of jasper api.
https://medium.com/@_rajendrayadav/pdf-generation-using-jasper-report-and-java-81140d2bc80b
Hi @prashanth55
Check this link. It works https://scottsdigitalcommunity.blogspot.com/search?q=jasper
Hope this helps.
Thanks,
Kiran Vedantam.