Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
WindowsAuthenticationCredential credential,
DocumentInfoOptions documentInfoOptions)
Gets the document information.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
WindowsAuthenticationCredential credential,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageImage> |
ViewerImageHandler.getPages(URI uri,
WindowsAuthenticationCredential credential,
ImageOptions imageOptions)
Get list of pages image representations.
|
List<T> |
ViewerHandler.getPages(URI uri,
WindowsAuthenticationCredential credential,
RenderOptions renderOptions)
Get list of pages representations from URI with credentials.
|
FileContainer |
ViewerHandler.getPdfFile(URI uri,
WindowsAuthenticationCredential credential,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
Copyright © 2018. All rights reserved.