Package | Description |
---|---|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.domain.containers.DocumentInfoContainer |
ViewerHandler.getDocumentInfo(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.domain.options.DocumentInfoOptions documentInfoOptions)
Deprecated.
Gets the document information.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations.
|
protected List<T> |
ViewerHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from uri with credentials using render options.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getPdfFile(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.domain.options.PdfFileOptions pdfFileOptions)
Deprecated.
Gets the PDF file.
|
Copyright © 2020. All rights reserved.