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.FileContainer |
ViewerHandler.getPdfFile(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.options.PdfFileOptions pdfFileOptions)
Deprecated.
Gets the PDF file.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getPdfFile(InputStream fileStream,
String fileName,
com.groupdocs.viewer.legacy.domain.options.PdfFileOptions pdfFileOptions)
Deprecated.
Gets the PDF file.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getPdfFile(String guid,
com.groupdocs.viewer.legacy.domain.options.PdfFileOptions pdfFileOptions)
Deprecated.
Gets the PDF file.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getPdfFile(URI uri,
com.groupdocs.viewer.legacy.domain.options.PdfFileOptions pdfFileOptions)
Deprecated.
Gets the PDF file.
|
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.