English

Convert PUB to PNG in C#

Publisher (PUB) files are used for publishing content on large scale. However, limited applications support this file format so you may need an image or thumbnail of the PUB file for a quick preview. This step-by-step guide will show you how to convert PUB to PNG in C#.
March 23, 2021 · 3 min · Farhan Raza

Read Emails from MS Exchange Server using Java

Microsoft Exchange Server is a mail server that provides email, calendaring, contact management, and other collaboration services. It can easily be connected and accessed from within your web or desktop applications. Thus, you can communicate with the Exchange Server and access emails, contacts, calendars, etc. In this article, you will learn how to connect to MS Exchange Server and read emails using Java.
March 22, 2021 · 4 min · Usman Aziz

Connect to POP3 Servers using C#

Post Office Protocol (POP3) is an email protocol that is used to fetch emails from the mailing servers. While implementing email clients and working with POP3 servers, you will first need to establish a connection to access the mailbox. To achieve this, in this article, you will learn how to connect to POP3 servers using C# from within your .NET applications.
March 19, 2021 · 3 min · Usman Aziz

Split a PDF File using C++

PDF is a standard format for sharing documents over the internet. Its global support and consistent layout make it an ideal choice for such scenarios. But there may be situations where sharing the complete PDF file is not an ideal or appropriate option. For such cases, you can split the PDF file according to your requirements. You can do this manually, but that might prove to be less efficient and time-consuming. Alternatively, you can split the PDF document programmatically. In this article, you will learn how to split PDF files using C++.
March 19, 2021 · 3 min · Muhammad Ahmad

Convert Excel Files to Word DOC in Java

Excel to Word conversion could be useful when you need to export data from an Excel worksheet to a table in a Word document. To automate this conversion, this article covers how to convert Excel XLSX files to Word DOCX format using Java. Furthermore, additional options are also discussed to customize XLSX to DOCX conversion.
March 17, 2021 · 3 min · Usman Aziz

Convert MSG and EML Emails to HTML using C++

In this day and age, emails are among the most common means of communication over the internet. As software developers, you see a wide variety of user requirements and usage scenarios. One such requirement might be that you want to embed the email content in web pages. For such cases, you would need to convert the emails into HTML format. In this article, you will learn how to convert MSG and EML emails to HTML or MHTML format programmatically using C++.
March 17, 2021 · 4 min · Muhammad Ahmad

Find and Replace Text in OneNote file Programmatically in C#

OneNote file contain digital notes that are stored in hierarchy as different pages and sections. Such files may contain text, drawings, images etc., for different purposes. You may need to find and replace some text in OneNote files. Instead of going through different pages or sections every time, you can easily perform the task programmatically using C# language. Let us check out the following use cases for more information.
March 17, 2021 · 3 min · Farhan Raza

Add, Extract, Remove or Replace Images in PDF Files using Java

Images are widely used for different types of depictions and demonstrations in PDF files. In this article, you will learn how to manipulate images in PDF files programmatically. Particularly, the article will cover how to add, extract, remove or replace images in PDF files using Java.
March 16, 2021 · 4 min · Usman Aziz

Convert STL to PDF or PNG Image Programmatically in Java

STL files are used to show the geometry of 3D surfaces. However, only a few CAD-related applications support viewing or working with STL files. Therefore, you may need to convert STL files to a PDF or a PNG image. It will let you overview the file in many operating systems and environments because PDF or image file formats are widely supported. Let us walk through the following sections to find more details.
March 15, 2021 · 2 min · Farhan Raza

Copy or Move Excel Worksheets in C#

In certain cases, you may need to copy worksheets within an Excel workbook or from one workbook to another. On the other hand, moving worksheets to change their position within a workbook is also required in different scenarios. In order to perform the above-mentioned tasks programmatically, this article shows how to copy worksheets within Excel workbooks using C#. Furthermore, it also covers how to change the position of a worksheet in an Excel workbook.
March 15, 2021 · 3 min · Usman Aziz