Generate Thumbnails for PDF Files in C#

When embedding PDFs in web apps or building a PDF viewer, thumbnail images are essential. This guide shows how to generate PDF thumbnails in C# .NET—for a single page or all pages.
May 16, 2022 · Usman Aziz

Convert COLLADA to DWF or DWFX in C#

In some cases, you may need to create DWFX or DWF images to display the file contents in a picture. In accordance with such use cases, this article covers how to convert a COLLADA file to an DWF or DWFX image programmatically in C#.
May 15, 2022 · Denis Demenko

Convert DWF or DWFX to SVG in C#

DWF or DWFX files can contain design data and graphics in one or multiple drawings and sheet sets. Such files are often used to the design data for review or approval purposes. Whereas, SVG images are famous because of their scalability without affecting the quality of the image. In some use cases, you may need to convert a DWF or DWFX file to an SVG image. Accordingly, this article explains how to convert a DWF or DWFX file to an SVG image programmatically in C#.
May 14, 2022 · Farhan Raza

Add Barcode to PDF using C#

As a C# developer, you can add a machine-readable barcode image to a PDF document programmatically in .NET applications. In this article, you will learn how to add a barcode to PDF documents and read barcode from PDF using C#.
May 14, 2022 · Muzammil Khan

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

Send Excel Data in Email Body using C# .NET

Excel spreadsheets are essential for storing and sharing tabular data, and they allow powerful analysis and manipulation. Sometimes you need to embed that spreadsheet data directly into an email. This guide shows how to programmatically send Excel data in an email body using C# .NET.
May 11, 2022 · 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 · Farhan Raza