Hi,
I'm trying to convert a OPF to a mobi ebook using ebook-convert like
Code:
ebook-convert book.opf book.mobi
The convertion went OK and I could get the ebook.
But when I read the book on a Kindle Paperwhite, I found all articles' author and description info are lost.
In Paperwhite's Cover View, there is 'No details available' under each article title.
However, these information are in the OPF file:
Code:
<navPoint playOrder="2" class="article" id="88f3f4f35ed557e95c59024d92a73b33">
<navLabel>
<text>India blocks Colgate patents for spices</text>
</navLabel>
<content src="1.html"/>
<mbp:meta name="description">India blocks Colgate patents for spices</mbp:meta>
<mbp:meta name="author">Unknown</mbp:meta>
</navPoint>
Is there anyway to solve this? Thank you.