We are pleased to announce the new release of Aspose.PDF for JasperReports. We have revised this release to the latest version of Aspose.PDF for Java 18.8 and fixed the issues related to exporting filled and compiled Jasper Report to PDF. Support for Jasper Library 6.7.0 has also been included in the latest release. Please check the release notes section for more details. You can download the latest version of Aspose.PDF for JasperReports 18.8 from the following link:

The following section includes highlights of the features and enhancements which are worth-mentioning in latest release.

Conversion to PPTX format

Now Aspose.PDF for JasperReports can export into PPTX format. A new field i.e. PPTX has been added to the Class com.aspose.pdf.jr.SavingFormatType which can be used to generate PPTX formatted document. Following code demonstrates the usage of new feature:

JrPdfExporter exporter = new JrPdfExporter();  
exporter.setSavingFormat(SavingFormatType.PPTX);

Aspose.PDF for JasperReports Resources

The following resources will help you work with Aspose.PDF for JasperReports: