[Webkit-unassigned] [Bug 73322] New: Printing QWebPage to pdf prints part of last sentence to second page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 07:50:39 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=73322

           Summary: Printing QWebPage to pdf prints part of last sentence
                    to second page
           Product: WebKit
           Version: 419.x
          Platform: Other
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Printing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: katja.marttila at digia.com


Created an attachment (id=116967)
 --> (https://bugs.webkit.org/attachment.cgi?id=116967&action=review)
Test project to reproduce problem

Using the following implementation when printing to pdf, causes last sentence partially to be drawn to second page.

QPrinter printer(QPrinter::HighResolution);
printer.setOutputFormat(QPrinter::PdfFormat);
printer.setOutputFileName(mOutputDestination);
QWebPage::mainFrame()->print(&printer);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list