Aspose Words Cloud 21.11 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • “/info” endpoint is added to the Docker hub to access API usage details
  • Various bug fixes and improvements

PDF to Word conversion improvements

  • Fixed InvalidCastException when a PDF reference is written in lower case format
  • Improved handling of non-existent PDF elements to avoid InvalidOperationException and ArgumentOutOfRangeException
  • Limited the maximum value of table line width to avoid ArgumentOutOfRangeException
  • Fixed NullReferenceException in CffEncodingData.Parser logic (embedded font parameters)
  • Added support for PDF documents without indirect references to Info section (which is required by PDF format spec)

All changes

#SummaryCategory
WORDSCLOUD-1589Python SDK. Implement the dependsOn parameter in batch requestsNew Feature
WORDSCLOUD-1812Provide access to API usage details for Aspose.Words Docker ContainerNew Feature
WORDSCLOUD-1608Errors when using Aspose.Words Cloud API from Scala + sbtBug
WORDSCLOUD-1762Invalid unit test for WORDSCLOUD-1547 taskBug
WORDSCLOUD-1785Nested JSON objects lead to an error in LINQ Reporting EngineBug
WORDSCLOUD-1817Thread synchronization error in Node.js SDKBug
PDF2WORD-910InvalidCastException: Unable to cast object of type PdfInteger to type PdfNameBug
PDF2WORD-912ArgumentOutOfRangeException: Attempt to reference non-existent PDF object (parameter internalObjNumber)Bug
PDF2WORD-913InvalidOperationException: Could not find object with #57 and generation number 0Bug
PDF2WORD-927InvalidOperationException: Resource with a given name is not contained in the page resourcesBug
PDF2WORD-930ArgumentOutOfRangeException: Specified argument was out of the range of valid values (parameter lineWidth)Bug
PDF2WORD-932NullReferenceException at CffEncodingData.ParseBug
PDF2WORD-939InvalidOperationException: Info element in the trailer dictionary must be Indirect objectBug