Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

EPUB creation in .Net

Tags:

c#

.net

epub

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.

like image 519
yclevine Avatar asked Aug 26 '10 11:08

yclevine


3 Answers

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

like image 63
gyurisc Avatar answered Nov 03 '22 17:11

gyurisc


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

like image 22
Brian Singh Avatar answered Nov 03 '22 17:11

Brian Singh


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

like image 23
Raul Vejar Avatar answered Nov 03 '22 18:11

Raul Vejar