Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.5.0
-
None
Description
QTextDocumentWriter can write ODF output of QTextDocuments, but when a PDF is needed, then one must use a QPrinter to produce it. And QPrinter has the disadvantage than one can't write the output to a QBuffer like QTextDocumentWriter does. So one must write the file to disk an reload it.