05-20-2010, 04:56 AM | #256 |
Junior Member
Posts: 1
Karma: 10
Join Date: May 2010
Device: none
|
lrf from manybooks.net conversion issue
There is an issue converting lrf books, downloaded from manybooks.net, to another format. It seems that issue with PageTree object.
Have anybody solved this issue? |
06-01-2010, 09:34 PM | #257 |
Resident Curmudgeon
Posts: 76,310
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
Advert | |
|
09-19-2010, 09:55 AM | #258 |
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2010
Device: none
|
This is unbelievable confusing.
I just want an LRF reader. What do I download to get one? Thanks, Domine |
09-19-2010, 09:57 AM | #259 |
Resident Curmudgeon
Posts: 76,310
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
12-14-2010, 08:26 AM | #260 |
Junior Member
Posts: 3
Karma: 10
Join Date: Nov 2010
Device: none
|
I d/loaded LRFTOOLS but how do you get it to work....all I see are lots of CLASS files. I normally just look for the "application" file [.exe] but can see nothing here....help please
|
Advert | |
|
12-14-2010, 12:19 PM | #261 |
Resident Curmudgeon
Posts: 76,310
Karma: 136006010
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You don't actually need LRFTools. Use Calibre. It's easier to use and works better.
|
12-14-2010, 05:27 PM | #262 |
Wizard
Posts: 1,213
Karma: 12890
Join Date: Feb 2009
Location: Amherst, Massachusetts, USA
Device: Sony PRS-505
|
JSWolf, merseybeatle is having problems with calibre. (Though refuses to tell us what the errors are...)
Firstly, leave the .jar file in one piece. There is no need to extract anything from it. Anyway, this is a Java program. You'll need to have the java runtime environment installed. (There's a chance you already do if you run any Java web apps.) This is also a command line program, so you'll need to run it from the command line, i.e., a DOS prompt. First Code:
cd "C:\path to\where\the jar\file is\" Then you'll need to add the directory containing the Java binaries to your path, e.g.: Code:
set path="%path";"C:\Program Files\java\jdk1.6.0_23\bin" Then you should be able to follow the instructions linked to under usage on the first page. The command for converting LRF to epub would be something like: Code:
java -Xms200M -Xmx300M -jar LRFTools-0.9.236.jar convertLRF "C:\path to\LRF files\" -EPUB I hope that's right. I don't use Windows, so I couldn't test all of that. Last edited by frabjous; 12-14-2010 at 05:30 PM. |
12-15-2010, 12:31 PM | #263 | |
Xtreme Quijote
Posts: 101
Karma: 208
Join Date: Sep 2008
Location: La Mancha, Spain
Device: Sony PRS-505
|
Quote:
Eladio |
|
02-02-2011, 11:10 AM | #264 |
Member
Posts: 18
Karma: 10
Join Date: Feb 2010
Device: none
|
Merge ePub Problems (LRFTools-0.9.236.jar)
Hi elinares:
I am trying to use the LRFTools-0.9.236.jar to merge epubs. I have gotten it to work a couple of times but usually I get This: C:\EPubs Tests\Lrf>java -jar LRF.jar mergeEpub e:\x -a 111 -t 222 -o fff.epub Adding Book 1.epub: OK. Adding Book 2.epub: OK. Adding Book 3.epub: OK. C:\EPubs Tests\Lrf>java -jar LRF.jar mergeEpub e:\x -a 211 -t 322 -o fff2.epub Adding Book 1.epub: Error: java.net.UnknownHostException: www.daisy.org at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...Client(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurre ntEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntit y(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEn tity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputS ource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDD ispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerI mpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(U nknown Source) at org.apache.xpath.jaxp.XPathExpressionImpl.evaluate (XPathExpressionImpl.java:295) at lrf.epub.EPUBDoc.getNodeSet(EPUBDoc.java:214) at lrf.epub.EPUBDoc.setNavPoint(EPUBDoc.java:257) at lrf.merge.MergeEPUBAndTOC.appendBook(MergeEPUBAndT OC.java:66) at lrf.RecurseDirs.mergeEPUBAction(RecurseDirs.java:1 59) at lrf.RecurseDirs.mergeEPUBActionParams(RecurseDirs. java:146) at lrf.RecurseDirs.<init>(RecurseDirs.java:101) at lrf.RecurseDirs.main(RecurseDirs.java:41) --------------- linked to ------------------ javax.xml.xpath.XPathExpressionException at org.apache.xpath.jaxp.XPathExpressionImpl.evaluate (XPathExpressionImpl.java:298) at lrf.epub.EPUBDoc.getNodeSet(EPUBDoc.java:214) at lrf.epub.EPUBDoc.setNavPoint(EPUBDoc.java:257) at lrf.merge.MergeEPUBAndTOC.appendBook(MergeEPUBAndT OC.java:66) at lrf.RecurseDirs.mergeEPUBAction(RecurseDirs.java:1 59) at lrf.RecurseDirs.mergeEPUBActionParams(RecurseDirs. java:146) at lrf.RecurseDirs.<init>(RecurseDirs.java:101) at lrf.RecurseDirs.main(RecurseDirs.java:41) Caused by: java.net.UnknownHostException: www.daisy.org at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...Client(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...onnect(Unknown Source) at sun.net.http://www.protocol.http.HttpURLConn...Stream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurre ntEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntit y(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEn tity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputS ource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDD ispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerI mpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse (Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(U nknown Source) at org.apache.xpath.jaxp.XPathExpressionImpl.evaluate (XPathExpressionImpl.java:295) ... 7 more C:\EPubs Tests\Lrf> The first example worked fine but the second did not.( I also tried -Xms200M & -Xmx300M with no difference ) Is there something else I need to try or do ?. Thank you for your help. |
02-02-2011, 12:29 PM | #265 | |
Xtreme Quijote
Posts: 101
Karma: 208
Join Date: Sep 2008
Location: La Mancha, Spain
Device: Sony PRS-505
|
Quote:
<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd"> The SAX parse I've using for merging checks the remote DTD. I can remove this, meanwhile try to connect to internet |
|
02-02-2011, 02:23 PM | #266 |
Member
Posts: 18
Karma: 10
Join Date: Feb 2010
Device: none
|
Merging ePubs (Working Now)!!!
Hi Eladio:
Getting on the internet took care of my problem . Thanks so much ! If you remove the Sax parsing of the remote DTD, let me know. Or if there is a way that I can do this tell me how. Thank you for your quick response. |
07-11-2011, 02:18 PM | #267 |
Member
Posts: 14
Karma: 10
Join Date: Jul 2011
Device: none
|
i need to write a program for convert pdf to epub or html using program.did lots of search and findout lrf epub tool. but i dnt knw how to add this jar files in to netbeans.
.http://code.google.com/p/lrf-epub-to...6.jar&can=2&q= |
07-11-2011, 03:44 PM | #268 |
Member
Posts: 14
Karma: 10
Join Date: Jul 2011
Device: none
|
help is needed
|
07-11-2011, 05:58 PM | #269 | |
Grand Sorcerer
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:
Dale |
|
07-12-2011, 09:10 AM | #270 |
Member
Posts: 14
Karma: 10
Join Date: Jul 2011
Device: none
|
added the LRFTools-0.9.236.jar in to netbeans. how to run the jar files.. or i have to write a seperate program using this? totally confused... i need to run this program..
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
A real PDF to epub/djvu/rtf/html software?. | DsOft | ePub | 35 | 01-02-2011 03:57 PM |
PRS-700 Unable to convert pdf to other formats (epub/rtf/doc) | testndtv | Sony Reader | 1 | 09-24-2010 01:45 PM |
How to create non-embedded Unicode EPUB,LRF,TXT,RTF,PDF | alexmobile | Sony Reader | 1 | 09-23-2009 10:04 PM |
Calibre PDF conversions - LRF/EPUB vs RTF | jackie_w | Calibre | 14 | 09-22-2009 03:06 PM |
[Old Thread] unable to convert ebooks(rtf, txt,lit,html,pdf) to lrf in calibre .4.131 | jackdeth191 | Calibre | 9 | 05-02-2009 02:55 AM |