Thank you for answering. The strange thing is that my versions are the same as yours. But well, I made an ultra-dirty hack by passing the QWebView's HTML to a QTextEdit and then printing it from there, so for now it will serve (the pages I am loading into my QWebView are actually pretty simple). But thanks anyway!<br>
<br><div class="gmail_quote">2011/8/21 Hans-Peter Jansen <span dir="ltr"><<a href="mailto:hpj@urpla.net">hpj@urpla.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Sunday 21 August 2011, 19:52:41 ivanko.rus wrote:<br>
> Good afternoon! Recently I was trying to print a Web page from<br>
> QWebView and ran into a pretty weird problem. It is the following: I<br>
> can print my QWebView perfectly when setting the QPrinter's output<br>
> format to PDF or PostScript. But when I try to print to a normal<br>
> printer, however, it gives me the correct number of pages, only that<br>
> the pages are all blank. I tried to do this with a virtual PDF<br>
> printer in Windows, a normal printer (it had ink, btw =), tried to<br>
> choose the "print to file" option on Windows, and the results were<br>
> all the same. The other thing that puzzles me even more is that if I<br>
> replace the QWebView with a QTextEdit, everything works perfectly<br>
> with all kinds of printers. So I hope that someone can give me a<br>
> little help, I would appreciate it very much. Thank you!<br>
<br>
</div>You missed to tell us something about your versions.<br>
<br>
Works here with:<br>
python: 2.6.2<br>
sip: 4.12.4<br>
qt4: 4.7.1<br>
pyqt4: 4.8.5<br>
os: Linux<br>
<br>
Note, that printing is implemented quite differently in Windows and<br>
Linux, and QWebView is somewhat complex in itself.. It might be a<br>
printer _driver_ problem, which aren't that uncommon with Windows (but<br>
who cares: it's the industrial standard by definition).<br>
<br>
Pete<br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br>