A table lets the readers go through the data quickly without reading a lot of text. Therefore, tables are considered an integral part of the documents. While working on PDF automation and generating the PDF files programmatically, you may come across the need to create tables very often. To accomplish that, this article covers how to create table in PDF files in Java.
Convert CF2 to DWF or DWFX in C#
In some cases, you may need to create DWFX or DWF images to display the file contents in a picture. In accordance with such use cases, this article covers how to convert a CF2 file to an DWF or DWFX image programmatically in C#.
Perform OMR and Extract Data from Image in C#
You can easily perform OMR operations on scanned images of survey forms or test sheets programmatically, and read user inputs programmatically in .NET applications. In this article, you will learn how to perform OMR and extract data using C#.
Create, Update, and Delete Contacts in Gmail using C#
Gmail is one of the popular and widely used email applications around the globe. Along with managing emails, it allows working with calendars, contacts, chats, etc. and provides other collaboration services. In the previous article, you have seen how to import contacts from a Gmail account within a .NET application. In this article, we will cover how to create, update, and delete contacts in a Gmail account using C# .NET.
Convert HTML to MHT File in C#
In some situations, you may need to convert an HTML file to MHT format. In accordance with such requirements, this article discusses how to convert HTML to MHT format programmatically in C#.
Convert CF2 to FBX in C#
We can export 2D or 3D drawings from CF2 files to FBX documents programmatically. CF2 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 CF2 file to a FBX using C#.
Convert CF2 to OBJ in C#
We can export 2D or 3D drawings from CF2 files to OBJ documents programmatically. CF2 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 CF2 file to a OBJ using C#.
Write and Read Messages on Thunderbird Storage in Python
Thunderbird is an open-source email client that allows you to get messages from more than one email servers. Thus, you can manage emails from multiple accounts in a single place. In certain cases, you may need to access email messages from Thunderbird programmatically. Furthermore, you may have to write new messages on Thunderbird. In this article, you will learn how to write and read messages on Thunderbird storage in Python.
Convert VSD or VSDX to VTX in Java
Visio diagram files are used to create different designs like organizational charts, UML diagrams, etc. Whereas, the VTX file format is a drawing template that is saved in XML format. In certain scenarios, you may need to convert a VSD or VSDX Visio file to the VTX format. Accordingly, this article explains how to convert a VSD or VSDX file to VTX format programmatically in Java.
Convert MHT or MHTML to Word DOCX File in C#
In certain cases, you may need to convert an MHT or MHTML file to a Word document. Accordingly, this article covers how to convert an MHT or MHTML file to a Word document in DOCX format programmatically in C#.