Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get cover image from epub file?

I required to display the cover image from shared epub file(Like iBooks and kindle).

Suppose I shared multiple book means unzip take long time.

Is it any alternative way?

I spend more time in Google. But I can not get solution.

please give some idea with sample code.

thanks in advance.,

like image 592
Senthilkumar Avatar asked May 22 '14 06:05

Senthilkumar


People also ask

Can EPUB display images?

epub does not display an images.


1 Answers

You can unzip the file and goto OEBPS folder to look for an image file.

run this at command line

unzip abc.epub // replace the abc.epub file with your epub file path
like image 196
akshay gore Avatar answered Oct 22 '22 12:10

akshay gore