Category Archive: GroupDocs.Conversion Product Family

Official blog with announcements of newly supported features, hot fixes, technical articles, tips and videos of GroupDocs.Conversion – A document Conversion API for .NET, Java and Cloud.

Convert CSV to Excel (XLS XLSX) & Vice Versa in Java

CSV contains the comma-separated values, normally used to store tabular data without formatting. These files can be viewed in any text editor and also in MS Excel for tabular format. On the other hand, the most used formats for MS Excel files are XLS and XLSX. These formats support countless formatting options. This article discusses the conversion of the Excel spreadsheets of XLS/XLSX format to CSV format and CSV to XLS/XLSX format programmatically using Java.

The following topics are covered in this article:

  • Java API for XLS/XLSX and CSV Conversion
  • Excel to CSV Conversion
  • CSV to Excel Conversion
Posted in GroupDocs.Conversion Product Family | Tagged , , , , , ,

Convert JSON to CSV and CSV to JSON using C#

JSON (JavaScript Object Notation) is a human-readable structured data format. It is widely used in APIs, applications, and configurations for storing and passing the data. CSV contains the comma-separated values, normally used to store tabular data that can be perfectly displayed using spreadsheet applications like MS Excel. To transfer the tabular data or store the received structured data into tabular form, requires converting formats into one another. This article discusses the conversion of JSON to CSV format and CSV to JSON format programmatically using C# for your .NET applications.

The following topics are covered in this article:

  • .NET API for JSON and CSV Conversion
  • JSON to CSV Conversion
  • CSV to JSON Conversion
Posted in GroupDocs.Conversion Product Family | Tagged , , ,

Convert EML or MSG file to PDF in C#

For sharing and referencing the email content, you may need to convert your email message to PDF format. In this article, you will learn the conversion of email message files like EML and MSG into PDF using C#. In one of the other blog posts, we have already discussed the conversion of emails to PDF using Java. This will help to automate the email conversions within your desktop or web-based applications.

The following topics are covered in this article:

  • Email Conversion Library for .NET
  • Conversion of MSG to PDF
  • Conversion of EML to PDF

Continue Reading ...

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

Convert Documents to Excel XLS, XLSX in Java

For the data in tabular form of your PDF and Word documents, you sometimes need to convert it to Excel spreadsheets. We need to automate this conversion of as many documents to spreadsheets or multiple workbooks. This article will discuss how to programmatically convert Word documents to Excel and also how to convert PDF files to Excel spreadsheets in Java.

The following are the topics discussed briefly in this article:

  • Java API - Documents to Spreadsheets Conversion
  • Convert PDF to Excel Spreadsheet
  • Convert Word to Excel Spreadsheet
  • PDF or Word to Spreadsheet conversion with more options

Continue Reading ...

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

Convert Images to PDF in C#

An Image can be converted to PDF to assure that the image will display correctly across devices without being altered. PDF images are ideal for printing and for storing images online when intended to be downloaded. PDF can hold as many images in one document so can be printed easily or saved as a catalog. This article will guide you to programmatically convert images like JPG, GIF, WebP, PNG to PDF in C# using .NET API for document and image conversion.

The following topics are covered briefly in this article:

  • Image Conversion .NET API
  • Convert JPG images to PDF
  • Convert PNG, GIF, BMP images to PDF
  • Image to PDF conversion with advance options

Continue Reading ...

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

Convert Images to PDF in Java

As PDF is the most common portable document format used to exchange files, there arises the requirement to convert documents as well as images to PDF format without losing the quality. In this article, we will learn to programmatically convert images to PDF format in Java.

The following are the topics discussed briefly in this article:

  • Image Conversion Java API
  • Convert Image to PDF
  • Convert Image to PDF with Options

Continue Reading ...

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

Convert Documents to Excel XLS, XLSX in C#

If you have tabular data in PDF or Word documents format, you definitely need to convert it to Excel spreadsheets. This scenario becomes complex when there are many spreadsheets or multiple workbooks. You surely need to automate this procedure. In this article, we will see how to convert PDF to Excel and also how to convert Word documents to Excel spreadsheet programmatically in C# using .NET API.

The following are the topics discussed briefly in this article:

  • .NET API – Convert documents to spreadsheets
  • Convert PDF to Excel
  • Convert Word to Excel
  • PDF or Word to Spreadsheet conversion with more options

Continue Reading ...

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

Convert Presentations to PDF in Java

As PDF is the popular portable document format, so there comes the need to convert documents of other formats to PDF. Today, we will see different ways to convert PPT, PPTX, or ODP presentations to PDF in Java. In an earlier post, we have seen how to convert presentations using C#.

Continue Reading ...

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

Convert WebP to JPG, PNG, and PDF in Java

WebP images give transparency like PNG, animate like GIF, and the most important for any web developer is the smaller size than comparative quality JPG format. However, due to incompatibility issues or any other requirement, it is sometimes needed to convert the WebP image into JPG, PNG, or other formats.

While converting the WebP to JPG, PNG, or other formats, you can also apply color adjustments to the output images. You can change the contrast, brightness, and gamma of the resultant image. The Image can be flipped, rotated, apply watermarks, or get the grayscale image as the output.

Continue Reading ...

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

Convert CAD Drawings to PDF in C#

Today, we will learn how to programmatically convert the CAD drawings to PDF format in C#. Previously, in an earlier post, we did the same but in Java. We looked to convert the DWG, DGN, and DWF files into PDF document with the code example. Let's do it in C# using the document conversion API for .NET.

Following topics will be covered in this article:

  • C# API to Convert CAD Drawings
  • Converting CAD Drawings (DWG, DWF, DGN) to PDF in C#
Posted in GroupDocs.Conversion Product Family | Tagged , , , ,