Aspose Words Cloud 22.6 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • Bookmarks API: added ‘DeleteBookmark’ and ‘DeleteBookmarkOnline’ methods to remove a bookmark specified by name from a document
  • Bookmarks API: added ‘DeleteBookmarks’ and ‘DeleteBookmarksOnline’ methods to remove all bookmarks from a document
  • Bookmarks API: added ‘InsertBookmark’ and ‘InsertBookmarkOnline’ methods to create a new bookmark in a document
  • The ‘Create Document’ endpoint now supports all file formats supported by Aspose.Words

PDF to Word conversion improvements

  • Fixed rare infinite loop in Word layout recalculation logic
  • Improved table candidates detection by supporting smaller tables and filtering incorrect table lines
  • Handled missing characters in Unicode maps differently to avoid getting long spaces in output documents
  • Supported unusual PDF images that store pixel data in their image masks
  • Added a workaround for incorrect hex numbers in Unicode character mapping tables

Cloud SDK Changes

  • All SDKs:

    • Bookmarks API: added methods to remove a bookmark specified by name from a document
    • Bookmarks API: added methods to remove all bookmarks from a document
    • Bookmarks API: added methods to create new bookmarks in a document
    • Added support for all save formats for the ‘CreateDocument’ operation
  • Ruby SDK:

    • Added support for the ‘dependsOn’ feature in batch requests

All changes

#SummaryCategory
WORDSCLOUD-455Added support for calling Aspose.Words APIs asynchronously so the client doesn’t need to keep the thread waitingNew Feature
WORDSCLOUD-1225Implemented the ability to reuse a header/footer from a template Word document in another documentNew Feature
WORDSCLOUD-2010Bookmarks API: implement new methods for inserting and deleting bookmarks in a documentNew Feature
WORDSCLOUD-2007Remove obsolete ExportTextBoxAsSvg property, add ExportShapesAsSvg propertyNew Feature
WORDSCLOUD-1956NullReferenceException during DOCX to PDF conversionBug
WORDSCLOUD-1957Formatting issue when converting PDF to DOCXBug
WORDSCLOUD-2009API for updating bookmarks does not change bookmark namesBug
WORDSCLOUD-2011Unexpected result when replacing multiple strings in a document using a batch requestBug
WORDSNET-23035InvalidOperationException: Infinite loop detectedBug
WORDSNET-23613Table formatting is destroyed during PDF to DOCX conversionBug
WORDSNET-23808Separator elements are erroneously added instead of spaces during the Pdf2Word conversionBug
WORDSNET-23809Images with text are corrupted during the Pdf2Word conversionBug
WORDSNET-23813InvalidOperationException: Failed to find the start of the hex numberBug