Amazon provides a command line tool kindlegen that can convert from *.opf, *.htm, *.html, and *.epub. Integrating with this converter would allow users with kindle readers to read the epub document content without having to first convert the file or email it to his/herself.
Implementation notes/ideas:
During batch processing find all epub fields with status EPUB_EXPORT_STATUS_READY and then run kindlegen on each file and append to the epub field.
When epub status changes to any non EPUB_EXPORT_STATUS_READY status adjust the mobi file availability accordingly.
Review if this needs to have a field setting to indicate what type of file is at the particular index in the field.
Document details for adding and enabling.
This should be an optional module .
Comments
Comment #1
jgraham commentedhttp://drupalcode.org/project/epub_export.git/commit/8ac2caa
Comment #2
jgraham commentedhttp://drupalcode.org/project/epub_export.git/commit/8ac2caa
Comment #4
ñull commentedNo Readme documentation is available yet.
Comment #5
anandbej commentedI'm not able to use this module in my site. can anyone provide a step-by-step procedure to implement this.
Thanks.