public interface ConvertService
| Modifier and Type | Method and Description |
|---|---|
ConvertResponse |
processConvert(ConvertRequest convertRequest,
String fileId)
Starts the file conversion process.
|
ConvertResponse processConvert(ConvertRequest convertRequest, String fileId) throws Exception
convertRequest - The ConvertRequest object.fileId - The ID of the file to be converted.ConvertResponse object.Exception - If the processing fails unexpectedly.ConvertRequestCopyright © 2023–2024. All rights reserved.