Closed dnyaneshwarjadhav closed 1 year ago
Is this compatible issue with spring boot 3 ? since Jasper-6.20.5 was worked with spring boot 2.6.6
I'm sorry, but we do not have Gradle expertise to help you. As long as you have OpenPDF in the classpath when you run JasperReport PDF export procedure, things should be just fine. The error indicates OpenPDF is not in the classpath when the PDF exporter is called, but that must be some Gradle classpath issue we cannot help you with.
With old ticket reference : https://github.com/TIBCOSoftware/jasperreports/issues/376
build.gradle
While generating report with following line.
byte[] pdfBytes = JasperExportManager.exportReportToPdf(jasperPrint);
With following stacktrace:
As in above referenced ticket mentioned opendPDF to be removed, but whether it is in or out the error is the same all the time. let me know what should be eliminate in this case.
If I dont include openPDF dependency it is giving me following build time error