public class ImageConverter extends Object
Convert document to Image
Constructor and Description |
---|
ImageConverter() |
Modifier and Type | Method and Description |
---|---|
List<PageImage> |
getPages(InputStream stream,
ImageOptions options)
convert the document to image format
|
List<PageImage> |
getPages(String path,
String password)
convert the document to image format
|
public final List<PageImage> getPages(InputStream stream, ImageOptions options)
convert the document to image format
stream
- options
- Copyright © 2019. All rights reserved.