| Package | Description |
|---|---|
| com.aspose.slides.api | |
| com.aspose.slides.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
SlidesApi.importFromPdf(String name,
byte[] pdf,
PdfImportOptions options,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
com.squareup.okhttp.Call |
SlidesApi.importFromPdfAsync(String name,
byte[] pdf,
PdfImportOptions options,
String password,
String folder,
String storage,
ApiCallback<Document> callback)
Create presentation document from pdf or append pdf to an existing presentation.
|
com.squareup.okhttp.Call |
SlidesApi.importFromPdfCall(String name,
byte[] pdf,
PdfImportOptions options,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for importFromPdf
|
ApiResponse<Document> |
SlidesApi.importFromPdfWithHttpInfo(String name,
byte[] pdf,
PdfImportOptions options,
String password,
String folder,
String storage)
Create presentation document from pdf or append pdf to an existing presentation.
|
| Modifier and Type | Method and Description |
|---|---|
PdfImportOptions |
PdfImportOptions.detectTables(Boolean detectTables) |
Copyright © 2025. All rights reserved.