--- qwebframe.cpp.backup 2014-03-13 17:24:06.000000000 +0400 +++ qwebframe.cpp 2014-03-13 17:24:30.000000000 +0400 @@ -1449,7 +1449,7 @@ int(qprinterRect.width() / zoomFactorX), int(qprinterRect.height() / zoomFactorY)); - printContext.begin(pageRect.width()); + printContext.begin(pageRect.width(), pageRect.height()); printContext.computePageRects(pageRect, /* headerHeight */ 0, /* footerHeight */ 0, /* userScaleFactor */ 1.0, pageHeight);