在 .Net 中创建 EPUB
有没有可以用来在 .NET/C# 中创建 epub 文件的库?流程文档 -> epub 转换工具是理想的选择,但任何类型的库都可以。
我还对评估编写一个程序的复杂程度感兴趣。我知道它基本上是一堆压缩的 XHTML 文件,但我不断听说使用现有的转换工具很难做到正确。
Is there any library out there that I can use to create epub files in .NET/C#? A Flowdocument -> epub conversion tool would be ideal, but any kind of library would be great.
I am also interested in an assesment of how complex it would be to write one. I understand that it is basically a bunch of zipped XHTML files, but I keep hearing that using existing conversion tools it is difficult to get it right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您尝试过 ePub Sharp 吗?这是项目页面
注:我自己没有尝试过。
Did you try ePub Sharp? Here is the project page
Note: I have not tried it myself.
我正在使用 Aspose 的以下库 - http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx
I am using the following library from Aspose - http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx
我围绕 epubcheck 构建了一个
DLL
,您可以通过使用IKVM
从 .NET 使用。您可以从这里下载:
http://www.raulvejar .com/Blog/tabid/70/EntryId/1/EPubCheck-1-1-on-NET.aspx
I build a
DLL
around epubcheck you can use from .NET by usingIKVM
.You can download it from here:
http://www.raulvejar.com/Blog/tabid/70/EntryId/1/EPubCheck-1-1-on-NET.aspx
第一次提出问题时,DotNetEpub 可能还不存在。
DotNetEpub may not have been around when the question was first asked.