En

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

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

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 or configure it using following NuGet command.
August 5, 2020 · 3 min · Farhan Raza

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.
August 3, 2020 · 3 min · Usman Aziz

Word Document (DOC/DOCX) to HTML Conversion using Java

Microsoft Word file formats DOC/DOCX are famous because the word processor supports a variety of features to organize and explain information. Likewise, HTML file format is helpful to show information in web applications. In this article, you will be learning Word files (DOC/DOCX) to HTML or HTML5 conversion using Java. Following are the use cases that you will be exploring here: Convert Word (DOC/DOCX) to HTML using Java Convert DOCX to HTML5 using Java Convert Password-Protected Word file to HTML using Java Convert Word to MHTML using Java Java DOCX to HTML or HTML5 Converter - Installation First things first, you can easily configure Aspose.
July 15, 2020 · 3 min · Farhan Raza

Mail Merge in Word Documents using C# or VB.NET - .NET Mail Merge API

In this article, I’ll show you how to perform MS Word Mail Merge using C# or VB.NET without MS Word or Office Interop. Aspose.Words for .NET is a feature-rich and powerful Word API that provides all the basic as well as extended MS Word Mail Merge features. It lets you generate letters, envelopes, reports, invoices, and other types of documents within Windows Forms, ASP.NET web applications, or any .NET/.NET Core application.
July 14, 2020 · 6 min · Usman Aziz

Merge MS Word Documents using C# ASP.NET

Merging multiple MS Word documents could be useful in various scenarios. For example, it can be used in keeping a similar type of documents into a single file, combining multiple documents before sharing, and so on. Various online tools are available that allow you to merge MS Word documents quite easily, however, what if you want to add this feature within your own application? To make you achieve this, I’ll show you how to merge MS Word (DOC/DOCX) documents using C# within your ASP.
July 7, 2020 · 2 min · Usman Aziz

Compare Two Word Documents using C# in ASP.NET

We often need to compare two MS Word DOC/DOCX documents to check the similarities or differences. The comparison gives us an idea of what has been changed in the two versions of a single Word document. Various online document comparison applications are available that let you compare two Word documents. However, there could be the case when you need to integrate document comparison features within your web application. On the other hand, you may want to build your own online document comparison app.
July 6, 2020 · 2 min · Usman Aziz

Convert a Document using Aspose.Words

Converting documents from one format to another is one of the main features of Aspose.Words. Conversion in Aspose.Words consists of opening a document in one of the supported load formats and then saving it in another format. Aspose.Words supports almost all common conversion combinations, for example: DOC, DOCX, RTF to PDF or XPS, DOC or DOCX to JPEG, TIFF, PNG, DOCX to Markdown or HTML, PDF to DOC, DOCX, or other Word formats, and others.
July 3, 2020 · 3 min · Mary Gerasimova

Load a PDF File to Further Modify and Convert It using C#

In many cases, while working with a PDF document, you need to change it: copy, paste, drag and drop specific PDF content such as text, images, tables, and diagrams. It’s fine to perform these options manually inside the same PDF file as long as you want to work with small parts of your document. But what if you want to perform the editing options in more complex scenarios such as creating a digital signature, merging multiple PDF documents, or reprocessing all the text in a PDF file?
June 29, 2020 · 6 min · Nazim Faour