Skip to content

Releases: ComPDFKit/compdfkit-pdf-sdk-flutter

2.2.2

18 Feb 05:58
Compare
Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS iOS V2.2.2.
  2. Added the features support for ComPDFKit PDF SDK for Android Android V2.2.2.
  3. CPDFDocument() can now be used independently, without relying on CPDFReaderWidget, enhancing flexibility and ease of use.
  4. Added the ability to save a watermark to the current PDF when adding it.

Issues Addressed

  1. Fixed the inaccurate judgment issue in the hasChange() method.
  2. Fixed an issue where some document text fields in forms were not displaying content.
  3. Fixed an issue on the Android platform where Ink annotations became smaller after drawing.
  4. Fixed an issue on the Android platform where the pen size shrank when drawing Ink annotations after zooming in on a page.
  5. Fixed an input issue with the LaBan Key input method on the Android platform.
  6. Fixed a potential crash issue on the Android platform when enabling the rotate function.
  7. Fixed a crash issue on the Android platform when importing XFDF annotations.
  8. Fixed an issue on the Android platform where annotations did not appear when printing with document.printDocument().
  9. Fixed an issue on Android where the saveAs() method resulted in a “document cannot be edited” prompt after saving.

Contact Us
Email: [email protected]"

2.2.1

17 Jan 07:03
Compare
Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS iOS V2.2.1.
  2. Added the features support for ComPDFKit PDF SDK for Android Android V2.2.1.
  3. Added API for importing fonts.
  4. Added API for adding watermarks.
  5. Added API for security settings.
  6. Added view-related APIs, including opening thumbnail lists, preview settings, watermark editing, and security settings.

Issues Addressed

  1. Fixed an issue where certain documents could crash when importing XFDF annotations.
  2. Fixed an issue on iOS where the author information for Ink annotations was not displayed.
  3. Fixed a crash in iOS 18 when editing content in the context menu.
  4. Fixed a crash on certain Android devices when initializing the SDK.
  5. Fixed a crash on Android related to screenshot functionality.
  6. Fixed an issue on Android with the LaBan Key input method.
  7. Fixed an issue on Android where the modified date was not updated when saving a modified document.
  8. Fixed a crash on Android related to the undo operation in content editing.
  9. Fixed an issue on Android where form background color was transparent when highlighting forms was not enabled.
  10. Fixed an issue on Android where annotation text would display incorrectly when editing text in highlighted comment areas.
  11. 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.

Contact us
Email: [email protected]

2.2.0

16 Dec 03:24
Compare
Choose a tag to compare

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 and cpdf_document.dart.

2.1.3

15 Nov 02:38
Compare
Choose a tag to compare

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

02 Sep 07:38
Compare
Choose a tag to compare

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

12 Aug 05:33
Compare
Choose a tag to compare

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

29 Jul 05:44
Compare
Choose a tag to compare

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

28 Jun 02:35
Compare
Choose a tag to compare

New Features

  1. Added CPDFReaderWidget widget.
Scaffold(
  resizeToAvoidBottomInset: false,
  appBar: AppBar(),
  body: CPDFReaderWidget(
    document: documentPath,
    configuration: CPDFConfiguration(),
    onCreated: (controller) {},
  ));

2.0.1

10 May 02:23
Compare
Choose a tag to compare

New Features

  1. Added the features support for ComPDFKit PDF SDK for iOS V2.0.1.
  2. Added the features support for ComPDFKit PDF SDK for Android V2.0.1.
  3. Fix the issue of continuous memory growth.

Contact us
Email: [email protected]

2.0.0

10 May 02:22
Compare
Choose a tag to compare

New Features

  1. Supported ComPDFKit PDF SDK for iOS V2.0.0.
  2. Supported ComPDFKit PDF SDK for Android V2.0.0.

Contact us
Email: [email protected]