Quote:
Originally Posted by DiapDealer
Are you making sure there's a meta declaration in the opf that matches the id="cover" item in the manifest?
Example:
Code:
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
blah
blah
<meta name="cover" content="cover-image" />
blah
blah
</metadata>
<manifest>
blah
blah
<item id="cover-image" href="images/cover.jpg" media-type="image/jpeg" />
blah
blah
</manifest>
Note that the bolded items should match.
|
Not sure. The "cover.jpeg" line is already in the manifest, having been generated by the conversion. The ONLY thing I do to the opf file is add the "cover.jpg" line to the manifest. I don't make any other changes to the opf file. This has worked for me but I am not certain "why".