Tag Archives: Word library for Qt

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 , ,