GroupDocs.Conversion Cloud 22.3 Release Notes

This page contains release notes for GroupDocs.Conversion Cloud 22.3

Major Features

  • Added support of LoadOptions and ConvertOptions into ConvertDocumentDirect method
  • Improved documentation about using SDK with Docker version

Full List of Issues Covering all Changes in this Release

KeyCategorySummary
CONVERSIONCLOUD-458ImprovementSupport of LoadOptions and ConvertOptions in ConvertDocumentDirect API method
CONVERSIONCLOUD-465BugDocumentation: How to use GroupDocs.Conversion Cloud SDKs with Docker Image

Public API changes

Added new multipart/form-data parameters in the method PUT “~/conversion” :

PropertyTypeDescription
loadOptionsLoadOptionsInput file load options
convertOptionsConvertOptionsConversion options

Added new property in LoadOptions data structure:

PropertyTypeDescription
LoadOptions.FormatstringThe format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. In regular conversion, the input file format taken from the input file name and this field ignored.