|
@@ -59,7 +59,7 @@ Please install the following required packages:
|
|
|
|
|
|
Operating Environment Requirements:
|
|
Operating Environment Requirements:
|
|
|
|
|
|
-* The iOS 10.0 or higher.
|
|
|
|
|
|
+* The iOS 11.0 or higher.
|
|
* The Xcode 12.0 or newer for Objective-C or Swift.
|
|
* The Xcode 12.0 or newer for Objective-C or Swift.
|
|
|
|
|
|
### Integrate into a New Flutter APP
|
|
### Integrate into a New Flutter APP
|
|
@@ -571,7 +571,7 @@ end
|
|
|
|
|
|
## UI Customization
|
|
## UI Customization
|
|
|
|
|
|
-In version **1.12.0**, we have expanded the options that can be defined in the [CPDFConfiguration](./lib/cpdf_configuration.dart) class. When using the `ComPDFKit.openDocument` method to open a PDF View, you can define this object to meet your product requirements. We will continue to enrich configuration options in the future to further enhance the flexibility of the product. Here are some examples of commonly used configuration options:
|
|
|
|
|
|
+In the **1.12.0** version, we have expanded the options that can be defined in the [CPDFConfiguration](./lib/cpdf_configuration.dart) class. When using the `ComPDFKit.openDocument` method to open a PDF View or use `CPDFReaderWidget`, you can define this object to meet your product needs. We will continue to enrich the configuration options in the future to further enhance the flexibility of the product. The following are some examples of commonly used configuration options:
|
|
|
|
|
|
1. Set the initial display mode and the list of available modes. The following code shows enabling only the viewer mode and annotations mode:
|
|
1. Set the initial display mode and the list of available modes. The following code shows enabling only the viewer mode and annotations mode:
|
|
|
|
|
|
@@ -611,7 +611,7 @@ var configuration = CPDFConfiguration(
|
|
ComPDFKit.openDocument(documentPath, password: '', configuration: configuration);
|
|
ComPDFKit.openDocument(documentPath, password: '', configuration: configuration);
|
|
```
|
|
```
|
|
|
|
|
|
-> Note: For more information, please refer to the options defined in the [CPDFConfiguration](./lib/cpdf_configuration.dart) class
|
|
|
|
|
|
+> Note: For more information, please refer to the options defined in the [CONFIGURATION.md](./CONFIGURATION.md) class
|
|
|
|
|
|
## Example APP
|
|
## Example APP
|
|
|
|
|