Quote:
Originally Posted by mikapanja
How can one open and read a MOBI book if it doesn't contain an OPF? What happens internally? And how does KindleUpack reconstruct it?
|
OPF is part of the EPUB specification. EPUB uses zipped XML files for metadata.
MOBI format predates EPUB and uses binary structures for metadata. You can read more about it
here.
Both calibre and Kindleunpack contain a significant amount of software to read MOBI format and generate the EPUB equivalent for the various data structures involved.