EPUB creation in .Net

给你一囗甜甜゛ 提交于 2019-11-29 15:30:02

问题


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.


回答1:


Did you try ePub Sharp? Here is the project page Note: I have not tried it myself.




回答2:


I am using the following library from Aspose - http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx




回答3:


I build a DLL around epubcheck you can use from .NET by using IKVM.

You can download it from here: http://www.raulvejar.com/Blog/tabid/70/EntryId/1/EPubCheck-1-1-on-NET.aspx




回答4:


DotNetEpub may not have been around when the question was first asked.



来源:https://stackoverflow.com/questions/3574563/epub-creation-in-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!