Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

Exporting a document to PDF

From Qt Wiki
Revision as of 15:25, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Exporting a document to PDF

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.

Categories
Snippets
HowTo