Aspose.Words

Using REST API

As of v2.6.0 Aspose.Words for JasperReports can be used with JasperServer REST API (v2). Here is a description how to run report using REST API:

0) Install Aspose.Words for JasperReports as described above in this document

1) Modify jasperserver/WEB-INF/applicationContext-remote-services.xml as described above in this document. If it was not previously updated, then modify jasperserver/WEB-INF/applicationContext-web-services.xml as described above in this document

2) Stop/Start Jasper Server

3) Try to run localhost:8080/jasperserver/rest_v2/reports/reports/interactive/CustomersReport.aw_docx (or any other existing report)

4) Report download should start

Following extensions are available for REST API: aw_html, aw_doc, aw_docx, aw_odt, aw_rtf and aw_txt.