Aspose Words Cloud 22.9 Release Notes

The page contains release notes for Aspose.Words Cloud 22.9 – API Reference.

Important Changes and New Features

Words Cloud Changes

  • Document compression method (CompressDocument) now supports working with images
  • Document conversion API now supports working with password-protected documents

PDF to Word conversion improvements

  • Implemented recognition of a simple table of contents in an RTL document
  • Fixed bugs when processing RTL text: improved the algorithm for determining the text direction, removed extra spaces
  • Fixed a bug when processing CustomDocumentProperties during PDF conversion

Cloud SDK Changes

  • ConvertDocumentRequest now has 3 new properties:
    • LoadEncoding - encoding that will be used to load the HTML (or TXT) document if the encoding is not specified in the HTML
    • Password - password for the protected Word document (the SDK encrypts it automatically)
    • EncryptedPassword - password for the protected Word document in encrypted form. Use the parameter to pass an encrypted password to direct API calls
  • CompressDocument method now supports working with images

All changes

#SummaryCategory
WORDSCLOUD-2058AppendDocument API: content is appended to the last page of a previous document, instead of starting on a new pageBug
WORDSCLOUD-2059Implement password-protected document conversions using the ConvertDocument APIFeature
WORDSCLOUD-2093Implement support for images in CompressDocument methodFeature
WORDSNET-24063RTL table of contents is corrupted after PDF importBug
WORDSNET-24062RTL content is reversed and contains extra spaces after PDF importBug
WORDSNET-24199ArgumentException is thrown due to an empty key in CustomDocumentPropertiesBug
WORDSNET-23174LibTiff library throws IndexOutOfRangeExceptionBug