|
@@ -1,26 +1,23 @@
|
|
|
## 2.2.1
|
|
|
-
|
|
|
* Added the features support for ComPDFKit PDF SDK for iOS [iOS V2.2.1](https://www.compdf.com/pdf-sdk/changelog-ios#v2-2-1).
|
|
|
-
|
|
|
* Added the features support for ComPDFKit PDF SDK for Android [Android V2.2.1](https://www.compdf.com/pdf-sdk/changelog-android#v2-2-1).
|
|
|
-
|
|
|
-- Added API for importing fonts.
|
|
|
-- Added API for adding watermarks.
|
|
|
-- Added API for security settings.
|
|
|
-- Added view-related APIs, including opening thumbnail lists, preview settings, watermark editing, and security settings.
|
|
|
-- For detailed information about the new interfaces, please refer to `cpdf_reader_widget_controller.dart` and `cpdf_document.dart`.
|
|
|
-- Fixed an issue where certain documents could crash when importing XFDF annotations.
|
|
|
-- Fixed an issue on iOS where the author information for Ink annotations was not displayed.
|
|
|
-- Fixed a crash in iOS 18 when editing content in the context menu.
|
|
|
-- Fixed a crash on certain Android devices when initializing the SDK.
|
|
|
-- Fixed a crash on Android related to screenshot functionality.
|
|
|
-- Fixed an issue on Android with the LaBan Key input method.
|
|
|
-- Fixed an issue on Android where the modified date was not updated when saving a modified document.
|
|
|
-- Fixed a crash on Android related to the undo operation in content editing.
|
|
|
-- Fixed an issue on Android where form background color was transparent when highlighting forms was not enabled.
|
|
|
-- Fixed an issue on Android where annotation text would display incorrectly when editing text in highlighted comment areas.
|
|
|
-- Fixed an issue on Android where cloud comment borders were displayed incorrectly in graphic annotations.
|
|
|
-
|
|
|
+* Added API for importing fonts.
|
|
|
+* Added API for adding watermarks.
|
|
|
+* Added API for security settings.
|
|
|
+* Added view-related APIs, including opening thumbnail lists, preview settings, watermark editing, and security settings.
|
|
|
+* Fixed an issue where certain documents could crash when importing XFDF annotations.
|
|
|
+* Fixed an issue on iOS where the author information for Ink annotations was not displayed.
|
|
|
+* Fixed a crash in iOS 18 when editing content in the context menu.
|
|
|
+* Fixed a crash on certain Android devices when initializing the SDK.
|
|
|
+* Fixed a crash on Android related to screenshot functionality.
|
|
|
+* Optimize the screenshot function of the Android platform to improve the quality of image capture
|
|
|
+* Fixed an issue on Android with the LaBan Key input method.
|
|
|
+* Fixed an issue on Android where the modified date was not updated when saving a modified document.
|
|
|
+* Fixed a crash on Android related to the undo operation in content editing.
|
|
|
+* Fixed an issue on Android where form background color was transparent when highlighting forms was not enabled.
|
|
|
+* Fixed an issue on Android where annotation text would display incorrectly when editing text in highlighted comment areas.
|
|
|
+* Fixed an issue on Android where cloud comment borders were displayed incorrectly in graphic annotations.
|
|
|
+For detailed information about the new interfaces, please refer to `cpdf_reader_widget_controller.dart` and `cpdf_document.dart`.
|
|
|
|
|
|
|
|
|
## 2.2.0
|