【问题标题】:How to create pdf file of the webview content in titanium如何在钛中创建 webview 内容的 pdf 文件
【发布时间】:2013-07-28 18:05:43
【问题描述】:

我是 Titanium 的新手。我有一个webviewwebview 的内容可以是pdf 文件,也可以是url。我想将webview 内容保存为pdf 文件。我使用以下代码创建了 webview:

    var webViews = Ti.UI.createWebView({
    left : 0,
    top : 0,
    right : 0,
    bottom : 0, 

    url : 'http://www.appcelerator.com'
    });

请任何人帮助我...

【问题讨论】:

    标签: pdf webview titanium titanium-mobile


    【解决方案1】:

    您不能直接将webview数据转换为pdf,但您必须先解析html,然后使用js pdf创建pdf。这里是示例代码

    https://github.com/Mindelusions/TiJSPDF

    谢谢

    【讨论】:

      猜你喜欢
      • 2014-12-04
      • 2018-10-19
      • 2020-05-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多