Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
FileContainer |
ViewerHandler.getPdfFile(InputStream fileStream,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
FileContainer |
ViewerHandler.getPdfFile(InputStream fileStream,
String fileName,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
FileContainer |
ViewerHandler.getPdfFile(String guid,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
FileContainer |
ViewerHandler.getPdfFile(URI uri,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
FileContainer |
ViewerHandler.getPdfFile(URI uri,
WindowsAuthenticationCredential credential,
PdfFileOptions pdfFileOptions)
Gets the PDF file.
|
Copyright © 2018. All rights reserved.