phpMobi
phpMobi copied to clipboard
An experimental Mobipocket file creator in PHP
I run the sample .download the mobi file .but the file open fail .is it really can transform online html. I test the website http://thetricky.net/mySQL/GROUP%20BY%20vs%20ORDER%20BY the file open fail why?
can I set a cover for a mobi file?
Quick question, is RTL (right to left) language supported?
TOC positions seem to not be interpreted correctly, with an inconsistent error. Using the following code to generate a book: ``` $mobi = new MOBI(); $mobi_content = new MOBIFile(); $mobi_content->set("title",...