Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-28709

QPrinter::ScreenResolution causes nothing to be printed when printing to a PDF file on Mac

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.0.2
    • 5.0.0 RC 2
    • GUI: Printing
    • None
    • Mac OS X 10.7 - Cocoa
    • macOS
    • 7203e88084a313fb6e7a96b9080f965e3ffcd89f

    Description

      QPrinter::ScreenResolution causes blank pages to be printed when printing to a PDF file on Mac.

      To reproduce modify the textedit example and change the line:

      QPrinter printer(QPrinter::HighResolution);

      in filePrintPdf() to be:

      QPrinter printer(QPrinter::ScreenResolution);

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            andysh Andy Shaw
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes