Index | Method | Request(s) | Response | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | convertDocumentToPdf |
sid docId fileVersion |
converts the document to PDF and saves the conversion as document's resource(suffix 'conversion.pdf' ); if the conversion was already created, nothing happens | |||||
2 | convertDocumentAndSave |
sid docId fileVersion format |
docId | converts an existing document and stores the generated conversion in LogicalDOC | ||||
3 | convertDocument |
sid docId fileVersion format |
conversion | converts an existing document and downloads the generated conversion | ||||
4 | convertFile |
sid fileName format fileContent |
conversion | converts a given file and downloads the generated conversion |
converts the document to PDF and saves the conversion as document's resource(suffix 'conversion.pdf' ); if the conversion was already created, nothing happens
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
docId
|
Long | Y | ||||||
fileVersion
|
String | the specific file version |
converts an existing document and stores the generated conversion in LogicalDOC
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
docId
|
Long | Y | ||||||
fileVersion
|
String | Y | ||||||
format
|
String | Y | output format, eg: pdf, csv, xls ... |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
docId
|
Long | Y |
converts an existing document and downloads the generated conversion
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
docId
|
Long | Y | ||||||
fileVersion
|
String | Y | ||||||
format
|
String | Y | output format, eg: pdf, csv, xls ... |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
conversion
|
DataHandler | Y |
converts a given file and downloads the generated conversion
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
fileName
|
String | Y | name of the source file | |||||
format
|
String | Y | output format, eg: pdf, csv, xls ... | |||||
fileContent
|
DataHandler | Y | the raw content of the file |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
conversion
|
DataHandler | Y |