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.
|
Class and Description |
---|
FileReader
Declares method for reading file stream.
|
Class and Description |
---|
CreateFileStream
Represents interface that instantiates stream used to write output file data.
|
CreatePageStream
Represents interface that instantiates stream used to write output page data.
|
CreateResourceStream
Represents interface that instantiates stream used to write output HTML resource data.
|
CreateResourceUrl
Represents interface that creates URL for HTML resource.
|
FileStreamFactory
Defines methods which are required for instantiating and releasing output file stream.
|
PageStreamFactory
Defines the methods that are required for instantiating and releasing output page stream.
|
ReleaseFileStream
Releases interface which was instantiated by the method associated with
CreateFileStream interface. |
ReleasePageStream
Releases stream which was instantiated by the method associated with
CreatePageStream interface. |
ReleaseResourceStream
Releases stream which was instantiated by the method associated with
CreateResourceStream interface. |
ResourceStreamFactory
Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.
|
Copyright © 2023. All rights reserved.