-->

EPUB creation in .Net

2019-02-07 05:49发布

问题:

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.



标签: c# .net epub