https://sourceforge.net/projects/rtf2html/
我跑
rtf2html "C:\Users\user\Desktop\test.rtf" test.html
并且没有得到任何输出? 为什么?如何正确运行?
尝试了github上的cli选项
rtf2html [<rtf file> [<html file>]]
答案 0 :(得分:0)
除了声明可以处理桌子和子弹之外,这种柔软似乎并不支持这些承诺(至少在我的测试中)。对于简单的RTF,没关系。你的方式:
rtf2html infile.rtf outfile.html
考虑 .exe 和 .rtf 位于同一文件夹中。最好的。