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 · 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 · 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 · 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 · Usman Aziz

Convert Word Documents to Markdown in C#

July 20, 2022 · 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 · Usman Aziz

WPF Barcode Generator in C#

Discover how .NET developers can quickly create and show multiple barcode formats in a WPF app. This guide walks you through generating and displaying barcodes in WPF.
July 20, 2022 · 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 · Farhan Raza

Convert DOCX to HTML using C#

In various scenarios, you may need to display the content of Word DOCX files in your web or desktop applications. One of the suitable options in such cases is converting DOCX to HTML. To achieve this from .NET applications, this article covers how to convert DOCX files to HTML using C#. Furthermore, you will learn how to dynamically control the DOCX to HTML conversion using different options.
July 19, 2022 · Usman Aziz

Convert DOCX to PDF in Python

DOCX to PDF is one of the most popular and immensely performed document conversions. The DOCX files are converted to PDF format before they are printed or shared. In this article, we will automate DOCX to PDF conversion in Python. The steps and code samples will demonstrate how to convert DOCX to PDF within a few lines of Python code. Also, you will learn about different options to customize Word to PDF conversion.
July 18, 2022 · Usman Aziz