I have a QTextDocument that contains many QImages (saved as resources). When I save this document out as a PDF I am getting poor quality. Here is what I am doing to save the PDF:
Qt Code:
printer.setOutputFileName(path); text_m->document()->print(&printer);To copy to clipboard, switch view to plain text mode
The resulting PDF has poor quality especially for the images. Higher contrast edges are emphasized and even the words in the text are aliased to some degree.
Does anybody know a way to increase the fidelity of the rendered PDF so it matches the quality of what is displayed on the screen?
Bookmarks