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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,9 +50,13 @@ This integration assumes you have `@Angular/cli` app installed.
50
50
51
51
### Basic setup
52
52
53
-
Let's call the root folder of your exiting project as AngularJS and FoxitPDFSDK for Web as SDK.
53
+
Let's call the root folder of your exiting project as `AngularJS` and FoxitPDFSDK for Web as SDK.
54
54
55
-
1. Install the lattest version of `@foxitsoftware/foxit-pdf-sdk-for-web-library`. Besides, to correctly referene your fonts lib, you also need to duplicate the `node_modules/@foxitsoftware/foxit-pdf-sdk-for-web-library/external` folder inside SDK to `src/assets`.
55
+
1. Install the lattest version of `@foxitsoftware/foxit-pdf-sdk-for-web-library`.
56
+
57
+
```bash
58
+
npm i -S @foxitsoftware/foxit-pdf-sdk-for-web-library
59
+
```
56
60
57
61
_Inside AngularJS, implement the following:_
58
62
@@ -197,7 +201,7 @@ this.pdfui = new UIExtension.PDFUI({
197
201
|Modularized|Configure gulp|0|Yes,but should re-merge the addons after modification |
198
202
|allInOne.js|No|1|No|
199
203
200
-
Note: You can rebuild allInOne.js by using our [Addons merge tools](../addons/introduction.html#how-to-merge-addons)
204
+
Note: You can rebuild allInOne.js by using our [Addons merge tools](http://webviewer-demo.foxitsoftware.com/docs/developer-guide/ui-extension/addons/introduction.html#merge-addons)
0 commit comments