opening .lit and .pdb files in linux

.lit and .pdb file formats are generally used for ebooks.The purpose of using these formats is – since there are so many formats changing everyday like word, pdf etc, we need some format(easily convertable ones)  to store the ebooks for a longer duration.
for .pdb files : one can use kpalmdoc in linux.The GUI is friendly enough.You need to tell the path of the .pdb file and the name of .txt file.I could not find any working software in windows for opening these.
for .lit files : .lit files can be opened in windows with the help of Microsoft Reader.Reader looks very nice. To open these files in linux you need to download this package. Unzip it , untar it.You’ll have a directory ‘the_clit’

$ cd the_clit;
$ cd lib; make
$ cd ../clit12 ; make ;

now to convert a file issue this command

$ ./clit12 file.lit non_existing_directory/

the backslash (/) incase of non_existing_directory.This creates a few images in the directory we specified along with a file.opf file and file.htm.file.htm can be read from a browser.

Can somebody tell some links from where I can freely download ebooks?.I tried google but it is giving the sites where I need to pay for them.

Pramodh

Explore posts in the same categories: Uncategorized

13 Comments on “opening .lit and .pdb files in linux”

  1. prasanth Says:

    which e-books do you want ra .i got nearly 4 gb of them …but i dont remember the entire links from where i downloaded them ..:(
    however, project gutenburg is the best one …:)

  2. thisisaname Says:

    thisisacomment

  3. Dhiraj Says:

    Hi,there, i tried doing wat u said in m xandros os as a normal user,i got the message that i m unable to exute binary file,i extracted n followed ur commands to d dot.Pls help me,i had lotsa ebuks,but i cant kip logging into windows to read

  4. tcalexander Says:

    Apparently, for some reason, the file permissions are a bit messed up.
    I did the following:
    $ chmod -R a+rwx the_clit
    $ cd the_clit/lib
    $ make
    $ cd ../clit12
    $ make
    $ sudo install clit12 /usr/local/bin
    $ cd ../..
    $ rm -r the_clit

    Do $ clit12 for instructions on use.

  5. Paul Davies Says:

    the university of virginia library has many ebooks. all of them free to download.

  6. john Says:

    if you do an advanced search for *TITLE* ebook restricted to the *.ru domain you will have better luck. russian sites have a lot of commercial ebooks made free (pirate). i started reading a copy of lunar park the other day and found myself wanting to read some more at work and easily found an ebook version.

    as far as I know all the american legitimate sites will have are books who’s copyrights have expired (100 years I beleive). although I could be wrong.

  7. Mitch Says:

    Hey, you can get pretty much any e-books you want if you use a torrent client like bittorrent. Just becareful because not all are legally distributed. Check out http://www.ebookshare.com for torrent books.


  8. Sorry to nitpick, but / is forward slash, \ is backward.

  9. Siddharth Says:

    Use Mobireader to read pdb .files in Windows

  10. San Says:

    You can use ISILO, that runs smoothly and has a good interface, if you want to open pdb files in Windows. I am wondering whether the linux based softwares for pdb work for linux OS phones like motorokr e6?

  11. scuba Says:

    the link is broken where else can i find it??


Comment: