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.options |
The package provides classes to specify additional options when rendering documents.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.view(ViewOptions options)
Creates view of all document pages.
|
void |
Viewer.view(ViewOptions options,
int... pageNumbers)
Creates view of specific document pages.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlViewOptions
Provides options for rendering documents into HTML format.
|
class |
JpgViewOptions
Provides options for rendering documents into JPG format.
|
class |
PdfViewOptions
Provides options for rendering documents into PDF format.
|
class |
PngViewOptions
Provides options for rendering documents into PNG format.
|