我正在尝试在icCube报表上设置打印功能。我已安装wkhtmltopdf并在我的计算机上安装,.exe文件在我的路径中。我更新了icCube.xml文件如下:
<printComponentConfiguration active="true">
<!-- <url>/icCube/print/*</url>-->
<url>/icCube/print/*</url>
<!--
The path of the wkhtmltopdf (http://wkhtmltopdf.org/) executable; use an absolute path
if it is not accessible from the icCube server process (i.e., in the PATH).
-->
<exec>C:/Program Files/wkhtmltopdf/bin/wkhtmltopdf</exec>
<!--
(Seconds) Every housekeeping-period a job is running to cleanup timeout printing job(s).
-->
<houseKeepingPeriod>15</houseKeepingPeriod>
<!--
(Seconds) Elapsed time after which a printing job is considered as timed out (can be
cancelled by the housekeeping job.
-->
<timeout>30</timeout>iccCube服务器正常启动,但在试图打印报表时仍会收到此消息。

有没有人有这个问题,也有一些建议?谢谢
发布于 2017-01-17 11:22:40
如果您使用的是“社区”版本,则打印服务器不可用。如果要评估打印功能,请请求一个评估键。
希望这能有所帮助。
https://stackoverflow.com/questions/41695464
复制相似问题