View Single Post
Old 07-12-2011, 01:28 PM   #273
ashida
Member
ashida began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jul 2011
Device: none
Hi DalDe, Thank u so much for ur reply . found the error and executed.

converting pdf to Epub
-----------------------------------
java -Xms200M -Xmx300M -jar /Applications/LRFTools-v0.9.160.jar
convertPDF test -d test -SVG

this command showing some error

at org.pdfbox.pdmodel.font.PDType0Font.drawString(PDT ype0Font.java:75)
at org.pdfbox.pdfviewer.PageDrawer.showCharacter(Page Drawer.java:160)
at org.pdfbox.util.PDFStreamEngine.showString(PDFStre amEngine.java:409)
at org.pdfbox.util.operator.ShowText.process(ShowText .java:64)
at org.pdfbox.util.PDFStreamEngine.processOperator(PD FStreamEngine.java:452)
at org.pdfbox.util.PDFStreamEngine.processSubStream(P DFStreamEngine.java:215)
at org.pdfbox.util.PDFStreamEngine.processStream(PDFS treamEngine.java:174)
at org.pdfbox.pdfviewer.PageDrawer.drawPage(PageDrawe r.java:104)
at lrf.pdf.PDF2SVG.procPDF(PDF2SVG.java:91)
at lrf.pdf.PDF2SVG.recurse(PDF2SVG.java:40)
at lrf.RecurseDirs.convertPDFActionParams(RecurseDirs .java:223)
at lrf.RecurseDirs.<init>(RecurseDirs.java:89)
at lrf.RecurseDirs.main(RecurseDirs.java:39)


Converting lrf to html
--------------------------
java -Xms200M -Xmx300M -jar /Applications/LRFTools-v0.9.160.jar convertLRF test -d test -HTML -A4
Creating Pride and Prejudice.html...HTML Ok

but this comment works... that is for converting lrf doc to html . difficult to convert pdf to epub. i have attached my pdf book
Attached Files
File Type: pdf DomeTome.pdf (9.87 MB, 1135 views)

Last edited by ashida; 07-12-2011 at 01:31 PM.
ashida is offline   Reply With Quote