View Single Post
Old 01-08-2020, 11:59 PM   #1
dxcore35
Member
dxcore35 began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Mar 2018
Device: Kindle Voyage
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?
dxcore35 is offline   Reply With Quote