ConversionSettings
ConversionSettings data structure used as input parameters forĀ Document Conversion API).
ConversionSettings example
{
"Format": "string",
"FilePath": "string",
"Storage": "string",
"LoadOptions": {
"Password": "string",
},
"ConvertOptions": {
"FromPage": "integer",
"PagesCount": "integer"
},
"OutputPath": "string"
}
ViewOptions fields
Name | Description |
---|---|
Format | Specifies target conversion format. Required. |
FilePath | The path of the document, located in the storage. Required. |
StorageName | Storage name |
LoadOptions | Format specific LoadOptions. |
ConvertOptions | Format specific ConvertOptions. |
OutputPath | Path to store conversion result. |