如何将元数据添加到html文件
我正在使用 Apache Tika 将 RTF 文档转换为 HTML。 在 Tika 的 RTFParser 类中,我进行了更改以使用 HTMLEditorKit 生成 HTML 文件,现在我能够生成 HTML 文件。
我想将元数据标签添加到生成的 HTML 文件的 head 标签中。 有人能给我一个如何继续的想法吗?
I am using Apache Tika to convert RTF documents to HTML.
In Tika's RTFParser class I made changes to generate HTML file using HTMLEditorKit and now I'm able to generate the HTML file.
I want to add the metadata tags into the head tag of the generated HTML file.
Can anybody give me an idea to how to proceed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个:
添加元数据
我不确定这是否有帮助,但我认为值得一试。
Check this out:
Add Metadata
I'm not sure that this will help, but I think it is worth to check out.