Yearly Archives: 2022

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#.

Posted in Aspose.CAD Product Family | Tagged , ,

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#.

Posted in Aspose.PDF Product Family, Aspose.BarCode Product Family | Tagged , , , , , , , ,

Rotate Text inside PDF Documents in C#

PDF has become a ruling document format in the digital world. Its cross-platform support has made it a widely adopted format for generating and sharing documents, such as research articles, invoices, etc. While generating a PDF programmatically, you often need to change the position and orientation of the text according to the layout of the document. In this article, we will demonstrate how to rotate text inside PDF documents programmatically in C# .NET.

Posted in Aspose.PDF Product Family | Tagged , , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,

Convert OneNote Document to PDF using 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#.

Posted in Aspose.Note Product Family | Tagged , , , , ,

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.

Posted in Aspose.Email Product Family | Tagged ,

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.

Posted in Aspose.Cells Product Family, Aspose.Email Product Family | Tagged , ,

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#.

Posted in Aspose.3D Product Family | Tagged , ,

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#.

Posted in Aspose.Page Product Family | Tagged , , ,

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.

Posted in Aspose.Email Product Family | Tagged , , ,