@mescius/spread-sheets-pdf 17.0.0
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 +18 -0
- package/dist/gc.spread.sheets.pdf.min.js +47 -0
- package/index.js +1 -0
- package/package.json +30 -0
package/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# SpreadJS PDF Export Plugin
|
|
2
|
+
|
|
3
|
+
The SpreadJS PDF Export package is one of the plugins for [SpreadJS](https://developer.mescius.com/spreadjs).
|
|
4
|
+
|
|
5
|
+
Extends SpreadJS with support for PDF export.
|
|
6
|
+
|
|
7
|
+
For a detailed listing of SpreadJS sub-libraries and plug-ins, please see [Using SpreadJS Libraries](https://developer.mescius.com/spreadjs/docs/getstarted/modules).
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```sh
|
|
11
|
+
npm install @mescius/spread-sheets-pdf
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## Getting more help
|
|
15
|
+
Visit the SpreadJS home page to get more info about the library:
|
|
16
|
+
[https://developer.mescius.com/spreadjs](https://developer.mescius.com/spreadjs)
|
|
17
|
+
|
|
18
|
+
You can ask any question about SpreadJS using the [SpreadJS Forum](https://developer.mescius.com/forums/spreadjs).
|