Aspose.Words Editor for C++ | DOCX to PDF conversion

Does Aspose also provide a tool for end-users to edit layouts (an Microsoft-Word-like editor)? Could such a tool be incorporated into our software?

Our software is developed in a C++/Qt 5 environment.

The idea is to let users design the layout of a report. The report would than be filled with data automatically and exported as DOCX or PDF.

@Stefan83

With Aspose.Words C++ API you can programmatically generate, modify, convert, render and print documents without utilizing Microsoft Word. However, Aspose.Words does not offer UI editor or web control for performing these document processing tasks.

You can use our Aspose.Words Editor to edit the Word document and save the document to PDF. However, its source code is available in C#.