English

How to Rotate Text in PDF in C#: A Complete Guide

If you are generating PDF files programmatically, you may need to rotate PDF text at a specific angle. Changing the orientation and position of a text in a PDF could be tricky. However, the solution provided in this article has made rotating text in PDF using C# quite easy. So let’s dig down and check how to rotate text in a PDF in C#.
May 13, 2022 · 3 min · Usman Aziz

Connect to POP3 Servers in Java

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 in Java.
May 13, 2022 · 3 min · Usman Aziz

Convert OneNote to PDF in C#

As a .NET developer, you can easily export notes from OneNote documents to PDF. In this article, you will learn how to convert a OneNote document to a PDF using C#.
May 12, 2022 · 4 min · Muzammil Khan

Convert OFT Files to HTML in C# .NET

OFT is a template format for the emails used by MS Outlook. In an OFT, you can define the layout of the emails, which can be populated by the content of the messages. This template could be pre-formatted and dynamically used for creating custom messages. In certain cases, you may need to convert the OFT files to HTML format programmatically. To achieve that, this article shows how to convert an OFT file to HTML in C# .NET.
May 12, 2022 · 2 min · Usman Aziz

Send Excel Data in Email Body using C# .NET

Excel files are widely used to keep and share data in the form of rows and columns. In addition, you can perform various operations on the Excel data and visually analyze it. In some instances, you have to embed and send the data from an Excel sheet in the email message. To accomplish that, this article covers how to send Excel data in an email’s body programmatically in C# .NET.
May 11, 2022 · 2 min · Usman Aziz

Convert USDZ to PDF in C#

USDZ files are getting popular due to their usability in augmented reality scenarios. However, a limited number of applications support viewing or manipulating such files. So you might need to convert a USDZ file to PDF format in certain situations because of the cross-platform support for the PDF files. In accordance with such scenarios, this article covers how to convert a USDZ file to a PDF format file programmatically in C#.
May 11, 2022 · 2 min · Farhan Raza

Merge XPS Files Programmatically in C#

XPS files are based on XML Paper Specifications which represent page layouts. They include information about appearance and printing layouts. Sometimes you might want to merge multiple XPS files for further processing of data. In accordance with such requirements, this article explains how to merge XPS files programmatically in C#.
May 10, 2022 · 3 min · Farhan Raza

Create, Update or Delete Google Calendar in Java

Google Calendar is a scheduling service that lets you create and keep track of the events such as meetings. You can log the events on the calendar and get reminders about the upcoming ones. Google also allows you to use its calendaring service programmatically. Thus, you can manage your events using Google Calendars from within your applications. In this article, you will learn how to create, update, and delete Google Calendar programmatically in Java.
May 10, 2022 · 3 min · Usman Aziz

Convert MPP to Excel in Java

As a Java developer, you can easily export project data from MPP files to Excel spreadsheets (XLSX) programmatically. In this article, you will learn how to convert MPP to Excel using Java.
May 10, 2022 · 3 min · Muzammil Khan

Convert PDF to JPG Images in Java

PDF is among the widely opted file formats for printing and sharing digital documents. With a number of useful features, the PDF format allows you to create rich content having text, graphics, annotations, etc. However, you may need to convert the PDF files to image formats, e.g. JPG, in certain cases. To accomplish that programmatically, this article covers how to convert PDF to JPG images in Java.
May 9, 2022 · 2 min · Usman Aziz