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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -