English

Create OMR Sheet Checker or Scanner Software in C#

Optical Mark Recognition, abbreviated as OMR, is frequently used to assess questionnaires, surveys, and other information collection standards. In this article, you can learn how to create and check the OMR question and bubble answer sheets using C# language in a .NET application. We will explore the following approaches briefly: OMR Template Creator and Checker API – Installation Create OMR Question Sheet Template, Image, and PDF File using C# Perform OMR on Multiple Choice Bubble Answer Sheet Images using C#
August 25, 2020 · 4 min · Farhan Raza

Create MS Word Documents (DOC/DOCX) using C++

Aspose.Words is a feature-rich collection of APIs that lets you create, edit, and convert MS Word documents programmatically. It provides a wide range of basic as well as advanced features for manipulating word processing documents. In this article, you will learn how to use Aspose.Words for C++ and create MS Word documents from scratch using C++. The step by step guide as well as code samples will let you know how to insert text, images, tables, lists, and other elements in Word documents.
August 25, 2020 · 4 min · Usman Aziz

Convert Excel XLS to HTML using Python

Are you looking for a high-quality Python solution to convert your Excel files to HTML pages? If yes, this article is going to teach you the simplest yet powerful way of converting XLS and XLSX files to HTML in Python. MS Excel files are very much in business for storing, organizing, and analyzing a large amount of data. However, you can not view the content of the Excel files from within your applications, such as web/mobile apps.
August 21, 2020 · 3 min · Usman Aziz

Convert Word to HTML MHTML Programmatically using C++

HTML format is popular because it is supported on almost all computer environments. WORD to HTML or MHTML conversion is helpful in scenarios like when you need to display such a file in a web application using C++. Aspose.Words for C++ API is the best choice because of its features and efficiency. You can enrich your C++ applications with the ability to convert Microsoft Word files (DOC/DOCX) to HTML or MHTML format.
August 19, 2020 · 3 min · Farhan Raza

Create MS Excel Files using Python - Python Excel API

Python has become one of the ruling programming languages in the past few years. The usefulness and popularity of Python have immensely grown the community of Python enthusiasts. On the other hand, spreadsheet automation has made it easier to keep, organize, and play with a large amount of data from within the web or desktop applications. This article aims to put together Python and spreadsheet automation to show you how to create Excel XLSX or XLS files in Python.
August 19, 2020 · 5 min · Usman Aziz

Merge PowerPoint Presentations using C# or VB.NET

Merging PowerPoint presentations can be useful in various scenarios such as combining content from multiple PPT/PPTX, merging parts of a single presentation created by two or more people, etc. The manual way of copying/pasting the content may not be suitable when dealing with several presentations. Therefore, this article lets the .NET developers learn how to merge PowerPoint PPT presentations programmatically in C#. .NET PowerPoint Merger API Merge PowerPoint Presentations using C# Merge Particular Slides of PowerPoint Presentations using C# Use Slide Master while Merging PowerPoint Presentations C# .
August 17, 2020 · 3 min · Usman Aziz

Insert or Delete Comments in Word (DOCX/DOC) using Java

Comments are used in word documents, DOCX or DOC, for suggesting improvements and modifications. Let us explore how to insert comments as well as deleting or removing comments programmatically using Java. You can add author name, initials, comment text, date, and time based on your requirements. We will be performing all of these tasks using Aspose.Words for Java API. Here we will be learning following use cases related to comments in word documents:
August 12, 2020 · 3 min · Farhan Raza

Convert Excel Files to PDF using Java

Excel to PDF conversion might be required in various scenarios for exporting tabular data from worksheets to PDF pages. In this article, you’ll learn how to convert Excel files to PDF using Java in order to automate XLS/XLSX to PDF conversion within your web or desktop applications. Java Excel to PDF Converter API - Installation Convert Excel XLS/XLSX to PDF using Java Convert Excel to PDF with Particular Compliance using Java Render One PDF Page Per Sheet using Java Convert a Range of Sheets to PDF using Java Java Excel to PDF Converter - Free Download Aspose.
August 12, 2020 · 3 min · Usman Aziz

Send Outlook Emails (MSG, EML, EMLX) using C++

In the previous article, you have seen how to create MS Outlook emails including MSG, EML, and EMLX programmatically using C++. In this post, you’ll learn how to send Outlook emails from within C++ applications. The emails can be created on the runtime or loaded from already saved email files such as .msg, .emlx, or etc. C++ Email Library Send Outlook Emails using in C++ Send Outlook Emails with Alternate View using C++ Create and Send Bulk Emails using C++ Send Emails as TNEF using C++ Send Emails with C++ Email Library - Free Download Likewise the previous post, we’ll use Aspose.
August 10, 2020 · 3 min · Usman Aziz

Create Outlook Emails (MSG, EML, EMLX) using C++

Email Automation is quite popular these days for generating and sending emails automatically from within the web or desktop applications. It is being used for sending important notifications, documents, newsletters, and various kinds of other messages. In order to develop an automated email system, Aspose facilitates the developers with its email API - Aspose.Email. Today, I’m going to pick up the C++ variant of Aspose.Email and show you how to create Outlook emails using C++.
August 7, 2020 · 3 min · Usman Aziz