Search
Follow Us
Categories
- Success Stories(157)
Archives
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++.
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.
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.
Convert JSON to PDF using Java
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.
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.
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:
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++.
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 image to docx, image to word, image to word in Csharp, ocr to docx, ocr to word
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.