EPUB creation in .Net
Asked Answered
L

4

6

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.

Lianna answered 26/8, 2010 at 11:18 Comment(0)
A
2

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

Apish answered 26/8, 2010 at 11:43 Comment(2)
I think this project might be dead. I do not see any code on the source forge page.Warmedover
The project may not be dead, but it has zero documentation and the usage model is painfully difficult to deduce from the object model. This answer would be more useful if it included some idea how how one might use ePubSharp?Chauchaucer
D
2

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

Dossal answered 30/9, 2010 at 19:37 Comment(0)
J
2

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

Janeanjaneczka answered 6/3, 2011 at 18:30 Comment(1)
Case in point, this page is now gone. Here is the internet archived version: web.archive.org/web/20120116043500/http://www.raulvejar.com/…Fulfill
C
0

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

Cony answered 17/7, 2013 at 23:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.