ConversionSettings
Leave feedback
ConversionSettings data structure used as input parameters for Document Conversion API.
{
"Format": "string",
"FilePath": "string",
"Storage": "string",
"LoadOptions": {
"Password": "string",
},
"ConvertOptions": {
"FromPage": "integer",
"PagesCount": "integer"
},
"OutputPath": "string"
}
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. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.