Tag Archives: Generate PDF Report in Java

Generate Reports from CSV Data in Java

The Comma Separated Values (CSV) is a file format for storing the data in the form of plain text where the values are separated by commas. CSV is widely used for exchanging data among applications. As a developer, we often need to convert the large CSV data into a presentable format. This article will guide you to convert CSV data into PDF and MS Word reports in Java using a simple template.

The following topics are covered in this article:

  • Report Generation Java API
  • Generate PDF Report from CSV Data
  • Generate MS Word Report from CSV data
Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,

Generate Reports from JSON Data in Java

JSON is a formatted and readable data interchange format to transmit data with attributes. However, the large data in JSON format is not very presentable and easily understandable. We mostly need to convert the large JSON data into a presentable format. This article will guide you to convert JSON data into PDF report in Java using a simple template.

Continue Reading ...

Posted in GroupDocs.Assembly Product Family | Tagged , , ,