public class EPubExtractor extends Object
Constructor and Description |
---|
EPubExtractor() |
Modifier and Type | Method and Description |
---|---|
byte[] |
extractImage(InputStream in,
String href)
Extract the cover image with with
href |
Map<String,String> |
extractMetadata(InputStream in)
Look for a .opf file in the zip achive and extract metadata out of it
return it as a Map
|
public Map<String,String> extractMetadata(InputStream in) throws Exception
Exception
public byte[] extractImage(InputStream in, String href) throws Exception
href
Exception
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"