public interface IPreviewable
Defines methods to create preview of the document.
Modifier and Type | Method and Description |
---|---|
void |
generatePreview(PreviewOptions previewOptions)
Generates preview images of specific pages in a given image format.
|
IDocumentInfo |
getDocumentInfo()
Gets the general information about the document - size, page count, etc.
|
void generatePreview(PreviewOptions previewOptions) throws Exception
Generates preview images of specific pages in a given image format.
previewOptions
- Image properties and page range settingsjava.lang.Exception;
Exception
IDocumentInfo getDocumentInfo() throws Exception
Gets the general information about the document - size, page count, etc.
java.lang.Exception;
Exception