@imgly/plugin-print-ready-pdfs-web 1.68.0-rc.1 → 1.69.0-nightly.20260130

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.
Files changed (3) hide show
  1. package/LICENSE.md +16 -14
  2. package/README.md +10 -2
  3. package/package.json +1 -1
package/LICENSE.md CHANGED
@@ -1,25 +1,27 @@
1
- The licensed code may be used by the customer solely in connection with an IMG.LY licensed product and for commercial purposes under the terms set forth in this [agreement](https://img.ly/tos). Any other use of the licensed code is strictly prohibited unless otherwise agreed in writing by IMG.LY.
1
+ The plugin wrapper code (excluding third-party components listed below) may be used by the customer solely in connection with an IMG.LY licensed product and for commercial purposes under the terms set forth in this [agreement](https://img.ly/tos). Any other use of the licensed code is strictly prohibited unless otherwise agreed in writing by IMG.LY.
2
2
 
3
- ## Additional Information
3
+ ---
4
4
 
5
- ### CE.SDK PDFX Plugin Demo
5
+ ## Third-Party Components
6
6
 
7
- This demo uses components with different licenses:
7
+ ### Ghostscript WASM (AGPL-3.0)
8
8
 
9
- #### CE.SDK (Commercial)
9
+ This package includes **Ghostscript 10.03.1** compiled to WebAssembly.
10
10
 
11
- - Requires valid license key for production use
12
- - Get your license: https://img.ly/
11
+ **License:** GNU Affero General Public License v3.0 (AGPL-3.0)
13
12
 
14
- #### PDFX Plugin (AGPL-3.0)
13
+ **Source Code Availability:**
15
14
 
16
- - Uses Ghostscript WASM (AGPL-3.0 licensed)
17
- - Free for open source and internal use
18
- - Commercial distribution may require compliance
15
+ Per AGPL-3.0 Section 6, the complete corresponding source code for Ghostscript is available from:
19
16
 
20
- #### Demo Application (MIT)
17
+ - **Official Ghostscript source:** https://github.com/ArtifexSoftware/ghostpdl
18
+ - **Ghostscript releases:** https://ghostscript.com/releases/gsdnld.html
19
+ - **WASM build project:** https://github.com/nicholasjackson/ghostscript-wasm
21
20
 
22
- - Demo code provided as example integration
23
- - Free to use and modify
21
+ The Ghostscript WASM binaries included in this package are unmodified from the upstream build.
22
+
23
+ **AGPL-3.0 License Text:** https://www.gnu.org/licenses/agpl-3.0.html
24
+
25
+ ---
24
26
 
25
27
  For commercial licensing guidance, consult with legal counsel or contact IMG.LY support.
package/README.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # @imgly/plugin-print-ready-pdfs-web
2
2
 
3
- Print-Ready PDFs plugin for CE.SDK editor - PDF/X conversion and export functionality. Contains AGPL-3.0 licensed Ghostscript WASM.
3
+ Print-Ready PDFs plugin for CE.SDK editor - PDF/X conversion and export functionality.
4
4
 
5
5
  For documentation, visit: https://img.ly/docs/cesdk
6
6
 
7
+ ## Third-Party Components
8
+
9
+ This plugin includes **Ghostscript 10.03.1** compiled to WebAssembly, licensed under [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html).
10
+
11
+ Ghostscript source code is available at: https://github.com/ArtifexSoftware/ghostpdl
12
+
7
13
  ## License
8
14
 
9
- This plugin is part of the IMG.LY plugin ecosystem for CreativeEditor SDK.
15
+ The plugin wrapper code is proprietary IMG.LY software. See [LICENSE.md](./LICENSE.md) for details.
16
+
17
+ Ghostscript is licensed separately under AGPL-3.0.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@imgly/plugin-print-ready-pdfs-web",
3
- "version": "1.68.0-rc.1",
3
+ "version": "1.69.0-nightly.20260130",
4
4
  "description": "Print-Ready PDFs plugin for CE.SDK editor - PDF/X conversion and export functionality. Contains AGPL-3.0 licensed Ghostscript WASM.",
5
5
  "keywords": [
6
6
  "CE.SDK",