Package | Description |
---|---|
com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image or PDF modes fast and with high quality.
|
com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
ViewInfo |
Viewer.getViewInfo(ViewInfoOptions options)
Returns information about view and document specific information.
|
Modifier and Type | Method and Description |
---|---|
ViewInfo |
CacheableFactory.newViewInfo(FileType fileType,
List<Page> pages)
Creates implementation of
ViewInfo interface |
Modifier and Type | Interface and Description |
---|---|
interface |
ArchiveViewInfo
Represents view information for archive file.
|
interface |
CadViewInfo
Represents view information for CAD drawing.
|
interface |
LotusNotesViewInfo
Represents view information for Lotus notes database storage
Default implementation is
LotusNotesViewInfoImpl |
interface |
OutlookViewInfo
Represents view information for Outlook Data file.
|
interface |
PdfViewInfo
Represents view information for PDF document.
|
interface |
ProjectManagementViewInfo
Represents view information for MS Project document.
|