English

How to Replace Images in PDF Files in Java

Various industries use PDF format to automatically generate their documents such as invoices, reports, technical articles, etc. Along with text, these documents may also contain images and other graphical objects. In some instances, you have to replace the confidential images in the PDF documents before sharing. To accomplish that programmatically, this article covers how to replace images in PDF documents in Java.
April 18, 2022 · 2 min · Usman Aziz

How to Rotate Text in PDF using Java

This article provides you with one of the best and easiest methods to rotate text in PDF using Java following a few simple steps. Also, it covers a couple of ways to rotate PDF text that you can adopt according to your needs. So let’s being and see how to apply rotation on text in a PDF file using Java.
April 17, 2022 · 3 min · Usman Aziz

Convert XHTML to PDF in C#

XHTML is a stricter and XML based version of the HTML files. It was developed to enhance interoperability with different data formats. Whereas, PDF files are popular owing to their support in multiple platforms and operating systems. In some cases, you may need to convert an XHTML file to PDF format. Accordingly, this article covers how to convert an XHTML file to a PDF document programmatically in C#.
April 17, 2022 · 2 min · Farhan Raza

Export OneNote Document to HTML in C#

As a C# developer, you export OneNote to HTML. Converting OneNote to HTML allows showing the content in any browser without sharing the original files. In this article, you will learn how to export a OneNote document to an HTML webpage using C#.
April 16, 2022 · 4 min · Muzammil Khan

Insert Text or Image in XPS using C#

XPS files contain fixed page layout information including the layout, appearance, and printing information for a document. You can insert some text or image into an XPS file programmatically in C#.
April 15, 2022 · 3 min · Farhan Raza

Generate Thumbnail Images for PDF Pages in Java

While embedding the PDF documents into a web application you may need to generate a thumbnail. In other scenarios, such as creating a PDF viewer, you may need to create a thumbnail for each page in the PDF. In this article, we will show you how to generate thumbnails of a PDF file programmatically in Java. We will explicitly cover how to create a thumbnail of a particular page or all the pages in a PDF file.
April 15, 2022 · 3 min · Usman Aziz

Create and Update Folders using Microsoft Graph API in Java

Microsoft provides Graph API to interact and work with Office 365 and Microsoft Cloud services. It allows you to create and manage folders, access messages, manage categories and use other services programmatically. In this article, you will learn how to use Microsoft Graph API to create and update folders in Java.
April 14, 2022 · 3 min · Usman Aziz

Create XBRL Instance Document and Add Objects in C#

You can easily create an XBRL instance document programmatically and add objects or elements such as schema reference, context, unit, items, etc. In this article, you will learn how to add objects to XBRL instance documents using C#.
April 14, 2022 · 5 min · Muzammil Khan

Manage Inbox Rules on Exchange Server in Java

While using Microsoft Exchange Server services, you may need to define different rules for the inbox folder. These rules are applied to the messages such as moving a message to a folder, deleting a message, etc. An inbox rule is comprised of conditions and the actions to be performed when the conditions are met. In this article, you will learn how to create and update inbox rules on MS Exchange Server in Java.
April 13, 2022 · 3 min · Usman Aziz

Convert USDZ to FBX in C#

In some cases, you may need to convert USDZ to FBX format. For such requirements, this article covers how to convert a USDZ file to an FBX file programmatically in C#.
April 12, 2022 · 2 min · Farhan Raza