| Package | Description |
|---|---|
| com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image, or PDF modes with fast and high-quality results.
|
| 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 a view of all document pages.
|
void |
Viewer.view(ViewOptions options,
int... pageNumbers)
Creates a 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.
|
Copyright © 2025. All rights reserved.