0

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

1)有可能吗?

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

4

2 回答 2

0

1) 是 可能

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

您也可以从 webview 获取 HTML 并采用其他一些打印技术。

于 2013-04-22T10:06:34.820 回答
0

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.
于 2013-04-22T07:23:46.093 回答