English

Convert OBJ to 3DS in Java

OBJ files contain polygonal faces, texture maps, and other information about 3D objects. Whereas, the 3DS files are used to store mesh data and material information along with other data. Sometimes, you may need to convert an OBJ file to 3DS format. For such requirements, this article covers how to convert an OBJ file to a 3DS file programmatically in Java.
August 1, 2022 · 2 min · Farhan Raza

Convert Word to JSON in Java

In certain cases, you need to export the content of a Word document to JSON file programmatically. To achieve that, this article provides a simple guide on how to convert the text in a Word document to JSON format from within your Java applications. You will also learn how to convert protected Word documents to JSON programmatically. So let’s proceed to convert Word to JSON in Java. Steps to Convert Word to JSON in Java Java Library to Convert Word to JSON - Free Download Convert Word to JSON in Java Convert Protected Word to JSON in Java How to Convert Word to JSON in Java To convert a Word document to JSON format, we need to perform the following steps:
August 1, 2022 · 3 min · Usman Aziz

Convert DOC to JSON in C#

DOC to JSON conversion could be required in various cases when you need to export data in a DOC document to JSON format programmatically. This article demonstrates how to easily convert the text in a DOC document to JSON format from within your C# applications. You will also learn how to convert protected DOC documents to JSON programmatically. So let’s proceed to convert DOC to JSON in C#. Steps to Convert DOC to JSON in C# C# Library to Convert DOC to JSON - Free Download Convert DOC to JSON in C# Convert Protected DOC to JSON in C# How to Convert DOC to JSON in C# For DOC document to JSON conversion, we need to perform the following steps:
August 1, 2022 · 3 min · Usman Aziz

Convert Word to JSON in Python

In various cases, you have to perform Word to JSON conversion programmatically from within your Python application. For example, to export the data from a Word document and process or transport it in JSON format. In this article, you will learn how to easily convert the text in a Word document to JSON format. Furthermore, you will learn how to load a protected Word document and convert it to JSON programmatically. So let’s proceed to convert Word to JSON in Python
August 1, 2022 · 3 min · Usman Aziz

Insert DataTable in Word Document in C#

As a .NET developer, you have to deal with DataTable objects very often. Especially, when you need to import or export data from databases or XML/JSON files. While generating documents programmatically, you might need to insert data from the DataTable objects directly into the table in Word documents. For such cases, let me give you the perfect and easiest solution for inserting data from DataTable into a Word document in C#.
August 1, 2022 · 3 min · Usman Aziz

Convert FBX to OBJ in C#

We can programmatically export 2D or 3D drawings from FBX files to OBJ documents. CAD applications generate and support FBX files. A portable format for sharing drawings is made possible by this conversion. You will discover in this article how to convert an FBX file to an OBJ using C#.
July 31, 2022 · 3 min · Denis Demenko

Convert USD or USDZ to 3DS in Java

USD file encodes data to interchange information between different content creation applications while the USDZ files are the archive files without encryption or compression of data. In some scenarios, you might want to convert a USD or USDZ file to 3DS format. In accordance with such use cases, this article covers how to convert a USD or USDZ file to 3DS file format programmatically in Java.
July 30, 2022 · 2 min · Farhan Raza

Group Messages from PST by Conversation Threads using C# .NET

A Conversation Thread is a sequence of replies to a message with a common thread topic. Messages within conversation can be displayed in various ways, such as in hierarchical or chronological order. To display a message thread email applications identify message replies. The most popular e-mail file formats provide this feature. Conversation threads allow readers to understand the overall structure of a conversation quickly, highlight certain points of conversations, and analyze important information.
July 29, 2022 · 4 min · Dmitrysamodurov

OCR Image to Text and Spelling Correction in C#

Recognize and extract text from images, run spell checker and correct spelling mistakes in the retrieved text programmatically. In this article, you will learn how to perform OCR on images and correct spelling mistakes using C#.
July 29, 2022 · 4 min · Muzammil Khan

Convert JPG to Word in C# .NET

JPG is one of the commonly used image formats. JPG format supports lossy compression which reduces the file size of the images. There could be the case when you need to import a JPG image to the Word document from within your .NET applications. Also, you may get a batch of JPG images that you need to convert into a Word document. To achieve that, this article shows how to convert JPG images to Word in C# .NET.
July 29, 2022 · 3 min · Usman Aziz