2

Is there any reader for ebooks in .lit format for Linux? Or is there one for Windows that I can run on my Linux with Wine?

Distro: openSUSE 12.2 x86_64 and Linux Mint 12 x86_64

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
missingfaktor
  • 383
  • 2
  • 3
  • 14

2 Answers2

5

You could try calibre for DRM-free ebooks.

don_crissti
  • 79,330
  • 30
  • 216
  • 245
  • 2
    Calibre can also convert .lit to other formats including epub, which can then be edited/cleaned-up with Sigil (or any text editor since an epub is just xhtml + css + iimages + toc etc in a zip file). Sigil is packaged for debian and other distros. Source is at http://code.google.com/p/sigil/ - IIRC the Sigil author also contributes to the Calibre project. – cas Oct 01 '12 at 22:33
2

ConvertLit or clit can convert .lit files to HTML. If you have the DRM key file it can even convert DRM-restricted .lit files to HTML.

There is also a wrapper around convlit and zip called lit2epub which converts .lit to .epub. It is in the epub-utils package on debian, or source code is at http://sourceforge.net/projects/ebook-tools

In most cases (i.e. non-DRM), using Calibre for ebook format conversion is much easier.

cas
  • 1
  • 7
  • 119
  • 185