Category Archive: Aspose.Words Product Family

The official blog of Aspose.Words for .NET, Java and C++ that contains feature-based blog posts.

Handle Word Documents in Qt Applications in Visual Studio

Create and edit DOCX in Qt

In the previous post, I have shown you how to integrate Aspose.Words for C++ in a Qt application using Qt Creator. In this post, we’ll check out how to set up and use Aspose.Words for C++ in Qt using Visual Studio. Later, we will create a Word document within the Qt application.

Set Up Aspose.Words for C++ in Qt Application

For Qt application development in Visual Studio, I have used the following Visual Studio, Qt and Qt VS Tools … Continue Reading

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

Create Word Documents in Qt Applications using Aspose.Words for C++

Create Word Document in Qt Application

Qt is a popular cross-platform application development framework to develop a variety of applications for desktop, mobile, and embedded systems. C++ based Qt framework uses MOC (Meta-Object Compiler) to generate a standard C++ source from the Qt-extended C++. Since Qt supports a wide range of applications that may target various scenarios, integration of Word automation features (i.e. generating Word documents, Word to PDF, and etc.) within the Qt applications has a big scope.

Aspose.Words for C++ provides nearly all basic … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Convert Word DOC or DOCX to PDF in C++

Convert Word DOCX to PDF

Welcome again to the Home of File Format APIs! In the recent past, I have written a couple of blog posts to cover various scenarios of converting Word (DOC/DOCX) to PDF programmatically in .NET (using C#) and Java applications. Since this is a popular and widely used feature, I thought to cover it for C++ as well. Therefore, in this post, I will show you how to convert Word DOC/DOCX to PDF in C++ applications. This article addresses the following … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Create Rich Word Documents Programmatically in Java

Create Rich Word Document in Java

In recent years, the dynamic generation of Word documents has become a popular feature for composing reports, quotes, invoices, and other types of documents. Various manufacturing companies generate invoices based on the data stored in the databases. In such cases, document automation makes it possible to save time, efforts and resources required in the manual document creation process. This article aims to target the document automation process and lets you know how to create Word documents programmatically in Java. … Continue Reading

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

Aspose.Words for .NET 20.3 is released!

This month we managed to deliver 72 improvements and fixes including 18 Enterprise and Priority support issues. Totally, 110 issues have been processed in the latest release of Aspose.Words for .NET.

Updates for Xamarin Platform

Starting with Aspose.Words 20.3, the support of Xamarin is changed. In earlier versions, we provided separate DLLs for Xamarin.Android, Xamarin.Mac and Xamarin.iOS. Now Xamarin developers can use Aspose.Words for .NET Standard in all the above-mentioned platforms. According to the .NET Standard documentation, Aspose.Words for … Continue Reading

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

Generate Word Documents from Templates in C# .NET

Generate Word from template in C#

The automated generation of Word documents is widely used by enterprises for creating a multitude of reports. In some cases, the documents are created from scratch. On the other hand, predefined templates are used to generate Word documents by populating the placeholders. In this article, I’ll demonstrate how to generate Word documents from templates dynamically and programmatically in C#. You’ll come to know how to populate the Word templates from different types of data sources.

The following scenarios along … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Protect or Unprotect Word Documents Programmatically using C#

Microsoft Word supports a variety of protection features to protect the whole Word document or some parts of the document. Document protection comes into practice when you need to share the document with another person or party. In such cases, you may want to limit the third party’s access or permissions. On the other hand, you can also specify a password to avoid unauthorized access to the document. This article is also comprised of some easy ways to protect Word Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Convert Word DOC/DOCX to PDF in Java

Convert Word to PDF in Java

Word to PDF conversion is commonly used before the documents are shared. Various online Word to PDF converters are available that allow you to convert single or a limited number of Word documents. However, with emerging MS Word automation and report generation solutions, automated Word to PDF conversion has become an essential part of the systems. Furthermore, the batch conversion of DOC/DOCX to PDF needs to be done automatically to minimize the time and effort. Keeping an eye on such … Continue Reading

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

Aspose.Words for .NET 20.2 is released

Despite the public holidays, this month was finished with good productivity, 57 improvements and fixes (with 4 Enterprise and 3 Priority Support issues among them) were included to this regular monthly release. Totally 105 issues were processed.

Loading PDF documents is now supported by Aspose.Words for .NET Standard. This is the first file format codec included as plugin in Aspose.Words. To make loading PDF documents work in your .NET Core application, you should add a reference to Aspose.Words.Pdf2Word.dll, or simply … Continue Reading

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

Find and Replace Text in a Word Document using C# .NET

This article covers various approaches to find and replace text in Word documents using C# in .NET or .NET Core applications.

Find and Replace is quite a useful feature of MS Word to quickly locate and replace the desired text in the documents. It becomes more handy and time-saving when you are working with longer documents. In cases when you need to find and replace text in hundreds of Word documents or you need to automate this process, you’ll definitely … Continue Reading

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