Convert CF2 to DXF in C#

We can export 2D or 3D drawings from CF2 files to DXF 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 DXF using C#.
April 19, 2022 · Denis Demenko

Convert DWF or DWFX to SVG in Java

DWF or DWFX files contain design data in 2D or 3D format. They comprise vector image data and metadata in binary coding. In certain scenarios, you may need to convert DWF or DWFX files to an SVG image file as per your requirements. In accordance with that, the article covers how to convert DWF or DWFX to SVG images programmatically using Java.
April 18, 2022 · Farhan Raza

Create MS Outlook Distribution Lists in Python

MS Outlook allows creating the distribution lists to send emails to multiple people without writing individual email addresses. Furthermore, you can create different lists based on types of people such as official, social, etc. While working with MS Outlook programmatically, you can create and save a distribution list on disk in PST format. This PST file can be loaded and utilized in MS Outlook or from within your application. In this article, you will learn how to create MS Outlook distribution lists in Python.
April 18, 2022 · Usman Aziz

Create and Send Messages using Microsoft Graph API in C#

Microsoft offers Graph API to access the services of Office 365 and Microsoft Cloud programmatically from within your applications. Furthermore, you can use the Graph API to manage folders, send messages, and perform various other operations. In this article, you will learn how to create and send messages using Microsoft Graph API in C#.
April 18, 2022 · Usman Aziz

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 · 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 · 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 · 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 · 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 · 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 · Usman Aziz