Category Archive: GroupDocs.Assembly Product Family

Official blog with announcements of latest supported features, hot fixes, technical articles, tips and videos of GroupDocs.Assembly – A reporting and document generation API for .NET and Java.

Generate Reports from XML Data in C#

XML is a W3C Recommended, self-descriptive language that is designed to store and transport data. A developer can change the XML format into any other better human-readable format like PDF or MS Word document within the .NET application. This article will discuss how to convert XML data into PDF and MS Word reports using C# using simple templates.

The following topics are discussed in this article:

  • .NET API for Generating Reports
  • Generate PDF Report from XML Data using C#
  • Generate MS Word DOC/DOCX Report from XML Data using C#
Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,

Generate Reports from CSV Data using C#

CSV (Comma Separated Values) files are widely used for exchanging data among applications. When you want this data to be translated into presentable and meaningful information, you need to convert it into some other format. In one of our posts, we have seen how to convert CSV data in Reports using Java. This article will guide you to convert CSV data into PDF and MS Word DOC/DOCX reports using C# using a simple template.

The following topics are covered in this article:

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

Generate Reports from XML Data in Java

XML is an eXtensive Markup Language that is self-descriptive, W3C Recommended, and designed to store and transport data. After receiving the data in XML format, as a developer, you can convert it into any other better human-readable format like PDF or MS Word document. This article will guide you to convert XML data into PDF and MS Word reports in Java using simple templates.

The following topics are discussed in this article:

  • Java API for Generating Reports
  • PDF Report from XML Data using Java
  • MS Word DOC/DOCX Report from XML Data using Java
Posted in GroupDocs.Assembly Product Family | Tagged , , , , ,

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 C#

This article addresses the problem of formatting raw JSON data into a presentable and easily understandable report format within the .NET application. We will be converting the JSON data into PDF and DOCX reports in C# using simple templates.

Continue Reading ...

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 , , ,

Dynamic Insertion of Links to Bookmarks, Cells and Slides using GroupDocs.Assembly 19.11

Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features. So in this article, I’ll give you an … Continue Reading

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

Save Assembled Word Processing Document as a Markdown File

Markdown is a well known and one of the popular markup languages these days. The appearance of the text in Markdown is controlled using the syntax instead of using rich text editors or applications such as MS Word. The best thing is, it is a lightweight language and can be written in the plain text editors such as Notepad. As far as its usage is concerned, Markdown is popular in writing wikis, readme files, and others. This is the reason … Continue Reading

Posted in GroupDocs.Assembly Product Family | Tagged , ,

Restart the List Numbering Dynamically within Your Document

Nested or the multi-level numbered lists allow you to group the items based on the parent item. Put it simply, you can separately list the items under each group. This becomes very useful when you have to list the items having multiple sub-items. Let’s have a look at the following figure which makes it simpler to understand the scenario.

In this figure, you can observe that there are listed 3 groups and each group further has multiple items listed under … Continue Reading

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

Save Assembled Word Processing, Presentation, Spreadsheet and Email Documents as HTML File with Resources

The HTML format is widely used for creating the webpages or, in other words, the HTML files. These days, every operating system, whether it be of desktop or mobile, contains the built-in web browser that supports viewing the HTML files. Other than that, many free web browsers are also available in the market. This means that any information or the content that is available in the form of HTML pages can easily be viewed just having installed a web browser.… Continue Reading

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