English

Extract Text from Word Documents in Java

In various cases, you may have to programmatically extract text from Word documents. For example, for text analysis, extraction of particular sections, etc. For such cases, this article provides a quick and easy-to-implement method to extract text from Word documents in Java.
July 22, 2022 · 6 min · Usman Aziz

Convert VSD to VSDX in Java

Visio diagram files are used to create different designs like organizational charts, UML diagrams, network layout, etc. The VSDX files are based on XML format which allows you to parse some of the file contents with little effort. Sometimes, you might need to convert a VSD file to VSDX format for different reasons. To address such requirements, this article covers how to convert a VSD file to VSDX format programmatically in Java.
July 22, 2022 · 2 min · Farhan Raza

Convert DOC or DOCX to PNG in C#

Do you need to generate thumbnails of a Word document programmatically or you have to embed document pages into your applications? If so, let me introduce a high-speed and high-quality converter to convert Word DOC/DOCX to PNG in C#. So let’s see how to perform this conversion in a .NET application.
July 21, 2022 · 3 min · Usman Aziz

Extract Images from Word DOC in Java

Images are commonly used to represent important information in Word DOC documents. The inclusion of images alongside text makes the content more appealing. In certain cases, you may need to extract the images embedded within the DOC files programmatically. To achieve that, this article covers how to extract images from DOC files in Java.
July 21, 2022 · 2 min · Usman Aziz

Convert XLS to JSON in C#

JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLS files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLS data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLS to JSON programmatically in C#.
July 21, 2022 · 3 min · Usman Aziz

Convert XLSX to JSON in C#

JSON is a popular format to exchange data within or between the applications. The lightweight JSON files make it possible for you to store and process small or large sized data easily. On the other hand, Excel XLSX files are commonly used to keep and share the data. However, in certain cases, you may need to convert XLSX data to JSON format from within .NET applications. To achieve that, this article covers how to convert XLSX to JSON programmatically in C#.
July 21, 2022 · 3 min · Usman Aziz

Convert Word Documents to Markdown in C#

Markdown is a lightweight and easy-to-read plain text format used for documentation, note-taking, and content creation. Word documents, on the other hand, are more complex and often require special tools to convert to Markdown. If you’re working with C# and have Word documents that need to be converted to Markdown, you’re in luck. In this blog post, we’ll guide you through the process of converting Word documents to Markdown in C#.
July 20, 2022 · 3 min · Usman Aziz

Extract Images from Word DOC in Java

Images are commonly used to represent important information in Word DOC documents. The inclusion of images alongside text makes the content more appealing. In certain cases, you may need to extract the images embedded within the DOC documents programmatically. To achieve that, this article covers how to extract images from DOC in Java.
July 20, 2022 · 2 min · Usman Aziz

WPF Barcode Generator in C#

As a .NET developer, you can easily generate various types of barcodes and display them in WPF application. In this article, you will learn how to generate and display a barcode in WPF application.
July 20, 2022 · 3 min · Muzammil Khan

Convert USDZ to GLB or GLTF File in C#

USDZ files are getting popular in different augmented reality scenarios. Sometimes, you may want to convert a USDZ file to GLB or GLTF format. In accordance with similar use cases, this article covers how to convert a USDZ file to GLB or GLTF format with ASCII or Binary encoding programmatically in C#.
July 19, 2022 · 2 min · Farhan Raza