We are pleased to announce the release of Spire.Doc 12.1.5. This version removes the MonoAndroid package and the Xamarin.iOS package. It also makes a series of changes to the password functionality of documents. In addition, some known issues have also been fixed, such as partial data was lost when loading a document after creating a new Document() object and applying a LicenseKey. More details are listed below.
Here is a list of changes made in this release
Category | ID | Description |
Adjustment | - | Removes MonoAndroid package and Xamarin.iOS package; netstand 2.0 package is now available for both platforms. |
Adjustment | - | The following changes have been made to the document password function:
1. In previous versions, when dealing with password-protected documents, users were able to open and save documents with the provided password, but this also resulted in the loss of the password. The update fixes this problem. Now, after saving a document, you must re-enter the password to open it. If you want to remove the open password from the document, please use the Document.RemoveEncryption() method. This change provides more secure handling of encrypted documents. 2. New WriteProtection operation: Previous versions of the SDK did not support WriteProtection operations on Word documents, resulting in the loss of WriteProtection data when parsing the document. However, this update addresses this limitation and introduces several methods for handling WriteProtection. The following methods support handle WriteProtection efficiently:
|
Bug | - | Fixes the issue that some data was lost when loading a document after creating a new Document() object and applying a LicenseKey. |
Bug | - | Fixes some issues that were related to form revisions. |