| 
			
			 | 
		#1 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 23 
				Karma: 10 
				Join Date: Sep 2008 
				
				
				
				Device: BeBook 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Mobipocket convert in mass?
			 
			
			
			Okay, I just posted a question about My Ebook Library, and now about Mobipocket.  First, I love the program and would love to have all my books organized within it.  The problem is that I have hundreds of books (mostly in PDF, a few in LIT) and it will take days to go through each one and converting into Mobipocket.  Isn't there a way to convert an entire folder of books all at once?  This would remove hours of hassle.  Or is there something similar to Mobipocket, cuz I love it! 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Thanks, Doug  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 BOb  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Wizard 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,190 
				Karma: 32370 
				Join Date: Jan 2007 
				Location: Anchorage, AK 
				
				
				Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 23 
				Karma: 10 
				Join Date: Sep 2008 
				
				
				
				Device: BeBook 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Eek, batch file?  Unfortunately I'm not that knowledgeable with this computer stuff.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 I also stated that is Mobipocket allowed for this then the batch file could add the files to the MP software too. But, I don't know if there is a command line API (or any API) for the Mobipocket reader software. BOb  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 A simple example. Lets say to add a .PRC file to Mobipocket you could do this at the command line: mobireader /add MYfilename.prc So, you could use the following command to add all the .prc files in a folder: for %%i in (*.prc) do mobireader /add %%i If you put than in a batch file named add2mobi.bat then you can just run that bat file anytime by double clicking it. BOb  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 23 
				Karma: 10 
				Join Date: Sep 2008 
				
				
				
				Device: BeBook 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Okay, so your saying this will be able to convert all the pdfs within a certain folder and subfolders into mobipocket format (.prc)?  I think I'm going to need a little bit more specific step by step instructions though.  Starting with "start" click on "run", type "cmd" and hit enter.... and go from there 
		
	
		
		
		
		
		
		
		
		
		
		
	
	   Is that a good start?Thanks! Doug  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 BOb  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#9 | |
| 
			
			
			
			 Resident Curmudgeon 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,782 
				Karma: 150249619 
				Join Date: Nov 2006 
				Location: Roslindale, Massachusetts 
				
				
				Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 As for LIT, you can explode the LIT into it's component parts after you've remove the DRM using ConvertLIT and lit2oeb to explode it. Then use Mobipocket Publisher to load the OEB file and generate a PRC. But I don't know of any way easy way to automate the process.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#10 | |
| 
			
			
			
			 reader 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977 
				Karma: 5183568 
				Join Date: Mar 2006 
				Location: Mississippi, USA 
				
				
				Device: Kindle 3, Kobo Glo HD 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 reader 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977 
				Karma: 5183568 
				Join Date: Mar 2006 
				Location: Mississippi, USA 
				
				
				Device: Kindle 3, Kobo Glo HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			  No.  I think the Reader must have a PDF to HTML initial step before (effectively) calling mobigen.  One possibility is Calibre's any2epub, although I have not tried it on PDFs and mobigen's ePub import is not yet all that good (e.g. does not read the toc.ncx file).
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#13 | 
| 
			
			
			
			 creator of calibre 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,609 
				Karma: 28549044 
				Join Date: Oct 2006 
				Location: Mumbai, India 
				
				
				Device: Various 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			mobopicket has a pdf2xml tool that they use. its based on xpdf, so its source is available somewhere on the mobipocket dev site, i forget where.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#14 | ||
| 
			
			
			
			 reader 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,977 
				Karma: 5183568 
				Join Date: Mar 2006 
				Location: Mississippi, USA 
				
				
				Device: Kindle 3, Kobo Glo HD 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 Searching for pdf2xml on MobiPocket forums I found the following: Quote: 
	
  | 
||
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#15 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 19,832 
				Karma: 11844413 
				Join Date: Jan 2007 
				Location: Tampa, FL USA 
				
				
				Device: Kindle Touch 
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| ESVSB convert from Mobipocket | bookwurm70 | Calibre | 6 | 06-28-2010 10:40 PM | 
| How To mass-convert ereader files into HTML and then into MOBI | GatorDeb | Kindle Formats | 2 | 12-18-2009 04:51 PM | 
| convert from 'new' mobipocket to 'old' mobipocket? | Indigo Ink | Kindle Formats | 11 | 06-22-2008 02:43 AM | 
| Mass converting LIT -> Mobipocket? | spirits | Amazon Kindle | 13 | 03-04-2008 09:52 AM | 
| Convert Mobipocket Book to Word ? | acidtest | Workshop | 0 | 03-02-2006 09:00 AM |