Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-04-2011, 06:35 AM   #1
CaptainMe
Junior Member
CaptainMe began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2011
Device: ipod touch
Question Call Calibre using java

I am now writng a java program. Can I embed Calibre in my application? I mean, can I setup Calibre by using java codes? BTW, this application is not for commercial use.
CaptainMe is offline   Reply With Quote
Old 05-04-2011, 06:51 AM   #2
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Not easily. Probably the only thing you will be abe to do is call calibre command line applications (such as ebook-convert) and let them run then get the output:

Code:
import java.io.*;
Process p = Runtime.getRuntime().exec("ebook-convert.exe");
p.waitFor();
System.out.println(p.exitValue());
The other option you have if is you want to interact with the calibre library for instance then you don't need calibre and can work with the metadata.db and files themselves.
user_none is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Call for attention to Customize Plugins..It makes Calibre do more... bookpal Plugins 4 12-26-2010 09:46 AM
Call for imp support in Calibre scruffy Calibre 27 12-11-2009 09:58 AM
Java on iLiad makkus iRex 1 12-23-2008 10:58 AM
iLiad Java CBZViewer ericshliao iRex Developer's Corner 4 01-29-2008 10:06 AM
[Apple]Java Embedding Plugin 0.9.2: Force java to run in browsers other than Safari Zire Lounge 4 05-24-2005 09:12 PM


All times are GMT -4. The time now is 09:36 AM.


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