@pdftron/pdfnet-node-samples 10.0.0-beta → 10.1.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.
- package/package.json +2 -2
- package/samples/DataExtractionTest/DataExtractionTest.js +3 -3
- package/samples/LicenseKey/LicenseKey.js +1 -1
- package/samples/OfficeTemplateTest/OfficeTemplateTest.js +1 -1
- package/samples/PDF2HtmlTest/PDF2HtmlTest.js +2 -2
- package/samples/PDF2OfficeTest/PDF2OfficeTest.js +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pdftron/pdfnet-node-samples",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.0-beta",
|
|
4
4
|
"description": "Sample code for the @pdftron/pdfnet-node package.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "run-script-os",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Commercial",
|
|
13
13
|
"homepage": "https://www.pdftron.com",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@pdftron/pdfnet-node": "~10.
|
|
15
|
+
"@pdftron/pdfnet-node": "~10.1.0-beta",
|
|
16
16
|
"run-script-os": "^1.1.6"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -37,7 +37,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
37
37
|
console.log('\nUnable to run Data Extraction: Apryse SDK Tabular Data module not available.');
|
|
38
38
|
console.log('---------------------------------------------------------------');
|
|
39
39
|
console.log('The Data Extraction suite is an optional add-on, available for download');
|
|
40
|
-
console.log('at https://
|
|
40
|
+
console.log('at https://docs.apryse.com/documentation/core/info/modules/. If you have already');
|
|
41
41
|
console.log('downloaded this module, ensure that the SDK is able to find the required files');
|
|
42
42
|
console.log('using the PDFNet.addResourceSearchPath() function.\n');
|
|
43
43
|
}
|
|
@@ -98,7 +98,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
98
98
|
console.log('\nUnable to run Data Extraction: Apryse SDK Structured Output module not available.');
|
|
99
99
|
console.log('---------------------------------------------------------------');
|
|
100
100
|
console.log('The Data Extraction suite is an optional add-on, available for download');
|
|
101
|
-
console.log('at https://
|
|
101
|
+
console.log('at https://docs.apryse.com/documentation/core/info/modules/. If you have already');
|
|
102
102
|
console.log('downloaded this module, ensure that the SDK is able to find the required files');
|
|
103
103
|
console.log('using the PDFNet.addResourceSearchPath() function.\n');
|
|
104
104
|
}
|
|
@@ -136,7 +136,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
136
136
|
console.log('\nUnable to run Data Extraction: Apryse SDK AIFormFieldExtractor module not available.');
|
|
137
137
|
console.log('---------------------------------------------------------------');
|
|
138
138
|
console.log('The Data Extraction suite is an optional add-on, available for download');
|
|
139
|
-
console.log('at https://
|
|
139
|
+
console.log('at https://docs.apryse.com/documentation/core/info/modules/. If you have already');
|
|
140
140
|
console.log('downloaded this module, ensure that the SDK is able to find the required files');
|
|
141
141
|
console.log('using the PDFNet.addResourceSearchPath() function.\n');
|
|
142
142
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
//---------------------------------------------------------------------------------------
|
|
2
|
-
// Copyright (c) 2001-
|
|
2
|
+
// Copyright (c) 2001-2023 by Apryse Software Inc. All Rights Reserved.
|
|
3
3
|
// Consult legal.txt regarding legal and license information.
|
|
4
4
|
//---------------------------------------------------------------------------------------
|
|
5
5
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// with content supplied via json
|
|
10
10
|
//
|
|
11
11
|
// For a detailed specification of the template format and supported features,
|
|
12
|
-
// see: https://
|
|
12
|
+
// see: https://docs.apryse.com/documentation/core/guides/generate-via-template/data-model/
|
|
13
13
|
//
|
|
14
14
|
// This conversion is performed entirely within the PDFNet and has *no*
|
|
15
15
|
// external or system dependencies -- Conversion results will be
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
// HTML documents with text flowing across the browser window.
|
|
15
15
|
//
|
|
16
16
|
// The Apryse SDK Structured Output module can be downloaded from
|
|
17
|
-
// https://
|
|
17
|
+
// https://docs.apryse.com/documentation/core/info/modules/
|
|
18
18
|
//
|
|
19
19
|
// Please contact us if you have any questions.
|
|
20
20
|
//---------------------------------------------------------------------------------------
|
|
@@ -56,7 +56,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
56
56
|
console.log('\nUnable to run part of the sample: Apryse SDK Structured Output module not available.');
|
|
57
57
|
console.log('---------------------------------------------------------------');
|
|
58
58
|
console.log('The Structured Output module is an optional add-on, available for download');
|
|
59
|
-
console.log('at https://
|
|
59
|
+
console.log('at https://docs.apryse.com/documentation/core/info/modules/. If you have already');
|
|
60
60
|
console.log('downloaded this module, ensure that the SDK is able to find the required files');
|
|
61
61
|
console.log('using the PDFNet::AddResourceSearchPath() function.\n');
|
|
62
62
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
// and other documents into Word, Excel, PowerPoint and HTML format.
|
|
12
12
|
//
|
|
13
13
|
// The Apryse SDK Structured Output module can be downloaded from
|
|
14
|
-
// https://
|
|
14
|
+
// https://docs.apryse.com/documentation/core/info/modules/
|
|
15
15
|
//
|
|
16
16
|
// Please contact us if you have any questions.
|
|
17
17
|
//---------------------------------------------------------------------------------------
|
|
@@ -37,7 +37,7 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
|
37
37
|
console.log('\nUnable to run the sample: Apryse SDK Structured Output module not available.');
|
|
38
38
|
console.log('---------------------------------------------------------------');
|
|
39
39
|
console.log('The Structured Output module is an optional add-on, available for download');
|
|
40
|
-
console.log('at https://
|
|
40
|
+
console.log('at https://docs.apryse.com/documentation/core/info/modules/. If you have already');
|
|
41
41
|
console.log('downloaded this module, ensure that the SDK is able to find the required files');
|
|
42
42
|
console.log('using the PDFNet::AddResourceSearchPath() function.\n');
|
|
43
43
|
|