objective c - Is there a native Cocoa library to parse eBook metadata information? -


i need metadata info ebook such author, publication date, publisher, plot, etc. formats '.mobi', '.azw', '.azw2', '.azw3', '.epub'.

is there cocoa class that? if not, libraries suggest me?

i think no, formats have xml based metadata formats, use xml parser like.

just unzip file , see inside. example internals of .epub

enter image description here


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -