Aspose Words Cloud 22.10 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • Removed the deprecated FlatOpcXmlMappingOnly save option
  • Added support for the PdfSaveOptions.CacheHeaderFooterShapes save option
  • Implemented the ability to set a custom StartingNumber in InsertPageNumbers API
  • Added EMF format support for ConvertDocument API
  • A new implementation of the AppendDocumentOnline method

PDF to Word conversion improvements

  • Improved functionality for detecting strikethrough text
  • Fixed several issues with PDF import
  • Fixed rare issue with RTL table content

Cloud SDK Changes

  • Added the CacheHeaderFooterShapes property to the PdfSaveOptionsData class
  • Added the FileReference structure, which allows developers to determine how the document will be accessed: from the cloud storage or loaded directly in the request
  • The AppendDocument and AppendDocumentOnline methods now accept a FileReference property instead of an href property
  • Added the StartingNumber property to the PageNumbers class
  • Added the GlobalCultureName property to the ‘FieldOptions’ class

All changes

#SummaryCategory
WORDSCLOUD-1937Configure the Aspose.Words Docker Container to listen on a specific portNew Feature
WORDSCLOUD-2039Add support for Danish local number format in Mail MergeNew Feature
WORDSCLOUD-2118An error occurs while converting DOCX to EMF using ConvertDocument APIBug
WORDSCLOUD-2120AppendDocument API throws a timeout errorBug
WORDSCLOUD-2036Implement the ability to send appending documents in the request body using AppendDocumentOnline APINew Feature
WORDSCLOUD-2097Add support for the PdfSaveOptions.CacheHeaderFooterShapes propertyNew Feature
WORDSCLOUD-2115Implement the ability to set a custom StartingNumber for PageNumbers in InsertPageNumbers APINew Feature
WORDSNET-24238Strikethrough text changes to underlined text when importing PDFBug
WORDSNET-24299InvalidOperationException: incorrect stream contentBug
WORDSNET-24300InvalidOperationException: too big integer valueBug
WORDSNET-24358Excess spaces appear after importing a table from a PDF with RTL contentBug
WORDSNET-24420CenteredParagraphCorrector throws NullReferenceException when importing PDFBug