English

Convert Markdown to PDF in Python

As a Python developer, you can easily convert Markdown documents into PDF documents programmatically in your Python applications. In this article, you will learn how to convert Markdown to PDF using Python.
June 21, 2022 · 3 min · Muzammil Khan

Convert PDF to EPUB in Python

PDF documents are commonly used because of its compatibility with a number of system environments. Likewise, EPUB documents are popular for large scale printing. In certain scenarios, you may need to convert PDF to EPUB file. To meet such requirements, this article explains how to convert PDF to EPUB in Python.
June 21, 2022 · 2 min · Farhan Raza

Convert DOC or DOCX to JPG in Java

In various cases, we need to display MS Word DOC/DOCX into our applications programmatically. One of the most convenient ways in such scenarios is the conversion from DOCX/DOC to JPG format. To accomplish that, in this article, you will learn how to convert DOC or DOCX files to JPG in Java. Furthermore, we will cover how to control the DOC to JPG conversion using different options.
June 21, 2022 · 3 min · Usman Aziz

Convert DOC or DOCX to PNG in Java

In various cases, we need to display MS Word DOC/DOCX into our applications programmatically. One of the most convenient ways in such scenarios is the conversion from DOCX/DOC to PNG format. To accomplish that, in this article, you will learn how to convert DOC or DOCX files to PNG in Java. Furthermore, we will cover how to control the DOC to PNG conversion using different options.
June 21, 2022 · 3 min · Usman Aziz

Convert Image to HTML in Python

Images are widely used to illustrate visual information. However, sometimes you might need to convert a JPG or PNG image to HTML format. In order to achieve such requirements, this article covers how to convert Image to HTML in Python.
June 20, 2022 · 2 min · Farhan Raza

Convert HTML to PNG, JPEG, BMP, GIF, or TIFF Image in Python

As a Python developer, you can easily convert any HTML document to popular image formats programmatically. In this article, you will learn how to convert an HTML document to a PNG, JPEG, BMP, GIF, or TIFF image in Python
June 20, 2022 · 4 min · Muzammil Khan

Convert USDZ to GLB in Java

USDZ files are the ZIP files without any compression or encryption. Under certain use cases, you may need to convert a USDZ file to the GLB or GLTF file format. Accordingly, this article explains how to convert USDZ to GLB or GLTF format programmatically in Java.
June 19, 2022 · 2 min · Farhan Raza

Convert OBJ to WMF in C#

Programmatically, we are able to export 2D or 3D drawings from OBJ files to WMF documents.CAD applications support and create OBJ files.Drawings can now be shared in a portable format thanks to this transformation.You will learn how to convert a OBJ file to a WMF using C# in this article.
June 19, 2022 · 3 min · Denis Demenko

Convert XML to Excel using C#

As a C# developer, you can easily export data from an XML file to Excel programmatically in .NET applications. In this article, you will learn how to convert an XML data to Excel (XLSX or XLS) programmatically using C#.
June 17, 2022 · 3 min · Muzammil Khan

Convert HTML to JSON using C#

As a C# developer, you can easily export data from an HTML file to JSON programmatically in .NET applications. In this article, you will learn how to convert an HTML to JSON programmatically using C#.
June 16, 2022 · 2 min · Muzammil Khan