When printing from WebKit, it seems to automatically impose a shrink factor on the output. Is there a way to disable shrinking when printing, preferably without modifying the WebKit source?
I think it may be possible using Qt 4.6 trunk and using setFixedLayout with a longer height, to trick WebKit into not shrinking, but I haven't tried it yet. Maybe there is a way to get at the underlying WebKit so I can do this?
EDIT:
Chrome deals with this by extending the print layout height.
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/renderer/print_web_view_helper.cc?view=markup