我已经尝试了https://github.com/Novlr/rtf2html
但它只需要/返回一个文档,而我有一个需要转换成html字符串的rtf字符串或者有什么我错过了吗?
我试图按如下方式调用该函数:
function convertRtfToHtml(rtf) {
var return_html;
return_html = Rtf2Html(rtf, "", return_html, '4.0.1');
return return_html;
}
github的实际功能
module.exports = function (txt, baseurl, out, ver){...}
目前它一直给我以下错误
未捕获错误:不支持HTML 4.0.1版 在Rtf2Html(index.js:1437) at convertRtfToHtml(约:4757) at Object.success(约:3994) at c(kendo?v = Iit1_Ko2qVed-qqS-AZ1Mf3Iy3CdhiaUDE_uF-pton01:1) at Object.fireWith [as resolveWith](kendo?v = Iit1_Ko2qVed-qqS-AZ1Mf3Iy3CdhiaUDE_uF-pton01:1) at w(kendo?v = Iit1_Ko2qVed-qqS-AZ1Mf3Iy3CdhiaUDE_uF-pton01:1) 在XMLHttpRequest.u(kendo?v = Iit1_Ko2qVed-qqS-AZ1Mf3Iy3CdhiaUDE_uF-pton01:1)
更新
关闭第一期html版本是2,感谢skyline3000
现在我有错误
未捕获的错误:RtfParser:未处理的目的地" pard" (; RTF; PARD) 在RtfParser__Document [作为文件](index.js:1114) 在Rtf2Html(index.js:1452) 在convertRtfToHtml(约:4757)