Convert COLLADA to EMF in C#

We can export 2D or 3D drawings from COLLADA files to EMF documents programmatically. COLLADA files are created and supported by CAD applications. Such conversion allows sharing of drawings in a portable format. In this article, you will learn how to convert a COLLADA file to a EMF using C#.
May 6, 2022 · Denis Demenko

Convert Word DOC to PNG, JPEG, BMP, GIF, or TIFF in Java

If you need to convert Word documents to image formats programmatically, let me introduce a high-quality conversion solution in Java to convert Word to PNG, JPG, BMP, GIF, or TIFF images.
May 2, 2022 · Usman Aziz

Convert JPG or PNG Image to XML with OCR in Java

XML files are frequently used to structure data for storage and transport of data. Sometimes an image can contain some data or information that you may need to process further. You can easily convert a JPG or PNG image to XML format. This article explains how to convert the JPG or PNG image file to XML format with OCR programmatically in Java.
May 1, 2022 · Farhan Raza

Convert EPUB to a PNG or JPG Image in C#

EPUB files are commonly used for large-scale printing purposes. In certain scenarios, you may need to preview the contents of an EPUB file in the form of an image. In accordance with such use cases, this article explains how to convert an EPUB file to a PNG or JPG programmatically in C#.
April 30, 2022 · Farhan Raza

Add or Update Hyperlinks in PDF using Java

PDF is a popular document format that provides cross-platform support with a range of features to create rich documents. Furthermore, it supports a variety of elements such as media, forms, annotations, artifacts, etc. Among these elements, the hyperlinks are used quite often to navigate within the PDF, from one PDF to another, to open a URL, etc. So in this article, you will learn how to add and update hyperlinks in PDF files programmatically in Java.
April 30, 2022 · Usman Aziz

Convert DWF or DWFX to OBJ in Java

DWF or DWFX files are used to save CAD drawings, data, graphics, text, and 3D models in a zip-compressed file. contain design data in 2D or 3D format. Under different use cases, you may want to convert a DWF or DWFX file to the OBJ format file as per your requirements. In accordance with that, the article covers how to convert DWF or DWFX to OBJ files programmatically using Java.
April 29, 2022 · Farhan Raza

Convert XBRL to HTML in C#

As a .NET developer, you can easily convert XBRL files or financial data from XML files to Excel and HTML webpages programmatically. In this article, you will learn how to convert XBRL to HTML using C#.
April 29, 2022 · Muzammil Khan

Create MS Outlook Tasks in Python

MS Outlook allows you to create to-do lists that are comprised of different tasks. Each task is an activity that is to be performed within a particular period of time. Thus, you can keep track of the tasks assigned to you. While automating MS Outlook operations, you may need to work with Outlook tasks. Accordingly, in this article, you will learn how to create MS Outlook tasks programmatically in Python.
April 28, 2022 · Usman Aziz

Parse Outlook PST Files in Python

PST (Personal Storage Table) is a Microsoft file format that stores emails, contacts, calendars, and events. It’s used by Outlook, Exchange, and Windows Messaging. Sometimes you need to programmatically parse a PST file and extract its data. This guide demonstrates how to parse PST files directly within Python applications.
April 27, 2022 · Usman Aziz

Convert STL to USDZ File in Java

An STL file describes the surface geometry of 3D objects and they are commonly used 3D printing, rapid prototyping, etc. While the USDZ files are getting popular to be used in augmented reality scenarios. They are the uncompressed ZIP archives that contain Universal Scene Description information. In certain cases, you may need to convert an STL file to USDZ format.
April 27, 2022 · Farhan Raza