tags:

views:

101

answers:

2

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  A: 

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

gyurisc
Sounds good. I'll check it out.
Bear
A: 

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

Brian Singh