@pdftron/pdfnet-node-samples 9.4.2 → 9.5.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.
Files changed (147) hide show
  1. package/package.json +18 -18
  2. package/readme.md +12 -12
  3. package/samples/AddImageTest/AddImageTest.js +1 -1
  4. package/samples/AddImageTest/NODEJS/AddImageTest.js +116 -0
  5. package/samples/AddImageTest/NODEJS/RunTest.sh +2 -0
  6. package/samples/AdvancedImagingTest/AdvancedImagingTest.js +1 -1
  7. package/samples/AdvancedImagingTest/NODEJS/AdvancedImagingTest.js +78 -0
  8. package/samples/AdvancedImagingTest/NODEJS/RunTest.sh +2 -0
  9. package/samples/AnnotationTest/AnnotationTest.js +1 -1
  10. package/samples/AnnotationTest/NODEJS/AnnotationTest.js +642 -0
  11. package/samples/AnnotationTest/NODEJS/RunTest.sh +2 -0
  12. package/samples/BookmarkTest/BookmarkTest.js +1 -1
  13. package/samples/BookmarkTest/NODEJS/BookmarkTest.js +220 -0
  14. package/samples/BookmarkTest/NODEJS/RunTest.sh +2 -0
  15. package/samples/CAD2PDFTest/CAD2PDFTest.js +79 -79
  16. package/samples/CAD2PDFTest/NODEJS/CAD2PDFTest.js +80 -0
  17. package/samples/CAD2PDFTest/NODEJS/RunTest.sh +2 -0
  18. package/samples/ContentReplacerTest/ContentReplacerTest.js +1 -1
  19. package/samples/ContentReplacerTest/NODEJS/ContentReplacerTest.js +75 -0
  20. package/samples/ContentReplacerTest/NODEJS/RunTest.sh +2 -0
  21. package/samples/ConvertTest/ConvertTest.js +270 -256
  22. package/samples/ConvertTest/NODEJS/ConvertTest.js +270 -0
  23. package/samples/ConvertTest/NODEJS/RunTest.sh +2 -0
  24. package/samples/DataExtractionTest/DataExtractionTest.js +180 -0
  25. package/samples/DataExtractionTest/NODEJS/DataExtractionTest.js +180 -0
  26. package/samples/DataExtractionTest/NODEJS/RunTest.sh +2 -0
  27. package/samples/DigitalSignaturesTest/DigitalSignaturesTest.js +526 -526
  28. package/samples/DigitalSignaturesTest/NODEJS/DigitalSignaturesTest.js +527 -0
  29. package/samples/DigitalSignaturesTest/NODEJS/RunTest.sh +2 -0
  30. package/samples/ElementBuilderTest/ElementBuilderTest.js +1 -1
  31. package/samples/ElementBuilderTest/NODEJS/ElementBuilderTest.js +514 -0
  32. package/samples/ElementBuilderTest/NODEJS/RunTest.sh +2 -0
  33. package/samples/ElementEditTest/ElementEditTest.js +1 -1
  34. package/samples/ElementEditTest/NODEJS/ElementEditTest.js +111 -0
  35. package/samples/ElementEditTest/NODEJS/RunTest.sh +2 -0
  36. package/samples/ElementReaderAdvTest/ElementReaderAdvTest.js +1 -1
  37. package/samples/ElementReaderAdvTest/NODEJS/ElementReaderAdvTest.js +305 -0
  38. package/samples/ElementReaderAdvTest/NODEJS/RunTest.sh +2 -0
  39. package/samples/ElementReaderTest/ElementReaderTest.js +1 -1
  40. package/samples/ElementReaderTest/NODEJS/ElementReaderTest.js +77 -0
  41. package/samples/ElementReaderTest/NODEJS/RunTest.sh +2 -0
  42. package/samples/EncTest/EncTest.js +1 -1
  43. package/samples/EncTest/NODEJS/EncTest.js +176 -0
  44. package/samples/EncTest/NODEJS/RunTest.sh +2 -0
  45. package/samples/FDFTest/FDFTest.js +218 -218
  46. package/samples/FDFTest/NODEJS/FDFTest.js +219 -0
  47. package/samples/FDFTest/NODEJS/RunTest.sh +2 -0
  48. package/samples/HTML2PDFTest/HTML2PDFTest.js +165 -165
  49. package/samples/HTML2PDFTest/NODEJS/HTML2PDFTest.js +166 -0
  50. package/samples/HTML2PDFTest/NODEJS/RunTest.sh +2 -0
  51. package/samples/HighlightsTest/HighlightsTest.js +1 -1
  52. package/samples/HighlightsTest/NODEJS/HighlightsTest.js +97 -0
  53. package/samples/HighlightsTest/NODEJS/RunTest.sh +2 -0
  54. package/samples/ImageExtractTest/ImageExtractTest.js +129 -129
  55. package/samples/ImageExtractTest/NODEJS/ImageExtractTest.js +130 -0
  56. package/samples/ImageExtractTest/NODEJS/RunTest.sh +2 -0
  57. package/samples/ImpositionTest/ImpositionTest.js +86 -86
  58. package/samples/ImpositionTest/NODEJS/ImpositionTest.js +87 -0
  59. package/samples/ImpositionTest/NODEJS/RunTest.sh +2 -0
  60. package/samples/InteractiveFormsTest/InteractiveFormsTest.js +381 -381
  61. package/samples/InteractiveFormsTest/NODEJS/InteractiveFormsTest.js +382 -0
  62. package/samples/InteractiveFormsTest/NODEJS/RunTest.sh +2 -0
  63. package/samples/JBIG2Test/JBIG2Test.js +88 -88
  64. package/samples/JBIG2Test/NODEJS/JBIG2Test.js +89 -0
  65. package/samples/JBIG2Test/NODEJS/RunTest.sh +2 -0
  66. package/samples/LicenseKey/NODEJS/LicenseKey.js +11 -0
  67. package/samples/LogicalStructureTest/LogicalStructureTest.js +1 -1
  68. package/samples/LogicalStructureTest/NODEJS/LogicalStructureTest.js +251 -0
  69. package/samples/LogicalStructureTest/NODEJS/RunTest.sh +2 -0
  70. package/samples/OCRTest/NODEJS/OCRTest.js +235 -0
  71. package/samples/OCRTest/NODEJS/RunTest.sh +2 -0
  72. package/samples/OCRTest/OCRTest.js +234 -234
  73. package/samples/OfficeTemplateTest/NODEJS/OfficeTemplateTest.js +79 -0
  74. package/samples/OfficeTemplateTest/NODEJS/RunTest.sh +2 -0
  75. package/samples/OfficeTemplateTest/OfficeTemplateTest.js +79 -77
  76. package/samples/OfficeToPDFTest/NODEJS/OfficeToPDFTest.js +125 -0
  77. package/samples/OfficeToPDFTest/NODEJS/RunTest.sh +2 -0
  78. package/samples/OfficeToPDFTest/OfficeToPDFTest.js +125 -125
  79. package/samples/OptimizerTest/NODEJS/OptimizerTest.js +192 -0
  80. package/samples/OptimizerTest/NODEJS/RunTest.sh +2 -0
  81. package/samples/OptimizerTest/OptimizerTest.js +191 -191
  82. package/samples/PDF2HtmlTest/NODEJS/PDF2HtmlTest.js +123 -0
  83. package/samples/PDF2HtmlTest/NODEJS/RunTest.sh +2 -0
  84. package/samples/PDF2HtmlTest/PDF2HtmlTest.js +1 -1
  85. package/samples/PDF2OfficeTest/NODEJS/PDF2OfficeTest.js +158 -0
  86. package/samples/PDF2OfficeTest/NODEJS/RunTest.sh +2 -0
  87. package/samples/PDF2OfficeTest/PDF2OfficeTest.js +1 -1
  88. package/samples/PDFATest/NODEJS/PDFATest.js +85 -0
  89. package/samples/PDFATest/NODEJS/RunTest.sh +2 -0
  90. package/samples/PDFATest/PDFATest.js +1 -1
  91. package/samples/PDFDocMemoryTest/NODEJS/PDFDocMemoryTest.js +85 -0
  92. package/samples/PDFDocMemoryTest/NODEJS/RunTest.sh +2 -0
  93. package/samples/PDFDocMemoryTest/PDFDocMemoryTest.js +84 -84
  94. package/samples/PDFDrawTest/NODEJS/PDFDrawTest.js +306 -0
  95. package/samples/PDFDrawTest/NODEJS/RunTest.sh +2 -0
  96. package/samples/PDFDrawTest/PDFDrawTest.js +1 -1
  97. package/samples/PDFLayersTest/NODEJS/PDFLayersTest.js +295 -0
  98. package/samples/PDFLayersTest/NODEJS/RunTest.sh +2 -0
  99. package/samples/PDFLayersTest/PDFLayersTest.js +1 -1
  100. package/samples/PDFPackageTest/NODEJS/PDFPackageTest.js +112 -0
  101. package/samples/PDFPackageTest/NODEJS/RunTest.sh +2 -0
  102. package/samples/PDFPackageTest/PDFPackageTest.js +111 -111
  103. package/samples/PDFPageTest/NODEJS/PDFPageTest.js +190 -0
  104. package/samples/PDFPageTest/NODEJS/RunTest.sh +2 -0
  105. package/samples/PDFPageTest/PDFPageTest.js +1 -1
  106. package/samples/PDFRedactTest/NODEJS/PDFRedactTest.js +75 -0
  107. package/samples/PDFRedactTest/NODEJS/RunTest.sh +2 -0
  108. package/samples/PDFRedactTest/PDFRedactTest.js +1 -1
  109. package/samples/PageLabelsTest/NODEJS/PageLabelsTest.js +139 -0
  110. package/samples/PageLabelsTest/NODEJS/RunTest.sh +2 -0
  111. package/samples/PageLabelsTest/PageLabelsTest.js +138 -138
  112. package/samples/PatternTest/NODEJS/PatternTest.js +227 -0
  113. package/samples/PatternTest/NODEJS/RunTest.sh +2 -0
  114. package/samples/PatternTest/PatternTest.js +226 -226
  115. package/samples/RectTest/NODEJS/RectTest.js +41 -0
  116. package/samples/RectTest/NODEJS/RunTest.sh +2 -0
  117. package/samples/RectTest/RectTest.js +1 -1
  118. package/samples/SDFTest/NODEJS/RunTest.sh +2 -0
  119. package/samples/SDFTest/NODEJS/SDFTest.js +88 -0
  120. package/samples/SDFTest/SDFTest.js +2 -3
  121. package/samples/StamperTest/NODEJS/RunTest.sh +2 -0
  122. package/samples/StamperTest/NODEJS/StamperTest.js +256 -0
  123. package/samples/StamperTest/StamperTest.js +1 -1
  124. package/samples/TestFiles/financial.pdf +0 -0
  125. package/samples/TestFiles/formfields-scanned.pdf +0 -0
  126. package/samples/TestFiles/formfields.pdf +0 -0
  127. package/samples/TestFiles/table.pdf +0 -0
  128. package/samples/TestFiles/tiger.svg +378 -0
  129. package/samples/TextExtractTest/NODEJS/RunTest.sh +2 -0
  130. package/samples/TextExtractTest/NODEJS/TextExtractTest.js +287 -0
  131. package/samples/TextExtractTest/TextExtractTest.js +1 -1
  132. package/samples/TextSearchTest/NODEJS/RunTest.sh +2 -0
  133. package/samples/TextSearchTest/NODEJS/TextSearchTest.js +122 -0
  134. package/samples/TextSearchTest/TextSearchTest.js +1 -1
  135. package/samples/U3DTest/NODEJS/RunTest.sh +2 -0
  136. package/samples/U3DTest/NODEJS/U3DTest.js +105 -0
  137. package/samples/U3DTest/U3DTest.js +104 -104
  138. package/samples/UndoRedoTest/NODEJS/RunTest.sh +2 -0
  139. package/samples/UndoRedoTest/NODEJS/UndoRedoTest.js +101 -0
  140. package/samples/UndoRedoTest/UndoRedoTest.js +1 -1
  141. package/samples/UnicodeWriteTest/NODEJS/RunTest.sh +2 -0
  142. package/samples/UnicodeWriteTest/NODEJS/UnicodeWriteTest.js +174 -0
  143. package/samples/UnicodeWriteTest/UnicodeWriteTest.js +1 -1
  144. package/samples/WebViewerConvertTest/NODEJS/RunTest.sh +2 -0
  145. package/samples/WebViewerConvertTest/NODEJS/WebViewerConvertTest.js +136 -0
  146. package/samples/WebViewerConvertTest/WebViewerConvertTest.js +135 -135
  147. package/samples/runall.bat +12 -12
@@ -1,136 +1,136 @@
1
- //---------------------------------------------------------------------------------------
2
- // Copyright (c) 2001-2022 by PDFTron Systems Inc. All Rights Reserved.
3
- // Consult legal.txt regarding legal and license information.
4
- //---------------------------------------------------------------------------------------
5
-
6
- //---------------------------------------------------------------------------------------
7
- // The following sample illustrates how to convert PDF, XPS, image, MS Office, and
8
- // other image document formats to XOD.
9
- //
10
- // Certain file formats such as PDF, generic XPS, EMF, and raster image formats can
11
- // be directly converted to XOD. Other formats such as MS Office
12
- // (Word, Excel, Publisher, Powerpoint, etc) can be directly converted via interop.
13
- // These types of conversions guarantee optimal output, while preserving important
14
- // information such as document metadata, intra document links and hyper-links,
15
- // bookmarks etc.
16
- //
17
- // In case there is no direct conversion available, PDFNet can still convert from
18
- // any printable document to XOD using a virtual printer driver. To check
19
- // if a virtual printer is required use Convert::RequiresPrinter(filename). In this
20
- // case the installing application must be run as administrator. The manifest for this
21
- // sample specifies appropriate the UAC elevation. The administrator privileges are
22
- // not required for direct or interop conversions.
23
- //
24
- // Please note that PDFNet Publisher (i.e. 'pdftron.PDF.Convert.ToXod') is an
25
- // optionally licensable add-on to PDFNet Core SDK. For details, please see
26
- // http://www.pdftron.com/webviewer/licensing.html.
27
- //---------------------------------------------------------------------------------------
28
-
29
- const { PDFNet } = require('@pdftron/pdfnet-node');
30
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
31
-
32
- ((exports) => {
33
- 'use strict';
34
-
35
- exports.runWebViewerConvertTest = () => {
36
- const inputPath = '../TestFiles/';
37
- const outputPath = inputPath + 'Output/';
38
- const main = async () => {
39
- try {
40
- // Sample 1:
41
- // Directly convert from PDF to XOD.
42
- await PDFNet.Convert.fileToXod(inputPath + 'newsletter.pdf', outputPath + 'from_pdf.xod');
43
-
44
- // Sample 2:
45
- // Directly convert from generic XPS to XOD.
46
- await PDFNet.Convert.fileToXod(inputPath + 'simple-xps.xps', outputPath + 'from_xps.xod');
47
-
48
- // Sample 3:
49
- // Convert from MS Office (does not require printer driver for Office 2007+)
50
- // and other document formats to XOD.
51
- await bulkConvertRandomFilesToXod();
52
- } catch (err) {
53
- console.log(err.stack);
54
- }
55
- };
56
-
57
- let Testfile = function (inputFile, outputFile, requiresWindowsPlatform) {
58
- this.inputFile = inputFile;
59
- this.outputFile = outputFile;
60
- this.requiresWindowsPlatform = requiresWindowsPlatform;
61
- }
62
-
63
- const testfiles = [
64
- new Testfile('simple-powerpoint_2007.pptx', 'simple-powerpoint_2007.xod', true),
65
- new Testfile('simple-word_2007.docx', 'simple-word_2007.xod', true),
66
- new Testfile('butterfly.png', 'butterfly.xod', false),
67
- new Testfile('numbered.pdf', 'numbered.xod', false),
68
- new Testfile('dice.jpg', 'dice.xod', false),
69
- new Testfile('simple-xps.xps', 'simple-xps.xod', false),
70
- ]
71
-
72
- const bulkConvertRandomFilesToXod = async () => {
73
- let err = 0;
74
- if (process.platform === 'win32') {
75
- if (await PDFNet.Convert.printerIsInstalled('PDFTron PDFNet')) {
76
- await PDFNet.Convert.printerSetPrinterName('PDFTron PDFNet');
77
- } else if (!(await PDFNet.Convert.printerIsInstalled())) {
78
- try {
79
- // This will fail if not run as administrator. Harmless if PDFNet
80
- // printer already installed
81
- console.log('Installing printer (requires Windows platform and administrator)');
82
- await PDFNet.Convert.printerUninstall();
83
- console.log('Installed printer ' + await PDFNet.Convert.printerGetPrinterName());
84
- } catch (exp) {
85
- console.log('Unable to install printer');
86
- }
87
- }
88
- }
89
-
90
- for (const testfile of testfiles)
91
- {
92
- if (process.platform !== 'win32' && testfile.requiresWindowsPlatform) {
93
- continue;
94
- }
95
- try {
96
- const inputFile = inputPath + testfile.inputFile;
97
- const outputFile = outputPath + testfile.outputFile;
98
- if (await PDFNet.Convert.requiresPrinter(inputFile)) {
99
- console.log('Using PDFNet printer to convert file ' + testfile.inputFile);
100
- }
101
- await PDFNet.Convert.fileToXod(inputFile, outputFile);
102
- console.log('Converted file: ' + testfile.inputFile + ' to: ' + testfile.outputFile);
103
- } catch (exp) {
104
- console.log('Unable to convert file ' + testfile.inputFile);
105
- console.log(exp);
106
- err = 1;
107
- }
108
- }
109
-
110
- if (err) {
111
- console.log('ConvertFile failed');
112
- } else {
113
- console.log('ConvertFile succeeded');
114
- }
115
-
116
- if (process.platform === 'win32' && await PDFNet.Convert.printerIsInstalled()) {
117
- try {
118
- console.log('Uninstalling printer (requires Windows platform and administrator)');
119
- await PDFNet.Convert.printerUninstall();
120
- console.log('Uninstalled Printer ' + await PDFNet.Convert.printerGetPrinterName());
121
- }
122
- catch (exp)
123
- {
124
- console.log('Unable to uninstall printer');
125
- }
126
- }
127
- }
128
-
129
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
130
- console.log('Error: ' + JSON.stringify(error));
131
- }).then(function () { return PDFNet.shutdown(); });
132
- };
133
- exports.runWebViewerConvertTest();
134
- })(exports);
135
- // eslint-disable-next-line spaced-comment
1
+ //---------------------------------------------------------------------------------------
2
+ // Copyright (c) 2001-2023 by PDFTron Systems Inc. All Rights Reserved.
3
+ // Consult legal.txt regarding legal and license information.
4
+ //---------------------------------------------------------------------------------------
5
+
6
+ //---------------------------------------------------------------------------------------
7
+ // The following sample illustrates how to convert PDF, XPS, image, MS Office, and
8
+ // other image document formats to XOD.
9
+ //
10
+ // Certain file formats such as PDF, generic XPS, EMF, and raster image formats can
11
+ // be directly converted to XOD. Other formats such as MS Office
12
+ // (Word, Excel, Publisher, Powerpoint, etc) can be directly converted via interop.
13
+ // These types of conversions guarantee optimal output, while preserving important
14
+ // information such as document metadata, intra document links and hyper-links,
15
+ // bookmarks etc.
16
+ //
17
+ // In case there is no direct conversion available, PDFNet can still convert from
18
+ // any printable document to XOD using a virtual printer driver. To check
19
+ // if a virtual printer is required use Convert::RequiresPrinter(filename). In this
20
+ // case the installing application must be run as administrator. The manifest for this
21
+ // sample specifies appropriate the UAC elevation. The administrator privileges are
22
+ // not required for direct or interop conversions.
23
+ //
24
+ // Please note that PDFNet Publisher (i.e. 'pdftron.PDF.Convert.ToXod') is an
25
+ // optionally licensable add-on to PDFNet Core SDK. For details, please see
26
+ // http://www.pdftron.com/webviewer/licensing.html.
27
+ //---------------------------------------------------------------------------------------
28
+
29
+ const { PDFNet } = require('@pdftron/pdfnet-node');
30
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
31
+
32
+ ((exports) => {
33
+ 'use strict';
34
+
35
+ exports.runWebViewerConvertTest = () => {
36
+ const inputPath = '../TestFiles/';
37
+ const outputPath = inputPath + 'Output/';
38
+ const main = async () => {
39
+ try {
40
+ // Sample 1:
41
+ // Directly convert from PDF to XOD.
42
+ await PDFNet.Convert.fileToXod(inputPath + 'newsletter.pdf', outputPath + 'from_pdf.xod');
43
+
44
+ // Sample 2:
45
+ // Directly convert from generic XPS to XOD.
46
+ await PDFNet.Convert.fileToXod(inputPath + 'simple-xps.xps', outputPath + 'from_xps.xod');
47
+
48
+ // Sample 3:
49
+ // Convert from MS Office (does not require printer driver for Office 2007+)
50
+ // and other document formats to XOD.
51
+ await bulkConvertRandomFilesToXod();
52
+ } catch (err) {
53
+ console.log(err.stack);
54
+ }
55
+ };
56
+
57
+ let Testfile = function (inputFile, outputFile, requiresWindowsPlatform) {
58
+ this.inputFile = inputFile;
59
+ this.outputFile = outputFile;
60
+ this.requiresWindowsPlatform = requiresWindowsPlatform;
61
+ }
62
+
63
+ const testfiles = [
64
+ new Testfile('simple-powerpoint_2007.pptx', 'simple-powerpoint_2007.xod', true),
65
+ new Testfile('simple-word_2007.docx', 'simple-word_2007.xod', true),
66
+ new Testfile('butterfly.png', 'butterfly.xod', false),
67
+ new Testfile('numbered.pdf', 'numbered.xod', false),
68
+ new Testfile('dice.jpg', 'dice.xod', false),
69
+ new Testfile('simple-xps.xps', 'simple-xps.xod', false),
70
+ ]
71
+
72
+ const bulkConvertRandomFilesToXod = async () => {
73
+ let err = 0;
74
+ if (process.platform === 'win32') {
75
+ if (await PDFNet.Convert.printerIsInstalled('PDFTron PDFNet')) {
76
+ await PDFNet.Convert.printerSetPrinterName('PDFTron PDFNet');
77
+ } else if (!(await PDFNet.Convert.printerIsInstalled())) {
78
+ try {
79
+ // This will fail if not run as administrator. Harmless if PDFNet
80
+ // printer already installed
81
+ console.log('Installing printer (requires Windows platform and administrator)');
82
+ await PDFNet.Convert.printerUninstall();
83
+ console.log('Installed printer ' + await PDFNet.Convert.printerGetPrinterName());
84
+ } catch (exp) {
85
+ console.log('Unable to install printer');
86
+ }
87
+ }
88
+ }
89
+
90
+ for (const testfile of testfiles)
91
+ {
92
+ if (process.platform !== 'win32' && testfile.requiresWindowsPlatform) {
93
+ continue;
94
+ }
95
+ try {
96
+ const inputFile = inputPath + testfile.inputFile;
97
+ const outputFile = outputPath + testfile.outputFile;
98
+ if (await PDFNet.Convert.requiresPrinter(inputFile)) {
99
+ console.log('Using PDFNet printer to convert file ' + testfile.inputFile);
100
+ }
101
+ await PDFNet.Convert.fileToXod(inputFile, outputFile);
102
+ console.log('Converted file: ' + testfile.inputFile + ' to: ' + testfile.outputFile);
103
+ } catch (exp) {
104
+ console.log('Unable to convert file ' + testfile.inputFile);
105
+ console.log(exp);
106
+ err = 1;
107
+ }
108
+ }
109
+
110
+ if (err) {
111
+ console.log('ConvertFile failed');
112
+ } else {
113
+ console.log('ConvertFile succeeded');
114
+ }
115
+
116
+ if (process.platform === 'win32' && await PDFNet.Convert.printerIsInstalled()) {
117
+ try {
118
+ console.log('Uninstalling printer (requires Windows platform and administrator)');
119
+ await PDFNet.Convert.printerUninstall();
120
+ console.log('Uninstalled Printer ' + await PDFNet.Convert.printerGetPrinterName());
121
+ }
122
+ catch (exp)
123
+ {
124
+ console.log('Unable to uninstall printer');
125
+ }
126
+ }
127
+ }
128
+
129
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
130
+ console.log('Error: ' + JSON.stringify(error));
131
+ }).then(function () { return PDFNet.shutdown(); });
132
+ };
133
+ exports.runWebViewerConvertTest();
134
+ })(exports);
135
+ // eslint-disable-next-line spaced-comment
136
136
  //# sourceURL=WebViewerConvertTest.js
@@ -1,12 +1,12 @@
1
- @echo off
2
- for /D %%s in (*Test) do (
3
- if exist %%s\%%~nxs.js (
4
- cd %%s
5
- echo %%s running...
6
- call node %%~nxs.js
7
- cd ..
8
- echo %%s finished.
9
- pause
10
- )
11
- )
12
- echo All tests finished.
1
+ @echo off
2
+ for /D %%s in (*Test) do (
3
+ if exist %%s\%%~nxs.js (
4
+ cd %%s
5
+ echo %%s running...
6
+ call node %%~nxs.js
7
+ cd ..
8
+ echo %%s finished.
9
+ pause
10
+ )
11
+ )
12
+ echo All tests finished.