Aspose Words Cloud 22.3 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • The data type of some members of the SaveOptions class, as well as classes inherited from it, has been changed from string to the corresponding enums
  • Improved data security:
    • Parameters containing sensitive data are transmitted only in encrypted form. The names of such parameters are prefixed with ’encrypted'
    • Added the Encrypt method to encrypt data with an API public key. This method can be used to generate encrypted parameter values
  • Various other fixes and improvements

PDF to Word conversion improvements

  • Fixed a rare error that could occur when processing encrypted PDF content
  • Fixed algorithm for importing images in JBig2 format
  • Improved reading of MediaBox page property which describes visible page borders
  • Improved handling of links embedded in some PDFs
  • Fixed background color recognition algorithm. The bug resulted in the appearance of black cells in tables
  • Switched to a different implementation of the FlateDecode reader to get more accurate results
  • Added limited support for Type3 fonts by converting text to Unicode characters
  • Implemented reading and saving headings (such as H1, H2, etc.) marked with BDC operators
  • Improved algorithm for reading table rows with low height
  • Fixed Arabic text size inside table cells

Cloud SDK Changes

All SDKs:

  • The online methods return a dictionary of files in responses, with the original filename included as a key, instead of the file’s content
  • Parameters containing sensitive data are transmitted in encrypted form. The names of such parameters are prefixed with ’encrypted'
  • Added the Encrypt method to encrypt data with an API public key. This method can be used to generate encrypted parameter values
  • The data type of some members of the SaveOptions class, as well as classes inherited from it, has been changed from string to the corresponding enums

All changes

#SummaryCategory
WORDSCLOUD-1907Text is not exported correctly when converting from OCR PDF to DOCX/MD formatBug
WORDSCLOUD-1931An error occurs when trying to replace (insert) text with HTML in a document using the Range APIBug
WORDSNET-23026InvalidOperationException: Encrypt element in the trailer dictionary must also be dictionaryBug
WORDSNET-23037IndexOutOfRangeException at JBig2Decoder.JBIG2Bitmap.DuplicateRowBug
WORDSNET-23190KeyNotFoundException: MediaBox was not present in the dictionaryBug
WORDSNET-23191KeyNotFoundException: Dictionary doesn’t contain ‘S’ entryBug
WORDSNET-23204Incorrect text with black background after the conversionBug
WORDSNET-23221Incorrect result of PdfFlateDecodeFilterBug
WORDSNET-23403Implement PDF text conversion written in Type3 font using ToUnicode character mapTask
WORDSNET-23414Preserve paragraph outline level when importing a tagged PDF documentFeature
WORDSNET-23472NullReferenceException at TableBordersFilter.GetBordersBug
WORDSNET-23478Some characters are retrieved incorrectlyBug
WORDSNET-23497Table is distorted when importing PDFBug
WORDSNET-23510Arabic text inside table cells is too largeBug