Hi!
Is it possible to get the content that was painted on QPrinter into a QTextDocument
and how?
Thank you for your help.
Hi!
Is it possible to get the content that was painted on QPrinter into a QTextDocument
and how?
Thank you for your help.
You might try to paint something on QPixmap, add that pixmap to the document's resources using QTextDocument::addResource() and then use <img> tag to display it.
kemp (27th November 2006)
Bookmarks