Converting EPUB to PDF with Java -
I want to convert an EPUB document to PDF in Java. I get a lot of questions about converting pdf into ebbaid but nothing is on the other side.
Is there a Java library or a command line tool that I can call through Java which will do magic?
Thx in advance!
- Lucky
You can call the program of the caliber from the command line goes. See for more information.
I believe that the conversion works fine for the simple requirements, I tried to use it for ebook conversion (PDF from API), but some document parameters (page numbers, etc.) Indentation) was not able to control. The result included all the text from the source ePUB, it was usable, but I was not happy with the quality of the formatting.
Finally, I ended up using APB Parsing and PrinceXML to convert PDF to PDF. The good thing about this is that I can remove the contents of the EPUB table (hyperlinks without page number) with completely different Tuscany (hyperlinks with page numbers), where can I add empty pages to others? PrinceXML is a binary, you can go from the command line or you can execute it, it works very well and there is a wide support of HTML / CSS.
Kerala
Comments
Post a Comment