Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Workshop

Notices

Reply
 
Thread Tools Search this Thread
Old 06-23-2008, 01:46 PM   #1
April
Junior Member
April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.
 
April's Avatar
 
Posts: 7
Karma: 473290
Join Date: May 2008
Device: htc one x phone
Batch Convert Ebooks?

Hello all! I'm new here, and hope you all can help me. It seems like a friendly kind of place

I will be ordering a Kindle next week, and am really excited. I've been collecting ebooks for about 10 years, but this will be my first portable reader. Here's where I'm having problems.....

I have several thousand ebooks, in PDF, HTML, DOC, RTF, TXT, LIT, PDB, PRC....... You get the idea.

What I would like to do is to batch-convert all of them to a format the Kindle can read. I'm thinking that PRC would probably be the best, but I don't know for sure.

So, my question is two-fold - first, what would be the best format to convert everything to, and second, what would be the best software to use for the conversion? Last time I checked, my ebooks numbered over 10,000, so anything that will batch convert is obviously preferable.

Thanks in advance!

April
April is offline   Reply With Quote
Old 06-23-2008, 01:49 PM   #2
RickyMaveety
Holy S**T!!!
RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.RickyMaveety lived happily ever after.
 
RickyMaveety's Avatar
 
Posts: 5,213
Karma: 108401
Join Date: Jun 2008
Location: San Diego, California!!
Device: Kindle and iPad
I don't know about working in batches ... but the books I've converted into prc have been reading just fine on my Kindle.

You may find that many of the books you have in your collection have already been converted into the proper form here at this site.
RickyMaveety is offline   Reply With Quote
Advert
Old 06-23-2008, 03:08 PM   #3
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by April View Post
Hello all! I'm new here, and hope you all can help me. It seems like a friendly kind of place

I will be ordering a Kindle next week, and am really excited. I've been collecting ebooks for about 10 years, but this will be my first portable reader. Here's where I'm having problems.....

I have several thousand ebooks, in PDF, HTML, DOC, RTF, TXT, LIT, PDB, PRC....... You get the idea.

What I would like to do is to batch-convert all of them to a format the Kindle can read. I'm thinking that PRC would probably be the best, but I don't know for sure.

So, my question is two-fold - first, what would be the best format to convert everything to, and second, what would be the best software to use for the conversion? Last time I checked, my ebooks numbered over 10,000, so anything that will batch convert is obviously preferable.

Thanks in advance!

April
If I'm not mistaken, the Kindle uses .mobi along with a .mobi variant called .azw.
I have a Sony, not a Kindle but here's how I do it for my Nokias. Your best bet would be MobiPerl, a free suite of tools you can find my searching the forum. You'll also need a tool called ConvertLit also free (search google) For batch conversions, I work from the command-line, using linux bash scripts:

Quote:
#!/bin/bash

#doloop

OPERATION=$1

for file in ./* # Filename globbing.
do

$OPERATION $file

done

exit 0
I would call the script above with: '$doloop lit2mobi' were I converting a directory of .lit format files, substituting different commands for different fletypes. This would also work if you're using OS X. For Windows, you'll have to find someone with better .bat file skills, but I'm sure it's doable there too.
JeffElkins is offline   Reply With Quote
Old 06-23-2008, 03:19 PM   #4
April
Junior Member
April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.April ought to be getting tired of karma fortunes by now.
 
April's Avatar
 
Posts: 7
Karma: 473290
Join Date: May 2008
Device: htc one x phone
Thanks for the tips! I know NOTHING about writing commands, but my husband is a programmer (go figure, right?) - I'll have him take a look at this & see if he can work on it.
April is offline   Reply With Quote
Old 11-17-2008, 08:48 AM   #5
jmarcus
Junior Member
jmarcus began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2008
Device: Kindle
I just bought a Kindle reader that reads .prc files. I also have the Mobi reader/converter. My goal is to buy my schoolbooks for nursing in electronic format. Most are sold I think, in HTML format. I have experimented with converting all the Word modules from class first to HTML, then to .prc format. I have been somewhat successful, but it is hard to maintain formatting, which is somewhat important, in the font I need to be able to read the files.

My question is this: How do you convert a book from HTML format, keeping the books index intact and bookmarks or pointers to all the chapters (the seperate html files)? I would like to keep the book as close to its original format as possible. I need to be able to jump to individual chapters or pages in the book because I need to read text on particular pages and make reference to other pages by page number.

Thanks,
John Marcus
jmarcus is offline   Reply With Quote
Advert
Old 11-17-2008, 10:32 AM   #6
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
Quote:
Originally Posted by jmarcus View Post
I just bought a Kindle reader that reads .prc files. I also have the Mobi reader/converter. My goal is to buy my schoolbooks for nursing in electronic format. Most are sold I think, in HTML format. I have experimented with converting all the Word modules from class first to HTML, then to .prc format. I have been somewhat successful, but it is hard to maintain formatting, which is somewhat important, in the font I need to be able to read the files.

My question is this: How do you convert a book from HTML format, keeping the books index intact and bookmarks or pointers to all the chapters (the seperate html files)? I would like to keep the book as close to its original format as possible. I need to be able to jump to individual chapters or pages in the book because I need to read text on particular pages and make reference to other pages by page number.

Thanks,
John Marcus
The Mobi Reader is not likely powerful enough to control the task. It is mainly for drag and drop conversion. Download the MobiCreator product professional version which is a free download and use it to make your conversions. mobi format does not permit page by page reference that matches the printed page. You can jump to individual chapters. You may be able to embed the page numbers in the text with manual effort and then you could search for them.

Dale
DaleDe is offline   Reply With Quote
Old 12-09-2009, 01:47 AM   #7
belzhazzar
Junior Member
belzhazzar began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2009
Device: kindle 2
Quote:
Originally Posted by JeffElkins View Post
If I'm not mistaken, the Kindle uses .mobi along with a .mobi variant called .azw.
I have a Sony, not a Kindle but here's how I do it for my Nokias. Your best bet would be MobiPerl, a free suite of tools you can find my searching the forum. You'll also need a tool called ConvertLit also free (search google) For batch conversions, I work from the command-line, using linux bash scripts:



I would call the script above with: '$doloop lit2mobi' were I converting a directory of .lit format files, substituting different commands for different fletypes. This would also work if you're using OS X. For Windows, you'll have to find someone with better .bat file skills, but I'm sure it's doable there too.

Ehm... as I know NOTHING about programming and, unfortunately have no programmer wife or husband could you tell me VERY SIMPLE how to write commands like those in windows xp environment? Also, if it is not too much disturb, could you advise me on best software? I have TONS of PDFS, and Docs... so I guess it would be better to turn them in Azw (Azw does preserve pictures right?)
belzhazzar is offline   Reply With Quote
Old 12-09-2009, 03:07 AM   #8
frabjous
Wizard
frabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameterfrabjous can solve quadratic equations while standing on his or her head reciting poetry in iambic pentameter
 
frabjous's Avatar
 
Posts: 1,213
Karma: 12890
Join Date: Feb 2009
Location: Amherst, Massachusetts, USA
Device: Sony PRS-505
Calibre can batch convert all or nearly all those files to .mobi, which you can read on your Kindle. Calibre has its own forum here at MobileRead, and its homepage is here:
http://calibre-ebook.com/
frabjous is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Batch convert .lit or .rb files? mr.sam Sony Reader 11 12-10-2009 05:16 PM
Mobigen Mass Batch conversion of HTML-Single-File ebooks to .mobi ebooks cklammer Kindle Formats 9 11-20-2009 03:00 AM
Batch convert entire folder rling Calibre 2 10-02-2009 12:38 AM
Batch convert error Dopedangel Calibre 2 09-07-2009 03:46 AM
Batch convert txt to prc Petest Kindle Formats 4 03-03-2009 04:29 AM


All times are GMT -4. The time now is 11:48 AM.


MobileRead.com is a privately owned, operated and funded community.