是否可以将 .doc 转换为 Spannables

发布于 2024-12-27 13:37:54 字数 90 浏览 2 评论 0原文

无论如何,您是否可以将 .doc .docx 转换为可扩展的文本。我已经浏览过互联网,不幸的是我认为这是不可能的,但我想我不妨抛出这个问题,看看我是否错过了一些东西。

Is there anyway you can convert a .doc .docx to a spannable text. I have looked through through the internet and unfortunately I dont think its possible but I thought I might as well throw out the question to see if I missed something.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖风昔人 2025-01-03 13:37:54

有一个 POI 项目 能够将 DOC 格式转换为文本,但我认为其大小令人望而却步。您可以考虑使用该文档并生成 txt 等价物的 Web 服务。您可以查看此答案以获取可能的解决方案。然后手机可以从您的服务获取文本(或 HTML),您可以将其转换为可扩展文本

There's a POI project that capable of converting DOC formats to text but I think the size is prohibitive. You may consider web service that consumes the doc, produces txt equivalent. You can look at this answer for the possible solutions. Then the phone can get the text (or HTML) from your service which you can turn into spannable text

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文