Print QWebView error in 5.2.1
-
The first page of the print out of a QWebView with small fonts and images.
bq. Note: Qt5.2.1 Windows 7 (32bit, 64bit)/ Windows XP
With QPrintPreviewDialog pages appear perfect, but on paper from second page (in other words all pages except the first occur the BUG) "texts" and "images" (non-background) disappear (apparently the fault only occurs with inline elements).
How to solve? Thanks.
See: https://bugreports.qt-project.org/browse/QTBUG-37240 ( Vote please )
-
I still can not figure out what's wrong, will someone help me? Thanks. (Forgive me for Flood).
-
-Fixed in QT5.2: https://bugreports.qt-project.org/browse/QTBUG-30621-
-
Error still exists in 5.2.1, see:
https://bugreports.qt-project.org/browse/QTBUG-37240Vote please!
-
There afirm this problem is fixed:
https://bugreports.qt-project.org/browse/QTBUG-35500
But not fixed >:( , see:
https://bugreports.qt-project.org/browse/QTBUG-36308
Claiming that something was corrected without at least test is very unwise, but okay, now with version 5.3.0 is perfectly working see:
Qt 5.3 Print Support
-
New QPA class QPlatformPrintDevice to abstract platform print device hardware, new implementations for Windows, Mac and Linux.
-
QPrinterInfo provides more details on the print device hardware
-
QPrinter uses QPageSize and QPageLayout to improve page layout handling
-
QPrinter has had the behaviour of most functions standardised across all platforms (as detailed below)
-
Mac can now have each painted page with a different orientation, and can set Collate Copies and Document Name.
-
Mac and Windows now support setting Document Creator and Duplex Mode
-
Mac and Linux now support using Windows Page ID (DMPAPER values)
-
Linux now requires CUPS 1.4 (RHEL 5 no longer supported)
-