/jasper-export-demo

Jasper reports are popular in Java world since they offer simple way to export data into many formats - HTML, PDF, DOCX, XLS, XLSX, CSV, ODT, RTF and ODS. So, as you can see, the most commonly used filetypes are covered. In this tutorial, I'll show you how to create a Jasper PDF report using Java Beans and download this report over REST service. Source code is also available on GitHub, and here we'll go through example line by line. We'll create one simple bean with two attributes - name and color and use it to fill our simple report that will have only these two fields.

Primary LanguageJava

This repository is not active