Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Java 读取 RTF 文件,并且我发现了 Swing 的 RTFEditorkit。是否有任何其他 jar 文件可用于读取 rtf 文件。对这个答案不满意。
您可以尝试该套件作为默认套件的替代品。它也支持图像和文本。
你想提取什么样的信息?RTF 是一种非常简单的格式,您应该能够在不使用真正的解析器但使用正则表达式的情况下获取大部分信息。