Aspose Words Cloud 21.10 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • Removed an outdated GraphicsQualityOptions image save option as it is no longer supported
  • Added a new displayIntermediateResults query parameter for batch requests. When set to false, only the last response in a batch will be returned. By default the value is set to true.
  • Implemented custom configuration JsonDataLoadOptions and XmlDataLoadOptions in the Reporting Engine

PDF to Word conversion improvements

  • Fixed the processing of unsupported Annotation types - skipping them to avoid ArgumentException
  • Fixed multiple InvalidCastExceptions when received PDF data doesn’t match the expected format
  • Fixed multiple errors in PDF column detection: spacing, page numbers, list markers, text borders
  • Enabled multicolumn PDF recognition for all users

All changes

#SummaryCategory
WORDSCLOUD-1716Implement custom JSON and XML data loading options in the Reporting EngineNew Feature
WORDSCLOUD-1275Statistics API throws IndexOutOfRangeExceptionBug
WORDSCLOUD-1461Split API throws an exception related to GDI+ graphicsBug
WORDSCLOUD-1649Swagger UI is unable parse online methods resultsBug
WORDSCLOUD-1693LINQ Reporting Engine erroneously detects strings as datesBug
WORDSCLOUD-1747Convert API throws an exception when converting Mail Merge output to PDF formatBug
PDF2WORD-872ArgumentException: Requested value ‘3D’ was not foundBug
PDF2WORD-891Incorrect page numbers appear when column detection is enabledBug
PDF2WORD-892Invalid spacing in multicolumn sectionsBug
PDF2WORD-895Columns are not detected in text with a borderBug
PDF2WORD-896A column with list markers is detected onlyBug
PDF2WORD-901InvalidCastException: Unable to cast PdfIndirectObjectReference to PdfNameBug
PDF2WORD-902InvalidCastException: Unable to cast PdfName to PdfUnfilteredStreamBug
PDF2WORD-903InvalidCastException: Unable to cast PdfIndirectObjectReference to PdfNumberBug
PDF2WORD-904InvalidCastException: Unable to cast PdfUnfilteredStream to PdfDictionaryBug
PDF2WORD-906InvalidCastException: Unable to cast PdfFloat to PdfIntegerBug
PDF2WORD-907InvalidCastException: Unable to cast PdfUnfilteredStream to PdfArrayBug
PDF2WORD-908InvalidCastException: Unable to cast PdfInteger to PdfArrayBug
PDF2WORD-909InvalidCastException: Unable to cast PdfIndirectObjectReference to PdfStringBug
PDF2WORD-914The bottom segment is missing when column detection is enabledBug
PDF2WORD-926Enable column detection by defaultTask