如何捕捉整个webview的打印



我是Qt新手,我只是想知道是否有可能将整个qwebview发送到打印机中。我不是在问源代码,而是

1)有可能吗?

2)我们有任何链接供参考吗?

1)是有可能的

2)如QWebView文档中所述

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)是可能的

http://www.qtcentre.org/threads/25880-QWebView-prints-PDF-file-OK-with-QPrintDialog-only

2)

也可以从webview中提取HTML,并采用其他打印技术。

相关内容

  • 没有找到相关文章

最新更新