English

Convert PNG to Word in C# .NET

MS Word provides a range of exciting features to create rich text documents. You can enrich your documents with text formatting, tables, graphics, images, WordArt, and so on. In certain cases, you may need to import a PNG image to the Word document programmatically. Or you may get a batch of PNG images that you need to convert into a Word document. To achieve that, this article shows how to convert PNG images to Word in C# .NET.
July 29, 2022 · 3 min · Usman Aziz

Merge PS Files Programmatically in C#

PS files translate digital page layouts into printed copies exhibiting the right combination of text and graphics. In certain cases, you may need to merge different PostScript PS files into a single file. In accordance with such requirements, this article covers how to merge or combine PS files programmatically in C#.
July 29, 2022 · 2 min · Farhan Raza

Convert XLSX to JSON in Java

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.
July 28, 2022 · 2 min · Usman Aziz

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.
July 28, 2022 · 2 min · Usman Aziz

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#.
July 28, 2022 · 3 min · Muzammil Khan

Convert SVG to PNG in Python

In certain cases, you have to perform back and forth conversion of image formats programmatically based on your requirements. For example, JPG to PNG, SVG to PNG, and so on. SVG (Scalable Vector Graphics) is one of the commonly used formats to render two-dimensional images. On the other hand, PNG is also a well known and widely used image format. So let’s have a look at how to convert SVG images to PNG programmatically in Python
July 27, 2022 · 2 min · Usman Aziz

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.
July 26, 2022 · 7 min · Muzammil Khan

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.
July 26, 2022 · 2 min · Usman Aziz

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#.
July 26, 2022 · 2 min · Farhan Raza

Convert Text to HTML in Python

Text to HTML conversion could be required in various cases, such as, to embed the text as HTML content on a web page. Therefore, in this article, you will learn how to convert a text to HTML programmatically in Python. High-speed Python Library for Text to HTML Conversion How to Convert a Text to HTML Convert Text to HTML in Python High-speed Python Library for Text to HTML Conversion To convert text to HTML, we will use Aspose.
July 26, 2022 · 2 min · Usman Aziz