[kmail2] [Bug 422095] Bad printout quality of kmail

Kevin Kofler bugzilla_noreply at kde.org
Tue Nov 17 00:38:31 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=422095

Kevin Kofler <kevin.kofler at chello.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kevin.kofler at chello.at

--- Comment #1 from Kevin Kofler <kevin.kofler at chello.at> ---
This is due to how the QtWebEngine print method work. At least for PDF output,
this can be easily fixed by using the printToPdf method instead, as done in
Falkon.

Please see https://bugs.kde.org/show_bug.cgi?id=378843 and in particular
https://bugs.kde.org/show_bug.cgi?id=378843#c11 .

For output to a physical printer, the only way to avoid the rasterization is to
use the FilePrinter class from Okular though. Falkon used to do that (I had
submitted that code back when the QtWebEngine did not have the print method at
all, only printToPdf), but switched to using the print method for physical
printers.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list