OOXML\ODF 库
我想创建一个 .NET 应用程序,它允许我执行 OOXML(自定义 XML 部件和内容控件)和 ODF(RDF 元数据)文档的语义标记。我正在寻找合适的图书馆。对于 OOXML,理想的选择是 Open XML SDK 2.0。但是没有那么多 .NET 库可以与 ODF 一起使用(我只找到了 AODL 和 ODF.NET),而且它们不太适合。我无法在 .NET 代码中使用 Java 库(?)。
剩下的选项似乎是 UNO(我也不想使用)和 Qt。 Qt 适合我的目的吗?我能够组织 .NET 和 Qt 之间的交互吗?或者我可以使用其他东西吗?
I want to create a .NET application, which would allow me to perform semantic markup of OOXML (Custom XML Part and ContentControls) and ODF (RDF metadata) documents. I am looking for suitable libraries. For OOXML, the ideal choice is Open XML SDK 2.0. But there are not so many .NET libraries to work with ODF (I only found AODL and ODF.NET) and they do not quite fit. I can’t use Java library in .NET code (?).
The remaining options for this seem to be UNO (which I also do not want to use) and Qt. Will Qt be suitable for my purposes? Will I be able to organize the interaction between .NET and Qt? Or can I use something else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于您的问题,我没有正确的答案...但您可以在 .NET Framework 中使用 Java 库。是的!这可以通过使用 IKVM.NET 实现。
I don't have the right answer to your problem... but you can use Java libraries in .NET Framework. Yes! It's possible through the use of IKVM.NET.