Aspose Words Cloud 23.12 Release Notes

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

Important Changes and New Features

Words Cloud Changes

  • Several properties are marked as ‘Required’: Name, Text, StartRange, EndRange in the InsertBookmark API
  • Implemented the DeleteOfficeMathObjects operation to remove all OfficeMath objects from a document
  • Removed the ProtectionRequest parameter from the UnprotectDocument operation. A password is no longer required to remove protection from a document
  • ProtectionRequest model is marked as deprecated. Instead, the ProtectionRequestV2 model must be used to perform the ProtectDocument operation. To change the password or document security type, the old password is no longer required

PDF to Word conversion improvements

  • Improved font size calculation
  • Implemented horizontal text scaling
  • Fixed missing empty page issue
  • Fixed processing of Type1 Courier font, fixed other errors in font processing

All changes

#SummaryCategory
WORDSCLOUD-2519The use of the NewPassword property causes ambiguities in the ProtectDocument and UnprotectDocument operations.Bug
WORDSCLOUD-2522Implement DeleteOfficeMathObjects operationNew Feature
WORDSNET-26141Pdf2Word: implement horizontal scalingTask
WORDSNET-26191Fonts change during PDF to DOCX conversionBug
WORDSNET-26200System.ArgumentException in FontNameFinder.FindBestMatch()Bug
WORDSNET-26205Incorrect processing of Type1 Courier fontBug