English

Convert FBX to RVM or Vice Versa Programmatically in C#

FBX file format was introduced for compatibility of files between different digital content creation applications. Moreover, you can convert FBX to RVM as well as RVM to FBX programmatically using C# in your .NET applications. This file format conversion is helpful because RVM files support several factors including Geometry, Textures, Cameras, Labels, etc. Let us read further details about the conversions.
March 13, 2021 · 2 min · Farhan Raza

Merge PowerPoint Presentations using C++

PowerPoint presentations are used in many scenarios such as meetings, presentations, discussions, etc. There might be situations where you have different presentations created by separate people or have individual presentations used in various meetings. You might need to merge these presentations for sharing or documentation purposes. Doing this task manually would be time-consuming. The efficient way would be to achieve this programmatically. In this article, you will learn how to merge PowerPoint presentations using C++.
March 13, 2021 · 4 min · Muhammad Ahmad

Connect to IMAP Servers using C#

Internet Message Access Protocol (IMAP) is the most commonly used protocol for retrieving messages from an email server. In order to access the mailbox from your client applications, you would first need to establish a connection with the IMAP server. To achieve this, this article covers how to connect to an IMAP server via SOCKS or HTTP proxy using C#. Furthermore, you will learn how to connect to an SSL-enabled IMAP server programmatically.
March 12, 2021 · 3 min · Usman Aziz

Protect or Unprotect Visio Diagram or Shapes from Changes in Java

Microsoft Visio files can contain different pages, masters, shapes, layers, and other objects for creating diagrams. You can easily create, edit, or manipulate Microsoft Visio Diagram Files in your Java applications. Likewise, you can protect or unprotect a Visio file or its shapes to avoid any changes to the data.
March 11, 2021 · 3 min · Farhan Raza

Find and Replace Text in PDF Files using C++

PDF is a popular format that is widely used for sharing documents between organizations and individuals. There might be scenarios where you have to find and replace some text in the PDF documents before sharing. You can do this manually, but that would take more time and be less efficient. The better and faster option would be to do this programmatically. In this article, you will learn how to find and replace text in PDF files using C++.
March 11, 2021 · 5 min · Muhammad Ahmad

Convert Excel Files to Image in Java

Excel spreadsheets are widely used to store, organize and analyze data. However, you can not embed the Excel workbooks or worksheets directly into your web or desktop applications. One of the suitable options is converting worksheets to image or HTML formats. In this article, you will learn how to convert Excel XLSX/XLS files to PNG, JPEG, BMP, and other image formats using Java.
March 10, 2021 · 3 min · Usman Aziz

Convert GIF Images to PDF in C#

PDF has become one of the ruling document formats nowadays. The cross-platform support has made PDF a universal format. Therefore, various documents or images are converted to PDF before they are shared or exchanged. In this article, you will learn how to perform GIF to PDF conversion from within your C# applications. The article will also cover how to customize GIF to PDF conversion in various cases.
March 9, 2021 · 3 min · Usman Aziz

Convert XML to MPP or Vice Versa Programmatically in Java

XML is abbreviated for Extensible Markup Language. It’s like some information stored between different tags for storing and transmitting purposes. On the other hand, we use the MPP file format for Project Management. You can convert XML to MPP as well as MPP to XML format files using Java language. It is helpful when you want to import or export between XML and MPP files as per your requirements.
March 9, 2021 · 3 min · Farhan Raza

Add Watermark to Images using C#

Watermarks in images are usually used to claim ownership of the content. On the other hand, images are watermarked to avoid unauthorized usage or counterfeiting. In various cases, you may need to automate watermarking feature within your web or desktop applications. For such scenarios, this article covers how to add watermark to images programmatically using C#. This could also be useful when you need to watermark a batch of images in one go. So let’s begin.
March 8, 2021 · 3 min · Usman Aziz

Convert EPUB to PDF Programmatically with Java

EPUB files are used for publishing purposes on large scale. Publishing of books, brochures, for instance. Moreover, EPUB to PDF conversion is useful for making the file compatible with more system environments and operating systems. Let us explore different use cases related to EPUB to PDF conversion programmatically using Java.
March 6, 2021 · 3 min · Farhan Raza