Browse Source

ConversionFlutter - README文档优化

liuxiaolong 2 years ago
parent
commit
f7d4b0ecd3
4 changed files with 11 additions and 10 deletions
  1. 11 10
      README.md
  2. BIN
      doc/ios_add_framework.png
  3. BIN
      doc/ios_confirm_dialog.png
  4. BIN
      doc/ios_embed.png

+ 11 - 10
README.md

@@ -39,10 +39,10 @@ Conversion SDK supports converting PDF files to the following formats
 ComPDFKit Conversion SDK is supported on Android devices running API level 21 or newer and targeting the latest stable Android version 5.0 (API 30) or higher. Furthermore, ComPDFKit Conversion SDK requires apps to enable Java 11 language features to build.
 > - Android Studio Arctic Fox or newer (support AndroidX).
 > - Project specifications.
-> - A minSdkVersion of 21 (KitKat) or higher.
-    >    - A compileSdkVersion of 30 or higher.
->    - A targetSdkVersion of 30 or higher.
->    - Android ABI(s): x86, x86_64, armeabi-v7a, arm64-v8a.
+>   - A minSdkVersion of 21 (KitKat) or higher.
+>   - A compileSdkVersion of 30 or higher.
+>   - A targetSdkVersion of 30 or higher.
+>   - Android ABI(s): x86, x86_64, armeabi-v7a, arm64-v8a.
 
 ### iOS
 ComPDFKit Conversion SDK requires the latest stable version of Xcode available at the time the release was made. This is a hard requirement, as each version of Xcode is bundled with a specific version of the iOS or macOS Base SDK.
@@ -124,14 +124,14 @@ To integrate the **ComPDFKit_Conversion.framework** into your Flutter iOS projec
 
 1.Open your Flutter iOS project using **Xcode** or other suitable IDE tool.
 2.Drag and drop the **ComPDFKit_Conversion.framework** file into your project, ensuring that they are placed correctly.
-![0368093e81dc08219a840fb9214750e8.png](evernotecid://7D8BA493-9D91-4C8A-8AE6-FD7531FEA2D6/appyinxiangcom/46479737/ENResource/p30)
+![0368093e81dc08219a840fb9214750e8.png](doc/ios_add_framework.png)<br>
 3.Click **Finish** in the popup to complete the addition
-![9d0e89ccdbb770d5d729da41c9e1875e.png](evernotecid://7D8BA493-9D91-4C8A-8AE6-FD7531FEA2D6/appyinxiangcom/46479737/ENResource/p33)
+![9d0e89ccdbb770d5d729da41c9e1875e.png](doc/ios_confirm_dialog.png)<br>
 4.To embed the required frameworks and libraries into your project, you can open the **General** tab in the project configuration and locate the **Frameworks, Libraries, and Embedded Content** option. Within this tab, you can select **Embed & Sign** to embed and sign the necessary frameworks and libraries, which will ensure that your project compiles and runs smoothly.
-![e45f0d765d6c6aade15d2d08846c49f8.png](evernotecid://7D8BA493-9D91-4C8A-8AE6-FD7531FEA2D6/appyinxiangcom/46479737/ENResource/p34)
+![e45f0d765d6c6aade15d2d08846c49f8.png](doc/ios_embed.png)
 5.Apply the License Key
 
-- Swift
+- Swift<br>
 ```swift
 import UIKit
 import Flutter
@@ -153,7 +153,7 @@ import ComPDFKit_Conversion
 
 ```
 
-- Objective-C
+- Objective-C<br>
 ```objc
 #import "AppDelegate.h"
 #import "GeneratedPluginRegistrant.h"
@@ -209,6 +209,7 @@ Map<String, String> options = {
 
 2.Using EventChannel to enable communication between Flutter and the Native platform, thereby achieving file conversion functionality.
 > You can refer to the **convert_flutter.dart** class in Demo
+
 ```dart
 ElevatedButton(onPressed: () {
      ConvertFlutter().convert(context, pdfFilePath);
@@ -479,5 +480,5 @@ Thanks for your interest in ComPDFKit Conversion SDK, the only easy-to-use but p
 - Home link: [https://www.compdf.com](https://www.compdf.com)
 - Email: support@pdfreaderpro.com
 ***
-Thanks,
+Thanks,<br>
 The ComPDFKit Team

BIN
doc/ios_add_framework.png


BIN
doc/ios_confirm_dialog.png


BIN
doc/ios_embed.png