English

Convert VSDM to PDF in C#

VSDM files have the capability to run macros when a file is opened, where the Macros are user defined actions that can be developed to run specific tasks. In some cases, you may need to convert a VSDM Visio diagram file to PDF format for compatibility purposes. Accordingly, this article covers how to convert a VSDM file to PDF format programmatically in C#.
June 28, 2022 · 2 min · Farhan Raza

Convert OneNote to PDF using Java

As a Java developer, you can easily export notes from OneNote documents to PDF programmatically. In this article, you will learn how to convert a OneNote document to a PDF using Java.
June 28, 2022 · 4 min · Muzammil Khan

Convert JPG Image to Lithophane in C#

JPG images are widely used to save pictures, drawings, and other visual information. However, lithophane represents three dimensional image that changes characteristics depending on the light source behind it. This article covers how to convert a JPG image to lithophane in C#.
June 26, 2022 · 2 min · Farhan Raza

Convert USDZ to HTML in C#

USDZ files contain Universal Scene Description information about any object. They are popularly used to showcase objects with clarity and scalability. Whereas, sometimes you may need to convert a USDZ file to HTML webpage format. In order to meet such requirements, this article covers how to convert a USDZ file to an HTML format file programmatically in C#.
June 23, 2022 · 2 min · Farhan Raza

Convert TXT to XML in Python

We can store textual data quickly and easily in TXT files. However, we may need to convert data from a TXT file into XML programmatically. In this article, you will learn how to convert a TXT file to XML in Python.
June 23, 2022 · 2 min · Muzammil Khan

Convert TXT to JSON in Java

TXT files are widely used to store textual data quickly and easily. However, often you get data in a TXT file and you need to convert that into JSON programmatically. To accomplish that, this article covers how to convert a TXT file to JSON in Java.
June 22, 2022 · 2 min · Usman Aziz

Convert PNG to SVG in Python

As a Python developer, you can easily convert images from PNG into SVG format programmatically in your Python applications. In this article, you will learn how to convert PNG to SVG using Python.
June 22, 2022 · 2 min · Muzammil Khan

Convert JSON to GIF in C#

JSON is a popular data exchange format that is used to serialize data or transfer information between different applications. In certain cases, you may need to convert JSON to GIF image format. In accordance with such use cases, this article covers how to convert JSON to GIF programmatically in C#.
June 22, 2022 · 2 min · Farhan Raza

Convert PDF to Markdown in Python

PDF is a popular file format that is commonly used for printing and sharing documents. It provides a consistent layout of the document across heterogeneous platforms. However, in certain cases, you have to convert PDF files to markdown (.md) format programmatically. To accomplish that, this article covers how to convert a PDF file to markdown format in Python.
June 21, 2022 · 2 min · Usman Aziz

Convert DOC or DOCX to JPG in C# .NET

Often you need to embed the pages of an MS Word DOC/DOCX into your application programmatically. One of the most commonly used methods for such cases is the conversion of DOC/DOCX to image formats. In this article, you will learn how to convert Word DOC or DOCX files to JPG images in C# .NET. Furthermore, we will demonstrate how to control the DOC to JPG conversion using different options.
June 21, 2022 · 3 min · Usman Aziz