XLSX files are immensely used for storing small or large-sized data. Also, you can process and manipulate data by performing various operations. However, in certain cases, you have to transform the Excel data into JSON format, such as in web applications. To perform this conversion programmatically, this article shows how to convert an Excel XLSX file to JSON in Java.
Convert Image to Word in C#
MS Word has been in the business for many years that provides a bunch of features to create rich text documents. In addition to text formatting, you can use various graphical objects and images in the Word documents. In certain cases, you get a batch of images that you need to convert into a Word document. To achieve that, this article shows how to convert images to Word document in C# .NET.
Combine MS Visio Diagrams using C#
Microsoft Visio is a popular vector graphics application that allows creating a wide range of diagrams such as flowcharts, data flow diagrams, business process models, etc. In this article, you will learn how to combine or merge two or more Visio diagrams into a single Visio file programmatically using C#.
Convert SVG to PNG in Python
Often you need to switch image formats programmatically—whether converting JPG to PNG, SVG to PNG, or others. SVG (Scalable Vector Graphics) is a popular vector format, while PNG is a widely supported raster image type. Discover how to convert SVG images to PNG efficiently using Python.
Create XBRL File using Python
You can easily create an XBRL instance document programmatically in Python. You can add objects or elements such as schema reference, context, unit, items, etc to the XBRL file. In this article, you will learn how to create XBRL instance documents using Python.
Convert Excel XLSX to CSV in Java
XLSX files are commonly used to store the data in the form of rows and columns. However, while processing the data, you often need to convert XLSX files to CSV (Comma Separated Values) format. To perform this conversion programmatically, this article shows how to convert an Excel XLSX to CSV in Java.
Convert PNG Image to Lithophane in C#
PNG format is popular as they can include transparent graphics. Whereas, lithophane is an etched or molded artwork in very thin material which you can see by putting the light source behind such model. This article covers how to convert a PNG image to lithophane in C#.
Convert Text to HTML in Python
Convert Image to DOC in C#
MS Word has been in the business for many years that provides a bunch of features to create rich text documents. In addition to text formatting, you can use various graphical objects and images in the DOC documents. In certain cases, you get a batch of images that you need to convert into a DOC document. To achieve that, this article shows how to convert image to DOC in C# .NET.
Convert Image to DOCX in C#
MS Word has been in the business for many years that provides a bunch of features to create rich text documents. In addition to text formatting, you can use various graphical objects and images in the DOCX documents. In certain cases, you get a batch of images that you need to convert into a DOCX document. To achieve that, this article shows how to convert image to DOCX in C# .NET.