在 ICCUBE 中打印

Printing in ICCUBE

我正在尝试在 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 服务器正常启动,但在尝试打印报告时仍然收到此消息。

有没有人遇到过这个问题,有什么建议吗?谢谢

如果您使用的是"community"版本,打印服务器不可用。如果您想评估打印功能,请申请评估密钥。

希望对您有所帮助。