@jackgreen2018/pdf-engine 1.0.87 → 1.0.88
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 +5 -9
- package/package.json +5 -5
- package/pkg/README.md +4 -4
- package/pkg/package.json +1 -1
- package/COMMERCIAL-LICENSE.md +0 -59
package/README.md
CHANGED
|
@@ -114,22 +114,18 @@ npm run benchmark
|
|
|
114
114
|
|
|
115
115
|
| Operation | pdf-engine (ms) | pdf-lib (ms) |
|
|
116
116
|
|-----------|-----------------|--------------|
|
|
117
|
-
| Page Count | 0.
|
|
117
|
+
| Page Count | 0.77 | 1.55 |
|
|
118
118
|
| Text Extraction | 0.20 | — |
|
|
119
|
-
| Merge (2 files) |
|
|
120
|
-
| Split (pages [0,1]) | 0.20 |
|
|
119
|
+
| Merge (2 files) | 0.91 | 3.90 |
|
|
120
|
+
| Split (pages [0,1]) | 0.20 | 2.56 |
|
|
121
121
|
|
|
122
122
|
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-
|
|
124
|
+
*Run 2026-08-03 (v1.0.88); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
**[Buy the commercial license →](https://creem.io/product/prod_3ZlNAxFzbn9vwfT4Ho3OKJ)**
|
|
131
|
-
|
|
132
|
-
See [COMMERCIAL-LICENSE.md](./COMMERCIAL-LICENSE.md) for full terms. Team licenses, POs, or questions: `jackgreen2018+sponsors@gmail.com`.
|
|
128
|
+
For teams or organizations that need the package without MIT attribution obligations, or require a formal SLA, a commercial license is available. See [COMMERCIAL-LICENSE.md](./COMMERCIAL-LICENSE.md) for pricing and terms. To purchase, email `jackgreen2018+sponsors@gmail.com`.
|
|
133
129
|
|
|
134
130
|
## License
|
|
135
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jackgreen2018/pdf-engine",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.88",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -16,13 +16,13 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"pkg/",
|
|
18
18
|
"dist/",
|
|
19
|
-
"src/"
|
|
20
|
-
"COMMERCIAL-LICENSE.md"
|
|
19
|
+
"src/"
|
|
21
20
|
],
|
|
22
21
|
"scripts": {
|
|
23
22
|
"build": "wasm-pack build --target bundler && rm -f pkg/.gitignore && tsc",
|
|
24
23
|
"benchmark": "node benchmark.mjs",
|
|
25
|
-
"test": "node tests/smoke.js"
|
|
24
|
+
"test": "node tests/smoke.js",
|
|
25
|
+
"prepare": "npm run build"
|
|
26
26
|
},
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
@@ -59,4 +59,4 @@
|
|
|
59
59
|
"tslib": "^1.14.1",
|
|
60
60
|
"undici-types": "^8.3.0"
|
|
61
61
|
}
|
|
62
|
-
}
|
|
62
|
+
}
|
package/pkg/README.md
CHANGED
|
@@ -114,14 +114,14 @@ npm run benchmark
|
|
|
114
114
|
|
|
115
115
|
| Operation | pdf-engine (ms) | pdf-lib (ms) |
|
|
116
116
|
|-----------|-----------------|--------------|
|
|
117
|
-
| Page Count | 0.
|
|
117
|
+
| Page Count | 0.77 | 1.55 |
|
|
118
118
|
| Text Extraction | 0.20 | — |
|
|
119
|
-
| Merge (2 files) |
|
|
120
|
-
| Split (pages [0,1]) | 0.20 |
|
|
119
|
+
| Merge (2 files) | 0.91 | 3.90 |
|
|
120
|
+
| Split (pages [0,1]) | 0.20 | 2.56 |
|
|
121
121
|
|
|
122
122
|
*extractText correctness: PASS — gated via `tests/fixtures/text-fixture.pdf` (FlateDecode-compressed, real-world content stream). v1.0.30 fixes extractText to return actual text instead of "No text extracted."*
|
|
123
123
|
|
|
124
|
-
*Run 2026-08-
|
|
124
|
+
*Run 2026-08-03 (v1.0.88); raw JSON at benchmark-results.json.*
|
|
125
125
|
|
|
126
126
|
## Commercial license & support
|
|
127
127
|
|
package/pkg/package.json
CHANGED
package/COMMERCIAL-LICENSE.md
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
# @jackgreen2018/pdf-engine — Commercial License
|
|
2
|
-
|
|
3
|
-
The MIT license covers open-source and internal use, including attribution
|
|
4
|
-
in your project's license file or NOTICE. If that's fine for your use case,
|
|
5
|
-
you don't need anything on this page — just install the package.
|
|
6
|
-
|
|
7
|
-
## Who needs a commercial license
|
|
8
|
-
|
|
9
|
-
You need this if:
|
|
10
|
-
|
|
11
|
-
- You're shipping `pdf-engine` inside closed-source software and don't want
|
|
12
|
-
to carry MIT's attribution requirement, or
|
|
13
|
-
- Your legal/procurement team requires a paid commercial license before
|
|
14
|
-
approving a dependency, regardless of the underlying open-source terms.
|
|
15
|
-
|
|
16
|
-
## What's included
|
|
17
|
-
|
|
18
|
-
- **Perpetual license** — one-time payment, no renewal, no subscription.
|
|
19
|
-
- **One developer seat** — covers a single named developer integrating the
|
|
20
|
-
library. For team-wide licensing, buy one seat per developer or email for
|
|
21
|
-
a team quote.
|
|
22
|
-
- **Attribution waiver** — use `pdf-engine` in closed-source, proprietary
|
|
23
|
-
products without the MIT attribution requirement.
|
|
24
|
-
- **Email support** — integration questions answered within 2 business
|
|
25
|
-
days, best-effort.
|
|
26
|
-
- **30-day refund** — no questions asked if it doesn't work out.
|
|
27
|
-
|
|
28
|
-
## What's NOT included
|
|
29
|
-
|
|
30
|
-
- No SLA or uptime guarantee (this is a client-side library — there's no
|
|
31
|
-
server to guarantee uptime on).
|
|
32
|
-
- No custom feature development. Feature requests are welcome via GitHub
|
|
33
|
-
Issues but aren't part of this license.
|
|
34
|
-
- No indemnification beyond what MIT already disclaims.
|
|
35
|
-
|
|
36
|
-
## Price
|
|
37
|
-
|
|
38
|
-
**$49 USD, one-time, per developer seat.**
|
|
39
|
-
|
|
40
|
-
## Purchase
|
|
41
|
-
|
|
42
|
-
Buy directly (instant, automated — a license confirmation email arrives
|
|
43
|
-
within minutes of payment):
|
|
44
|
-
|
|
45
|
-
**https://creem.io/product/prod_3ZlNAxFzbn9vwfT4Ho3OKJ**
|
|
46
|
-
|
|
47
|
-
Need a multi-seat team license, a purchase order, or have a question before
|
|
48
|
-
buying? Email `jackgreen2018+sponsors@gmail.com`.
|
|
49
|
-
|
|
50
|
-
## License terms
|
|
51
|
-
|
|
52
|
-
Upon payment, you (and your organization, if purchased under a company
|
|
53
|
-
name) are granted a perpetual, non-exclusive, non-transferable license to
|
|
54
|
-
use `@jackgreen2018/pdf-engine` in any number of your own closed-source
|
|
55
|
-
products, without the MIT attribution requirement, for one (1) developer
|
|
56
|
-
seat. This license does not grant the right to resell, sublicense, or
|
|
57
|
-
redistribute the source code of `pdf-engine` itself as a competing product.
|
|
58
|
-
The underlying MIT-licensed source remains MIT-licensed for everyone else;
|
|
59
|
-
this license only waives the attribution obligation for the purchaser.
|