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

Convert LaTeX to TIFF in Java

As a Java developer, we can easily convert LaTeX source files (TeX or LTX) to TIFF images programmatically. In this article, you will learn how to convert LaTeX to TIFF in Java.
July 18, 2022 · Muzammil Khan

Convert OBJ to DXF File in Java

OBJ files support polygonal geometry as well as free-form geometry like the curves and surfaces. In certain cases, you may need to convert an OBJ object file to a DXF file. In accordance with such use cases, this article covers how to convert OBJ to DXF file programmatically in Java.
July 16, 2022 · Farhan Raza

Merge MS Word Documents using C# .NET

The merger of multiple MS Word documents could be needed in various scenarios. For example, reducing the number of documents, keeping similar kinds of content in a single file (i.e. invoices), and etc. Many online applications let you merge two or more MS Word documents, however, you may need to implement document merging features within your .NET applications. For such a case, in this article, you will learn how to merge MS Word documents in C#.
July 15, 2022 · Usman Aziz

Convert WOFF to TTF in Java

As a Java developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF or WOFF2 to TTF using Java.
July 15, 2022 · Muzammil Khan

Export MS Project MPP to Images (PNG, JPEG, BMP, TIFF) in Java

Microsoft Project allows tracking, organizing and managing projects. MPP files contain tasks, assignments, and other project-related resources and information. You can convert the MPP file to images like PNG, JPEG, BMP, and TIFF and share it with others easily. This article describes how to convert MS Project MPP files to images programmatically using Java.
July 13, 2022 · Muzammil Khan