You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properties Name, Text, StartRange, and EndRange marked as required for InsertBookmark operation.
Implemented DeleteOfficeMathObjects operation to delete all office math objects from the document.
Parameter ProtectionRequest was removed from the UnprotectDocument operation. Now, removing protection from a document does not require a password.
Since the Model ProtectionRequest is marked as deprecated, please use ProtectionRequestV2 instead to perform the ProtectDocument operation. The old password is no longer required to change the password or protection type of a protected document.
Added fields Password and EncryptedPassword to FileReference for documents encrypted by password.
Removed parameter encryptedPassword2 from CompareDocument method. Please use the FileReference password instead.