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 theInsertBookmark
API - Implemented the
DeleteOfficeMathObjects
operation to remove all OfficeMath objects from a document - Removed the
ProtectionRequest
parameter from theUnprotectDocument
operation. A password is no longer required to remove protection from a document ProtectionRequest
model is marked as deprecated. Instead, theProtectionRequestV2
model must be used to perform theProtectDocument
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
# | Summary | Category |
---|---|---|
WORDSCLOUD-2519 | The use of the NewPassword property causes ambiguities in the ProtectDocument and UnprotectDocument operations. | Bug |
WORDSCLOUD-2522 | Implement DeleteOfficeMathObjects operation | New Feature |
WORDSNET-26141 | Pdf2Word : implement horizontal scaling | Task |
WORDSNET-26191 | Fonts change during PDF to DOCX conversion | Bug |
WORDSNET-26200 | System.ArgumentException in FontNameFinder.FindBestMatch() | Bug |
WORDSNET-26205 | Incorrect processing of Type1 Courier font | Bug |