Search
Follow Us
Categories
- Success Stories(157)
Archives
Category Archive: Aspose.Words Product Family
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
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
Posted in Aspose.Words Product Family Tagged docx to html, docx to html5, docx to mhtml, word to html, word to html5, word to mhtml
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.
Covering the salient features of our .NET Mail … Continue Reading
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 … Continue Reading
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 … Continue Reading
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.
Please note that this is … Continue Reading
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 … Continue Reading
Add or Remove Watermark in Word Document (DOCX/DOC) in C#
Watermarks are usually used to show ownership or classification of a document. In this article, we will learn to work with watermark in word documents using Aspose.Words for .NET API. Let us cover the following use cases related to watermark.
- Add Text Watermark in Word Document with C#
- Add Image Watermark in Word Document with C#
- Remove Watermark from Word Document with C#
Add Text Watermark in Word Document with C#
You can add or insert text watermark in a … Continue Reading
Find and Replace Text in Word Documents using Java
In this article, I’ll demonstrate how to find and replace text in Word (DOC/DOCX) documents programmatically using Java. The step by step guide and code samples will cover various scenarios of finding and replacing text in Word documents.
MS Word provides an easy way to find and replace text in the documents. One of the popular use cases of finding and replacing text could be removing or replacing sensitive information within the documents before they are shared among various entities. … Continue Reading
Create MS Word Editor in ASP.NET MVC
Aspose.Words for .NET provides a complete set of features for manipulating and converting MS Word documents within a multitude of .NET applications. Particularly, you can create new or edit the existing Word documents within the desktop or web applications. In this post, I’ll show you how to leverage the Word processing capabilities of Aspose.Words for .NET and create a web-based MS Word Editor in ASP.NET MVC.
ASP.NET MVC Word Editor – Create Word Documents
We are going to create … Continue Reading