首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ICCUBE印刷

ICCUBE印刷
EN

Stack Overflow用户
提问于 2017-01-17 11:04:44
回答 1查看 63关注 0票数 2

我正在尝试在icCube报表上设置打印功能。我已安装wkhtmltopdf并在我的计算机上安装,.exe文件在我的路径中。我更新了icCube.xml文件如下:

代码语言:javascript
复制
<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服务器正常启动,但在试图打印报表时仍会收到此消息。

有没有人有这个问题,也有一些建议?谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2017-01-17 11:22:40

如果您使用的是“社区”版本,则打印服务器不可用。如果要评估打印功能,请请求一个评估键。

希望这能有所帮助。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41695464

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档