Convert DOC to JSON in C#

August 1, 2022 · 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 · Usman Aziz

Insert DataTable in Word Document in C#

August 1, 2022 · 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 · 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 · Farhan Raza

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

A quick guide to grouping Outlook PST messages by conversation threads with C# and Aspose.Email.
July 29, 2022 · 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 · 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 · Usman Aziz

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 · 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 · Farhan Raza