Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: August 2020
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.
… Continue ReadingCreate 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++.
… Continue ReadingCreate Excel XLSX/XLS File in Node.js Applications – A Complete Guide
In this article, I’ll show you how to implement Excel automation and create Excel XLSX/XLS file in Node.js applications programmatically.
Spreadsheets have made it possible to store a huge amount of data in the form of rows, columns, and sheets. In addition, you can perform a variety of operations on the data such as sorting, applying mathematical formulas, generating charts and graphs, and much more. In the current era of the digital world, automation has taken the place of manual … Continue Reading
Make Fillable Form in Word | Insert, Delete Check Boxes & Fields in C#
Fillable Forms are frequently used in Microsoft Word Documents like DOC, DOCX, and other file formats. In this article, we will create a fillable form in Word document programmatically using C# with Aspose.Words for .NET API. Moreover, we will also cover removing or deleting fillable form fields.
Installation
You can configure Aspose.Words for .NET API in your .NET application and subsequently use it with C# or VB.NET. You can either download the DLL from the New Releases section … Continue Reading
Convert Word Documents to PDF using Android Library
The Word to PDF is one of the widely practiced document conversions and this is the reason MS Word provides a built-in feature to save Word documents as PDF. Since PDF is a preferred format for sharing the documents or keeping them online, the need for Word to PDF conversion occurs in various scenarios. On the other hand, Android-powered smartphones have made humans’ life easier by putting a multitude of functionality within the phones via apps. Keeping an eye on … Continue Reading