mertakdut / EpubParser

Parses .epub files, provides seperation page by page.
Apache License 2.0
118 stars 27 forks source link

please return the cover image file name #21

Closed epubreader closed 7 years ago

epubreader commented 7 years ago

I know I can get the image by reader.getCoverImage(), but how about the file name, if we don't know the file extension, reader.getCoverImage() is useless. can you add a method to return the cover image file name?

mertakdut commented 7 years ago

reader.getCoverImageFileName() method will be available in the next version.