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"
}

ConversionSettings fields

NameDescription
FormatSpecifies target conversion format. Required.
FilePathThe path of the document, located in the storage. Required.
StorageNameStorage name
LoadOptionsFormat specific LoadOptions.
ConvertOptionsFormat specific ConvertOptions.
OutputPathPath to store conversion result.