支持 .net 应用程序中的 ODF 子集

发布于 2024-08-24 11:11:09 字数 251 浏览 2 评论 0原文

我正在为基于 ASP.net 的网站构建一个简单的 CMS,并且希望将网站内容存储在使用 ODF 文件格式子集的文件中。理想情况下,站点应该能够保存以任何 ODF 兼容编辑器都可以打开和编辑的格式创建的内容。

如果所有文件元素都在我们支持的子集中,它还应该能够打开任何 ODF 兼容文件并加载它。如果它包含 CMS 不支持的元素,CMS 应报告这些不支持的元素是什么。

是否有一个 .net 库可以处理这类事情,或者我是否需要构建一个?我不想重新发明轮子。

I'm building a simple CMS for an ASP.net-based website and would like to store the site content in files that use a subset of the ODF file format. Ideally, the site should be able to save the content created in a format that any ODF-compliant editor can open and edit.

It should also be able to open any ODF compliant file and load it if all the file's elements are within the subset we're supporting. If it contains elements that are not supported by the CMS, the CMS should report what those unsupported elements are.

Is there a .net library for handling this sort of thing or do I need to build one? I'd hate to reinvent the wheel.

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

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

发布评论

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

评论(1

划一舟意中人 2024-08-31 11:11:09

在所提出问题的背景下,有一个名为 AODL 的库可以解决所提出的大部分问题。该项目只完成了一半,自 2008 年以来就没有看到任何签入,但似乎涵盖了我需要的所有文字处理功能。

Within the context of the question asked, there is a library called AODL that solves most of the problems raised. The project is only half done and hasn't seen any check-ins since 2008, but seems to cover all of the word processing functionality I need.

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