Found it very easy to convert a QTextDocument to PDF in Qt. And useful in scenarios like creating reports etc.
For example, Consider the following snippet,
We can use the printer class to print the document to a file : a pdf file.
CategoriesSnippetsHowTo