EPUB creation in .Net

2019-02-07 05:30发布

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.

标签: c# .net epub
4条回答
The star\"
2楼-- · 2019-02-07 05:46

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

查看更多
We Are One
3楼-- · 2019-02-07 05:47

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

查看更多
地球回转人心会变
4楼-- · 2019-02-07 05:54

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

查看更多
登录 后发表回答