public interface Document2ImagesConvertor
| Modifier and Type | Method and Description |
|---|---|
void |
convert(File documentFile,
File folder)
Convert the given document file to PNG images, one image per page.
|
List<String> |
getSupportedMimeTypes()
Get the list of mime types the convertor can convert
|
List<String> getSupportedMimeTypes()
void convert(File documentFile, File folder) throws IOException, FlipbookException
documentFile - the document file to convert.folder - the destination folder.IOException - if an I/O error occurs.FlipbookException - if a document error occurs.