Releases: ComPDFKit/compdfkit-pdf-sdk-flutter
Releases · ComPDFKit/compdfkit-pdf-sdk-flutter
2.2.0
New Features
- Added the features support for ComPDFKit PDF SDK for iOS iOS V2.2.0.
- Added the features support for ComPDFKit PDF SDK for Android Android V2.2.0.
- Added import and export annotation interfaces.
- Added delete all annotations interface.
- Added get page number interface and page number listener callback.
- Added save document callback.
- For more details on the newly added APIs, please refer to
cpdf_reader_widget_controller.dart
andcpdf_document.dart
.
2.1.3
New Features
- Added the features support for ComPDFKit PDF SDK for iOS V2.1.3.
- Added the features support for ComPDFKit PDF SDK for Android V2.1.3.
Issues Addressed
Android:
- Fixed crash issue when opening certain documents.
- Fixed crash issue when adding mark annotations to some documents.
- Fixed potential crash during SDK initialization.
- Fixed incomplete display of underline annotations.
- Fixed abnormal annotation display after rotating the page.
- Fixed crash when releasing watermarks.
- Fixed memory leak in the property window of the ComPDFKit_Tools module.
iOS:
- iOS annotation toolbar image button adaptation for iPad.
- RN iOS sandbox structure modification.
2.1.2
New Features
- Added the features support for ComPDFKit PDF SDK for iOS V2.1.2.
- Added the features support for ComPDFKit PDF SDK for Android V2.1.2.
Issues Addressed
- Optimize document opening speed.
2.1.1
New Features:
- Added the features support for ComPDFKit PDF SDK for iOS V2.1.1.
- Added the features support for ComPDFKit PDF SDK for Android V2.1.1.
Issues Addressed
- Optimized the logic for selecting text by long press.
- Fixed low text contrast issue in dark mode for some documents.
- Fixed crash issues with some documents.
2.1.0
New Features
- Added the features support for ComPDFKit PDF SDK for iOS V2.1.0.
- Added the features support for ComPDFKit PDF SDK for Android V2.1.0.
- Added annotation reply functionality.
- Optimized text aggregation logic for content editing.
- Added font subsetting.
- Added screenshot feature.
Issues Addressed
- Android platform adaptation for Laban Key Keyboard.
- Fixed an issue with the Ink annotation color display on Android.
CPDFReaderWidgetController.dart
adds widget control methods.
2.0.2
New Features
- Added
CPDFReaderWidget
widget.
Scaffold(
resizeToAvoidBottomInset: false,
appBar: AppBar(),
body: CPDFReaderWidget(
document: documentPath,
configuration: CPDFConfiguration(),
onCreated: (controller) {},
));
2.0.1
New Features
- Added the features support for ComPDFKit PDF SDK for iOS V2.0.1.
- Added the features support for ComPDFKit PDF SDK for Android V2.0.1.
- Fix the issue of continuous memory growth.
Contact us
Email: support@compdf.com
2.0.0
New Features
- Supported ComPDFKit PDF SDK for iOS V2.0.0.
- Supported ComPDFKit PDF SDK for Android V2.0.0.
Contact us
Email: support@compdf.com
1.13.0
New Features
- Supported ComPDFKit PDF SDK for iOS V1.13.0.
- Supported ComPDFKit PDF SDK for Android V1.13.0.
- Added support for online license verification.
- Added
ComPDFKit.initialize(androidOnlineLicense : String, iosOnlineLicense : String)
method.
Contact us
Email: support@compdf.com
1.12.0
New Features
- Added the features support for ComPDFKit PDF SDK for iOS V1.12.0.
- Added the features support for ComPDFKit PDF SDK for Android V1.12.0.
- Added support for finding and replacing text in content editor mode, allowing to set ignore case, whole words only, and replace all.
- Added UI configuration functionality.
- Added support for setting text properties when adding text in content editor mode.
- Added Flatten functionality.
Contact us
Email: support@compdf.com