jit-pdf 0.1.1 → 0.1.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Enterprise-ready PDF viewing and editing SDK for business systems.
|
|
|
4
4
|
|
|
5
5
|
`jit-pdf` provides a polished Chinese UI, annotation tools, redaction workflow, local IndexedDB storage, HTTP file-service integration, and multiple integration styles for modern apps and plain HTML pages.
|
|
6
6
|
|
|
7
|
-
[中文文档 / Chinese Documentation](https://github.com/jitOffice/jit-pdf-sdk/blob/main/
|
|
7
|
+
[中文文档 / Chinese Documentation](https://github.com/jitOffice/jit-pdf-sdk/blob/main/README.zh-CN.md)
|
|
8
8
|
|
|
9
9
|
## Why jit-pdf
|
|
10
10
|
|
|
@@ -347,4 +347,4 @@ mountJitPdfEditor({
|
|
|
347
347
|
- Repository: https://github.com/jitOffice/jit-pdf-sdk
|
|
348
348
|
- Vue example: `packages/pdf-sdk/examples/vue-demo`
|
|
349
349
|
- HTML example: `packages/pdf-sdk/examples/html-demo`
|
|
350
|
-
- Chinese docs: https://github.com/jitOffice/jit-pdf-sdk/blob/main/
|
|
350
|
+
- Chinese docs: https://github.com/jitOffice/jit-pdf-sdk/blob/main/README.zh-CN.md
|