Quote:
Originally Posted by erictice
I am trying to use the api in a JAVA app and can't seem to get it to convert the pdf. The documentation in the code is non-existent does anyone have a sample of how to do PDF2EPUB_HTML()
|
Hi, this class is actually deprecated. See "lrf.RecurseDirs.convertPDFActionParams" function. You will see there is two modes of conversion from PDF to EPUB: classes PDF2SVG and PDFSerializer, the preferred.
And yes, there is no info on the code...