I am new to Qt. I just wanted to know if it is possible to send the entire qwebview
into the printer. I am not asking the source code, but
1) is it possible?
2) Do we have any link for the reference?
1) yes it's possible
2) as stated in QWebView documentation
A QWebView can be printed onto a QPrinter using the print() function.
This function is marked as a slot and can be conveniently connected to
QPrintPreviewDialog's paintRequested() signal.
1) Yes Possible
2) http://www.qtcentre.org/threads/25880-QWebView-prints-PDF-file-OK-with-QPrintDialog-only
Also you can ge HTML from webview and adopt some other printing technique.