Automatic cover page - based on metadata from content.opf (EPUB/AZW3)
Hello it is possible to use metadata field from content.opf:
<dc:title>Example</dc:title>
<dc:creator opf:role="aut" opf:file-as="AUTHOR NAME">AUTHOR NAME</dc:creator>
<dc:description>Example text</dc:title>```
And use them in html file?
<body>
<book_title> %(title) </book_title>
<book_autor> %(creator) </book_autor>
<book_desk> %(description) </book_desk>
</body>
How to refer to this metadata?
|