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. Following is an outline of this article where … Continue Reading

Posted in Aspose.Words Product Family | Tagged , , ,

Create MS Excel Files using Python – Python Excel API

Create Excel Files in Python

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 XSLX or XLS files using Python. … Continue Reading

Posted in Aspose.Cells Product Family | Tagged , , , ,

Merge PowerPoint Presentations using C# or VB.NET

Merge PowerPoint files in C#

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, and etc. The manual way of copying/pasting the content may not be suitable when dealing with a number of presentations. Therefore, this article lets the .NET developers learn how to merge PowerPoint presentations programmatically using C#.

TIP: You may be interested in trying out a web viewer app for presentationsContinue Reading

Posted in Aspose.Slides Product Family | Tagged , , , ,

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:

Continue Reading
Posted in Aspose.Words Product Family | Tagged , , ,

Convert Excel Files to PDF using Java

Convert Excel to PDF 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.

Continue Reading
Posted in Aspose.Cells Product Family | Tagged , , ,

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

Send Outlook Emails in 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 Reading
Posted in Aspose.Email Product Family | Tagged , , ,

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

Create Outlook Emails in 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 Reading
Posted in Aspose.Email Product Family | Tagged , , ,

Create 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.

create excel file in nodejs - logo

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

Posted in Aspose.Cells Product Family | Tagged , ,

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

Posted in Aspose.Words Product Family | Tagged , , , ,

Convert Word Documents to PDF using Android Library

Word to PDF Converter in Android

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

Posted in Aspose.Words Product Family | Tagged , ,