@pdftron/pdfnet-node-samples 11.6.0 → 11.7.0-beta
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.
|
@@ -593,7 +593,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
593
593
|
//////////////////// TEST 7: Timestamp a document, then add Long Term Validation (LTV) information for the DocTimeStamp.
|
|
594
594
|
// try {
|
|
595
595
|
// // Replace YOUR_URL_OF_TSA with the timestamp authority (TSA) URL to use during timestamping.
|
|
596
|
-
// // For example, as of
|
|
596
|
+
// // For example, as of June 2025, http://timestamp.globalsign.com/tsa/r6advanced1 was usable.
|
|
597
597
|
// // Note that this url may not work in the future. A reliable solution requires using your own TSA.
|
|
598
598
|
// const tsa_url = 'YOUR_URL_OF_TSA';
|
|
599
599
|
// if (tsa_url == 'YOUR_URL_OF_TSA')
|
|
@@ -602,7 +602,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
602
602
|
// }
|
|
603
603
|
//
|
|
604
604
|
// // Replace YOUR_CERTIFICATE with the trusted root certificate corresponding to the chain used by the timestamp authority.
|
|
605
|
-
// // For example, as of
|
|
605
|
+
// // For example, as of June 2025, https://secure.globalsign.net/cacert/root-r6.crt was usable.
|
|
606
606
|
// // Note that this certificate may not work in the future. A reliable solution requires using your own TSA certificate.
|
|
607
607
|
// const trusted_cert_path = 'YOUR_CERTIFICATE';
|
|
608
608
|
// if (trusted_cert_path == 'YOUR_CERTIFICATE')
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdftron/pdfnet-node-samples",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.7.0-beta",
|
|
4
4
|
"description": "Sample code for the @pdftron/pdfnet-node package.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "run-script-os",
|
|
7
|
-
"test:darwin:linux": "
|
|
8
|
-
"test:win32": "
|
|
7
|
+
"test:darwin:linux": "sh runall.sh",
|
|
8
|
+
"test:win32": "runall.bat",
|
|
9
9
|
"test:default": "echo '@pdftron/pdfnet-node doesn't support this platform.'"
|
|
10
10
|
},
|
|
11
11
|
"author": "Apryse Software Inc.",
|
|
12
12
|
"license": "Commercial",
|
|
13
13
|
"homepage": "https://www.pdftron.com",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@pdftron/pdfnet-node": "^11.
|
|
15
|
+
"@pdftron/pdfnet-node": "^11.7.0-beta",
|
|
16
16
|
"run-script-os": "^1.1.6",
|
|
17
17
|
"underscore": "^1.13.6",
|
|
18
18
|
"xhr2": "^0.2.1"
|