English

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.
May 24, 2021 · 3 min · Farhan Raza

Convert JSON to PDF in Java: A Comprehensive Guide

Convert JSON to PDF in Java effortlessly with our powerful library. Transform your JSON data into PDF documents seamlessly.
May 22, 2021 · 3 min · Usman Aziz

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.
May 21, 2021 · 3 min · Muhammad Ahmad

Send Emails via SMTP in Python

Automated emails are widely 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 send emails via SMTP in Python. In addition, we will demonstrate how to create an email message with plain text or HTML body from scratch.
May 21, 2021 · 3 min · Usman Aziz

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:
May 20, 2021 · 4 min · Farhan Raza

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++.
May 19, 2021 · 5 min · Muhammad Ahmad

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.
May 19, 2021 · 3 min · Farhan Raza

Add Comments in Excel Files in 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.
May 18, 2021 · 3 min · Usman Aziz

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++.
May 17, 2021 · 4 min · Muhammad Ahmad

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.
May 17, 2021 · 3 min · Usman Aziz