Tools, FAQ, Tutorials:
What Is EPUB 3.0 Package Metadata
What Is EPUB 3.0 Package Metadata
✍: FYIcenter.com
EPUB 3.0 Package Metadata
encapsulates meta information of the EPUB 3.0 book.
Package Metadata, represented by the "metadata" element, is specified as the first required sub-element of the root "package" element in an EPUB 3.0 package file like package.opf:
<package ...> <metadata ...> ... </metadata> ... </package>
The "metadata" element must have the following required sub-elements:
The "metadata" element can also have additional optional sub-elements like:
2018-06-01, ∼2121🔥, 0💬
Popular Posts:
What properties and functions are supported on requests.models.Response objects? "requests" module s...
Where to find EPUB Sample Files? Here is a list of EPUB sample files collected by FYIcenter.com team...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How To Break a File Path Name into Parts in PHP? If you have a file name, and want to get different ...