public class FileConversionServiceImpl extends Object implements FileConversionService
FileConversionService| Constructor and Description |
|---|
FileConversionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPageList(String sessionId)
This method returns true if there are list of available pages in a document
|
String |
uploadDocument(byte[] data,
String fileName)
This method returns a session by uploading a document to fileconversion service
|
public String uploadDocument(byte[] data, String fileName)
FileConversionServiceuploadDocument in interface FileConversionServicedata - content of the element in a structured documentfileName - name of the element in a structured documentpublic boolean getPageList(String sessionId)
FileConversionServicegetPageList in interface FileConversionServicesessionId - sessionId of a documentCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.