odf

Generating word documents (.doc/.odt) through C++/Qt

∥☆過路亽.° 提交于 2019-11-30 09:13:13
I am using Qt 4.5.3 and Windows XP. I need my application to generate documents that contains the information that is being used and generated. The information that is being used will be just strings ( QString to be more specific) and the information that is being generated will be strings and images as well. I want documents to be a MS word document ( .doc ) or can be an Open Document Format ( .odt ) Also I want the documents to be formatted with fonts,images, tables of data, some background colors and all . I have done the creation PDF files using QTextDocument , QTextCursor and QPrinter .

Generating word documents (.doc/.odt) through C++/Qt

柔情痞子 提交于 2019-11-29 12:51:09
问题 I am using Qt 4.5.3 and Windows XP. I need my application to generate documents that contains the information that is being used and generated. The information that is being used will be just strings ( QString to be more specific) and the information that is being generated will be strings and images as well. I want documents to be a MS word document ( .doc ) or can be an Open Document Format ( .odt ) Also I want the documents to be formatted with fonts,images, tables of data, some background