| 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.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Viewer.getAttachments()
Returns attachments contained by the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Viewer.saveAttachment(Attachment attachment,
OutputStream destination)
Saves an attachment file to the destination stream.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
CacheableFactory.newAttachment(String fileName,
String filePath)
Creates an implementation of the
Attachment interface. |
Attachment |
CacheableFactory.newAttachment(String id,
String fileName,
Path filePath,
long size)
Creates an implementation of the
Attachment interface. |
Attachment |
CacheableFactory.newAttachment(String id,
String fileName,
String filePath,
FileType fileType,
long size)
Creates an implementation of the
Attachment interface. |
Attachment |
CacheableFactory.newAttachment(String id,
String fileName,
String filePath,
long size)
Creates an implementation of the
Attachment interface. |
Copyright © 2025. All rights reserved.