up vote 6 down vote favorite
5
share [g+] share [fb]

I have a bunch of book length text files I'd really like to read on my EPUB reader (as it happens FBReaderJ). What would be the best route to convert them?

I have access to Mac OS X and Linux (Ubuntu). Probably happiest with a command line, but would setting for a GUI for batch conversion.

My criteria for success are really based upon the shortfalls I have found with Calibre

  • must do the whole book
  • at least a guess of what the title/author may be. Minimum the source filename for the title.
  • hygienic with files it uses - tidies up after itself (this is less important)
  • doesn't try to be an all-in-one library manager (again, less important).
  • is lenient in parsing special characters (e.g. < and & characters).
link|improve this question
feedback

protected by Community May 18 '11 at 4:40

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

9 Answers

up vote 4 down vote accepted

For the Mac OS X and Windows, I have had success with Stanza for Desktop.

This supports a good range of export formats.

More importantly, it copes very well with

  • detecting chapters in large text files.
  • unicode, including "significant" characters like < and &.
link|improve this answer
feedback

I'd say, Calibre is for you, it works on Linux, Mac OS X, and Windows.

Input Formats: CBZ, CBR, CBC, EPUB, FB2, HTML, LIT, MOBI, ODT, PDF, PRC**, PDB, PML, RB, RTF, TXT

Output Formats: EPUB, FB2, OEB, LIT, LRF, MOBI, PDB, PML, RB, PDF, TXT

link|improve this answer
Thanks. My criteria were based upon the shortfalls of Calibre. – jamesh Sep 8 '09 at 11:16
1  
ahh, didn't know that ... but when it comes to EPUB, there isn't really much out there except Calibre, even the gurus in an ebook forum where i'm a member don't have other solutions for this format. :( – Molly7244 Sep 8 '09 at 11:46
I'd point your gurus here! Would love to hear what they have to say (I posted an answer, btw). – jamesh Sep 8 '09 at 12:45
feedback

There are online tools to convert to epub files.

Example of such a website here.

link|improve this answer
Thanks. This worked, although I did need to do some curation on the file. Not yet suitable for batch importing. – jamesh Sep 8 '09 at 12:46
1  
This one supports more sensible input formats, and is quicker: 2epub.com – MGOwen Jul 8 '10 at 6:04
feedback

You may want to try ODFToEPub. This is an OpenOffice extension that lets you export a document to ePub.

http://www.pincette.biz/odftoepub/

link|improve this answer
feedback

Happened upon this thread many moons later.

Just liked to point out there is a command line tool Calibre uses to convert. It's called (surprise, surprise) ebook-convert. See 'ebook-convert -h' or 'ebook-convert dummy.html .epub -h' to see conversion options for converting html to epub.

Haven't explored it though. I am most curious about --list-recipes (and if it works), it looks as somethings interesting.

link|improve this answer
feedback

If you have access to a Windows system, you can try Atlantis Word Processor. It converts not only TXT but also DOC, DOCX, and ODT files to EPUB. Only a few mouse clicks are needed to convert a document to EPUB. Convenient batch conversion is also offered. You can find details here:

http://www.atlantiswordprocessor.com/en/help/index.php?page=html/ebook.htm

Or see the main page of its site (there is also a download link).

link|improve this answer
feedback

Best way to convert to epub is with Calibre, it's free and really easy to do. I just had to do this with a bunch of documents for our sales team to take into the field with the iPad. Here's the guide I used:

http://osxdaily.com/2010/08/12/convert-to-epub/

Free download, quick conversions, doesn't get much better.

link|improve this answer
feedback

If you have a MacOS X 10.6 machine, try this:

http://padilicious.com/epub/index.html

It relies on Automator

link|improve this answer
feedback

A bit off-topic:

Here's a nice website, titled EVERYTHING ABOUT READING ELECTRONIC BOOKS.

Well, not quite EVERYTHING, but very informative nevertheless :)

This being a Russian website, they're focused on some of these extraordinary Russian eBook reading programs such as ICE Book Reader Professional, CoolReader 2 (maybe not as sophisticated as ICE but free) and AlReader 2. None of these support the EPUB format though.

There's also a link to several ePub libraries, which might be of interest for you.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.