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 , ,

Add or Remove Header and Footer in Word Documents using C++

Headers and Footers in Word documents are used to format and show important information such as the topic, chapter, page number, Copywrite, etc. While working with Word documents programmatically, you might need to add or remove headers and footers. To that end, this article will teach you how to add and remove headers and footers in Word documents using C++.

Posted in Aspose.Words Product Family | Tagged ,

Convert CSV to Excel in Python

CSV (Comma Separated Values) is a commonly used file format to keep, import, and export data from one application to another. Furthermore, most of the datasets in the field of data science are stored in CSV files. However, in certain cases, you have to convert comma separated values in CSV to tabular form in Excel's XLSX or XLS workbooks. For such scenarios, this article covers how to convert CSV files to Excel in Python.

Posted in Aspose.Cells Product Family | Tagged ,