spire.officejs-web-pdf-ve 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/index.d.ts +7 -0
- package/index.js +2 -0
- package/package.json +15 -0
- package/web/service/spireword/api-all-min.js +1433 -0
- package/web/service/spireword/api-all.js +11094 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# spire.officejs-pdf
|
|
2
|
+
|
|
3
|
+
The pdf package is one of the products for Spire.OfficeJS.
|
|
4
|
+
|
|
5
|
+
# Installation
|
|
6
|
+
```bash
|
|
7
|
+
npm install spire.officejs-pdf
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
# Getting more help
|
|
11
|
+
Visit the Spire.OfficeJS home page to get more info about the library: https://www.e-iceblue.com/Introduce/spire-office-js.html
|
package/index.d.ts
ADDED
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "spire.officejs-web-pdf-ve",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"typings": "index.d.ts",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"Spire.OfficeJS",
|
|
9
|
+
"Spire.PDFJS",
|
|
10
|
+
"javascript",
|
|
11
|
+
"javascript pdf"
|
|
12
|
+
],
|
|
13
|
+
"author": "",
|
|
14
|
+
"license": "MIT"
|
|
15
|
+
}
|