Monthly Archives: May 2021

Split Text into Columns in Excel Files using C++

Microsoft Excel allows splitting text into multiple columns using separators like blank space, comma, or other characters. This feature can be helpful in scenarios such as converting the comma-separated data exported from a database table to tabular form. To that end, this article will teach you how to split text into columns in Excel files using C++.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert Email to HTML in Python

Email messages are often required to be converted to HTML format to embed them within the web pages. In order to automate this conversion, in this article, you will learn how to convert emails to HTML using Python. Particularly, the article will cover how to convert EML or MSG email files to HTML pages.

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

Convert MPP File to PDF Programmatically using C# .NET

Microsoft Project Files are used to organize and manage different tasks in a project. You can convert MPP files to PDF programmatically using C#. You can find several options for the conversion in the following headings.

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

Convert JSON to PDF using Java

JSON to PDF conversion is required in various cases for sharing, printing, or other purposes. To perform this conversion programmatically, this article covers how to convert JSON to PDF using Java.

Posted in Aspose.Cells Product Family | Tagged , ,

Create Custom TeX Format and Typeset to PDF, XPS using C++

TeX is a typesetting system that has been noted as one of the most sophisticated digital typographical systems. TeX is used for typesetting documents and generating outputs like PDF, XPS, and different image formats. There might be situations where you need to design a bunch of documents uniformly. For that, creating a custom TeX format will prove to be helpful. To that end, this article will teach you how to create a custom TeX format and typeset it to PDF and XPS format.

Posted in Aspose.TeX Product Family | Tagged , ,

Create and Send Emails via SMTP in Python

Automated emails are commonly used to send notifications or other messages to subscribers. Also, various emails are triggered based on the actions or behavior of the users. In order to implement email automation, this article covers how to create and send emails programmatically in Python.

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

Using System.Drawing with ASP.NET Core or ASP.NET Service

There are a lot of questions dedicated to the usage of System.Drawing library in ASP.NET services. The most common answer is that Microsoft does not recommend the usage of System.Drawing in ASP.NET services. In this article, you will learn details about using the interface of System.Drawing library in ASP.NET services with Aspose.Drawing for .NET. The following sections structure all the relevant information:

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

Add or Remove AutoFilter in Excel Files using C++

Filtering information in Excel spreadsheets is an important feature. It enables you to hide irrelevant data and show only the data meeting specific criteria. There might be scenarios where filtering data can prove to be helpful. For example, an organization may want to filter out low-performing products from the sales report to analyze and improve their sales strategies. In this article, you will learn how to add or remove AutoFilter in Excel files using C++.

Posted in Aspose.Cells Product Family | Tagged , ,

Convert Image to Word Document (DOCX) with OCR using C#

You can convert an image containing text to an editable word document (DOCX) programmatically using C#. For instance, you need to convert an image captured from a scanner or a camera to an editable document then you need to perform OCR on the input image. You can go through further details under the following sections.

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

Add Comments in Excel Worksheets using Java

Comments are used to add additional information or to explain a formula in the Excel worksheet. MS Excel also allows you to set the font size, height, width, etc. of the comments. In this article, you will learn how to add comments to the Excel worksheets programmatically using Java. Furthermore, the article will also cover how to format the comments.

Posted in Aspose.Cells Product Family | Tagged , ,