You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,6 @@
6
6
7
7
For more information, please visit our [developer guides](https://www.compdf.com/guides/pdf-sdk/react-native/requirements).
8
8
9
-
10
9
## Contents
11
10
12
11
-[Prerequisites](#prerequisites)
@@ -25,7 +24,6 @@ ComPDF offers a [30-day free trial license](https://www.compdf.com/pricing) for
25
24
26
25
If you require advanced PDF features beyond the free trial license, please [contact us](https://www.compdf.com/contact-sales) to obtain a commercial license.
27
26
28
-
29
27
### Download the PDF SDK
30
28
31
29
Download the ComPDFKit ReactNative PDF SDK from [Github](https://github.com/ComPDFKit/compdfkit-pdf-sdk-android) or [NPM](https://www.npmjs.com/package/@compdfkit_pdf_sdk/react_native).
@@ -152,8 +150,8 @@ open ios/Podfile
152
150
```diff
153
151
target 'MyApp' do
154
152
# ...
155
-
+ pod "ComPDFKit", podspec:'https://file.compdf.com/cocoapods/ios/compdfkit_pdf_sdk/2.5.0/ComPDFKit.podspec'
156
-
+ pod "ComPDFKit_Tools", podspec:'https://file.compdf.com/cocoapods/ios/compdfkit_pdf_sdk/2.5.0/ComPDFKit_Tools.podspec'
153
+
+ pod "ComPDFKit", podspec:'https://file.compdf.com/cocoapods/ios/compdfkit_pdf_sdk/2.5.1/ComPDFKit.podspec'
154
+
+ pod "ComPDFKit_Tools", podspec:'https://file.compdf.com/cocoapods/ios/compdfkit_pdf_sdk/2.5.1/ComPDFKit_Tools.podspec'
157
155
# ...
158
156
end
159
157
```
@@ -163,8 +161,8 @@ end
163
161
```diff
164
162
target 'MyApp' do
165
163
# ...
166
-
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.5.0'
167
-
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.5.0'
164
+
+ pod 'ComPDFKit', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.5.1'
165
+
+ pod 'ComPDFKit_Tools', :git => 'https://github.com/ComPDFKit/compdfkit-pdf-sdk-ios-swift.git', :tag => '2.5.1'
168
166
# ...
169
167
end
170
168
```
@@ -214,7 +212,7 @@ ComPDFKit PDF SDK currently supports two authentication methods to verify licens
214
212
215
213
*Learn about:*
216
214
217
-
*[What is the authentication mechanism of ComPDFKit's license?](https://www.compdf.com/faq/authentication-mechanism-of-compdfkit-license)*
215
+
*[What is the authentication mechanism of ComPDFKit's license?](https://www.compdf.com/faq/authentication-mechanism-of-compdfkit-license)*
218
216
219
217
*[What are the differences between Online Authentication and Offline Authentication?](https://www.compdf.com/faq/the-differences-between-online-authentication-and-offline-authentication)*
220
218
@@ -223,7 +221,6 @@ Accurately obtaining the license key is crucial for the application of the licen
223
221
**Android**
224
222
225
223
1. In the email you received, locate the `XML` file containing the license key.
226
-
227
224
2. Copy the `license_key_rn.xml` file into the following directory:`android/app/src/main/assets/`
Copy file name to clipboardExpand all lines: example/ios/CompdfkitPdfExample.xcodeproj/project.pbxproj
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -310,10 +310,14 @@
310
310
inputFileListPaths = (
311
311
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
312
312
);
313
+
inputPaths = (
314
+
);
313
315
name = "[CP] Embed Pods Frameworks";
314
316
outputFileListPaths = (
315
317
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
316
318
);
319
+
outputPaths = (
320
+
);
317
321
runOnlyForDeploymentPostprocessing = 0;
318
322
shellPath = /bin/sh;
319
323
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-frameworks.sh\"\n";
@@ -371,10 +375,14 @@
371
375
inputFileListPaths = (
372
376
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
373
377
);
378
+
inputPaths = (
379
+
);
374
380
name = "[CP] Embed Pods Frameworks";
375
381
outputFileListPaths = (
376
382
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
377
383
);
384
+
outputPaths = (
385
+
);
378
386
runOnlyForDeploymentPostprocessing = 0;
379
387
shellPath = /bin/sh;
380
388
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-frameworks.sh\"\n";
@@ -388,10 +396,14 @@
388
396
inputFileListPaths = (
389
397
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources-${CONFIGURATION}-input-files.xcfilelist",
390
398
);
399
+
inputPaths = (
400
+
);
391
401
name = "[CP] Copy Pods Resources";
392
402
outputFileListPaths = (
393
403
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources-${CONFIGURATION}-output-files.xcfilelist",
394
404
);
405
+
outputPaths = (
406
+
);
395
407
runOnlyForDeploymentPostprocessing = 0;
396
408
shellPath = /bin/sh;
397
409
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample/Pods-CompdfkitPdfExample-resources.sh\"\n";
@@ -405,10 +417,14 @@
405
417
inputFileListPaths = (
406
418
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources-${CONFIGURATION}-input-files.xcfilelist",
407
419
);
420
+
inputPaths = (
421
+
);
408
422
name = "[CP] Copy Pods Resources";
409
423
outputFileListPaths = (
410
424
"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources-${CONFIGURATION}-output-files.xcfilelist",
411
425
);
426
+
outputPaths = (
427
+
);
412
428
runOnlyForDeploymentPostprocessing = 0;
413
429
shellPath = /bin/sh;
414
430
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests/Pods-CompdfkitPdfExample-CompdfkitPdfExampleTests-resources.sh\"\n";
0 commit comments