@pdftron/pdfnet-node-samples 9.2.0 → 9.4.0

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 (140) hide show
  1. package/package.json +2 -2
  2. package/samples/AddImageTest/AddImageTest.js +115 -115
  3. package/samples/AdvancedImagingTest/AdvancedImagingTest.js +78 -64
  4. package/samples/AnnotationTest/AnnotationTest.js +641 -641
  5. package/samples/BookmarkTest/BookmarkTest.js +219 -219
  6. package/samples/CAD2PDFTest/CAD2PDFTest.js +4 -4
  7. package/samples/ContentReplacerTest/ContentReplacerTest.js +75 -75
  8. package/samples/ConvertTest/ConvertTest.js +5 -5
  9. package/samples/DigitalSignaturesTest/DigitalSignaturesTest.js +1 -1
  10. package/samples/ElementBuilderTest/ElementBuilderTest.js +513 -513
  11. package/samples/ElementEditTest/ElementEditTest.js +110 -110
  12. package/samples/ElementReaderAdvTest/ElementReaderAdvTest.js +305 -305
  13. package/samples/ElementReaderTest/ElementReaderTest.js +77 -77
  14. package/samples/EncTest/EncTest.js +175 -175
  15. package/samples/FDFTest/FDFTest.js +1 -1
  16. package/samples/HTML2PDFTest/HTML2PDFTest.js +53 -43
  17. package/samples/HighlightsTest/HighlightsTest.js +97 -0
  18. package/samples/ImageExtractTest/ImageExtractTest.js +1 -1
  19. package/samples/ImpositionTest/ImpositionTest.js +1 -1
  20. package/samples/InteractiveFormsTest/InteractiveFormsTest.js +1 -1
  21. package/samples/JBIG2Test/JBIG2Test.js +1 -1
  22. package/samples/LicenseKey/LicenseKey.js +11 -11
  23. package/samples/LogicalStructureTest/LogicalStructureTest.js +250 -250
  24. package/samples/OCRTest/OCRTest.js +19 -34
  25. package/samples/OfficeTemplateTest/OfficeTemplateTest.js +77 -0
  26. package/samples/OfficeToPDFTest/OfficeToPDFTest.js +1 -1
  27. package/samples/OptimizerTest/OptimizerTest.js +1 -1
  28. package/samples/PDF2HtmlTest/PDF2HtmlTest.js +123 -123
  29. package/samples/PDF2OfficeTest/PDF2OfficeTest.js +158 -158
  30. package/samples/PDFATest/PDFATest.js +85 -85
  31. package/samples/PDFDocMemoryTest/PDFDocMemoryTest.js +1 -1
  32. package/samples/PDFDrawTest/PDFDrawTest.js +305 -305
  33. package/samples/PDFLayersTest/PDFLayersTest.js +294 -294
  34. package/samples/PDFPackageTest/PDFPackageTest.js +1 -1
  35. package/samples/PDFPageTest/PDFPageTest.js +189 -189
  36. package/samples/PDFRedactTest/PDFRedactTest.js +74 -74
  37. package/samples/PageLabelsTest/PageLabelsTest.js +1 -1
  38. package/samples/PatternTest/PatternTest.js +1 -1
  39. package/samples/RectTest/RectTest.js +40 -40
  40. package/samples/SDFTest/SDFTest.js +88 -88
  41. package/samples/StamperTest/StamperTest.js +255 -255
  42. package/samples/TestFiles/Misc-Fixed.pfa +1166 -1166
  43. package/samples/TestFiles/SHA-2 Root USERTrust RSA CA Sectigo timestamping.crt +34 -34
  44. package/samples/TestFiles/form1_annots.xfdf +33 -33
  45. package/samples/TestFiles/form1_data.xfdf +139 -139
  46. package/samples/TestFiles/my_stream.txt +2310 -2310
  47. package/samples/TextExtractTest/TextExtractTest.js +286 -286
  48. package/samples/TextSearchTest/TextSearchTest.js +121 -121
  49. package/samples/U3DTest/U3DTest.js +1 -1
  50. package/samples/UndoRedoTest/UndoRedoTest.js +101 -101
  51. package/samples/UnicodeWriteTest/UnicodeWriteTest.js +173 -173
  52. package/samples/WebViewerConvertTest/WebViewerConvertTest.js +1 -1
  53. package/samples/runall.bat +6 -7
  54. package/samples/runall.sh +15 -14
  55. package/samples/AddImageTest/RunTest.bat +0 -2
  56. package/samples/AddImageTest/RunTest.sh +0 -2
  57. package/samples/AdvancedImagingTest/RunTest.bat +0 -2
  58. package/samples/AdvancedImagingTest/RunTest.sh +0 -2
  59. package/samples/AnnotationTest/RunTest.bat +0 -2
  60. package/samples/AnnotationTest/RunTest.sh +0 -2
  61. package/samples/BookmarkTest/RunTest.bat +0 -2
  62. package/samples/BookmarkTest/RunTest.sh +0 -2
  63. package/samples/CAD2PDFTest/RunTest.bat +0 -2
  64. package/samples/CAD2PDFTest/RunTest.sh +0 -2
  65. package/samples/ContentReplacerTest/RunTest.bat +0 -2
  66. package/samples/ContentReplacerTest/RunTest.sh +0 -2
  67. package/samples/ConvertTest/RunTest.bat +0 -2
  68. package/samples/ConvertTest/RunTest.sh +0 -2
  69. package/samples/DigitalSignaturesTest/RunTest.bat +0 -2
  70. package/samples/DigitalSignaturesTest/RunTest.sh +0 -2
  71. package/samples/ElementBuilderTest/RunTest.bat +0 -2
  72. package/samples/ElementBuilderTest/RunTest.sh +0 -2
  73. package/samples/ElementEditTest/RunTest.bat +0 -2
  74. package/samples/ElementEditTest/RunTest.sh +0 -2
  75. package/samples/ElementReaderAdvTest/RunTest.bat +0 -2
  76. package/samples/ElementReaderAdvTest/RunTest.sh +0 -2
  77. package/samples/ElementReaderTest/RunTest.bat +0 -2
  78. package/samples/ElementReaderTest/RunTest.sh +0 -2
  79. package/samples/EncTest/RunTest.bat +0 -2
  80. package/samples/EncTest/RunTest.sh +0 -2
  81. package/samples/FDFTest/RunTest.bat +0 -2
  82. package/samples/FDFTest/RunTest.sh +0 -2
  83. package/samples/HTML2PDFTest/RunTest.bat +0 -2
  84. package/samples/HTML2PDFTest/RunTest.sh +0 -2
  85. package/samples/ImageExtractTest/RunTest.bat +0 -2
  86. package/samples/ImageExtractTest/RunTest.sh +0 -2
  87. package/samples/ImpositionTest/RunTest.bat +0 -2
  88. package/samples/ImpositionTest/RunTest.sh +0 -2
  89. package/samples/InteractiveFormsTest/RunTest.bat +0 -2
  90. package/samples/InteractiveFormsTest/RunTest.sh +0 -2
  91. package/samples/JBIG2Test/RunTest.bat +0 -2
  92. package/samples/JBIG2Test/RunTest.sh +0 -2
  93. package/samples/LogicalStructureTest/RunTest.bat +0 -2
  94. package/samples/LogicalStructureTest/RunTest.sh +0 -2
  95. package/samples/OCRTest/RunTest.bat +0 -2
  96. package/samples/OCRTest/RunTest.sh +0 -2
  97. package/samples/OfficeToPDFTest/RunTest.bat +0 -2
  98. package/samples/OfficeToPDFTest/RunTest.sh +0 -2
  99. package/samples/OptimizerTest/RunTest.bat +0 -2
  100. package/samples/OptimizerTest/RunTest.sh +0 -2
  101. package/samples/PDF2HtmlTest/RunTest.bat +0 -2
  102. package/samples/PDF2HtmlTest/RunTest.sh +0 -2
  103. package/samples/PDF2OfficeTest/RunTest.bat +0 -2
  104. package/samples/PDF2OfficeTest/RunTest.sh +0 -2
  105. package/samples/PDFATest/RunTest.bat +0 -2
  106. package/samples/PDFATest/RunTest.sh +0 -2
  107. package/samples/PDFDocMemoryTest/RunTest.bat +0 -2
  108. package/samples/PDFDocMemoryTest/RunTest.sh +0 -2
  109. package/samples/PDFDrawTest/RunTest.bat +0 -2
  110. package/samples/PDFDrawTest/RunTest.sh +0 -2
  111. package/samples/PDFLayersTest/RunTest.bat +0 -2
  112. package/samples/PDFLayersTest/RunTest.sh +0 -2
  113. package/samples/PDFPackageTest/RunTest.bat +0 -2
  114. package/samples/PDFPackageTest/RunTest.sh +0 -2
  115. package/samples/PDFPageTest/RunTest.bat +0 -2
  116. package/samples/PDFPageTest/RunTest.sh +0 -2
  117. package/samples/PDFRedactTest/RunTest.bat +0 -2
  118. package/samples/PDFRedactTest/RunTest.sh +0 -2
  119. package/samples/PageLabelsTest/RunTest.bat +0 -2
  120. package/samples/PageLabelsTest/RunTest.sh +0 -2
  121. package/samples/PatternTest/RunTest.bat +0 -2
  122. package/samples/PatternTest/RunTest.sh +0 -2
  123. package/samples/RectTest/RunTest.bat +0 -2
  124. package/samples/RectTest/RunTest.sh +0 -2
  125. package/samples/SDFTest/RunTest.bat +0 -2
  126. package/samples/SDFTest/RunTest.sh +0 -2
  127. package/samples/StamperTest/RunTest.bat +0 -2
  128. package/samples/StamperTest/RunTest.sh +0 -2
  129. package/samples/TextExtractTest/RunTest.bat +0 -2
  130. package/samples/TextExtractTest/RunTest.sh +0 -2
  131. package/samples/TextSearchTest/RunTest.bat +0 -2
  132. package/samples/TextSearchTest/RunTest.sh +0 -2
  133. package/samples/U3DTest/RunTest.bat +0 -2
  134. package/samples/U3DTest/RunTest.sh +0 -2
  135. package/samples/UndoRedoTest/RunTest.bat +0 -2
  136. package/samples/UndoRedoTest/RunTest.sh +0 -2
  137. package/samples/UnicodeWriteTest/RunTest.bat +0 -2
  138. package/samples/UnicodeWriteTest/RunTest.sh +0 -2
  139. package/samples/WebViewerConvertTest/RunTest.bat +0 -2
  140. package/samples/WebViewerConvertTest/RunTest.sh +0 -2
@@ -0,0 +1,77 @@
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 use the PDF::Convert utility class
8
+ // to convert MS Office files to PDF and replace templated tags present in the document
9
+ // with content supplied via json
10
+ //
11
+ // For a detailed specification of the template format and supported features,
12
+ // see: https://www.pdftron.com/documentation/core/guides/generate-via-template/data-model/
13
+ //
14
+ // This conversion is performed entirely within the PDFNet and has *no*
15
+ // external or system dependencies -- Conversion results will be
16
+ // the same whether on Windows, Linux or Android.
17
+ //
18
+ // Please contact us if you have any questions.
19
+ //------------------------------------------------------------------------------
20
+
21
+ const { PDFNet } = require('@pdftron/pdfnet-node');
22
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
23
+
24
+ ((exports) => {
25
+ 'use strict';
26
+
27
+ exports.runOfficeTemplateTest = () => {
28
+
29
+ const inputPath = '../TestFiles/';
30
+ const outputPath = inputPath + 'Output/';
31
+ const inputFilename = 'SYH_Letter.docx'
32
+ const outputFilename = 'SYH_Letter.pdf'
33
+
34
+ const main = async () => {
35
+
36
+ PDFNet.addResourceSearchPath('../Resources');
37
+
38
+ try {
39
+ const options = new PDFNet.Convert.OfficeToPDFOptions();
40
+
41
+ const json = JSON.stringify({
42
+ 'dest_given_name': 'Janice N.',
43
+ 'dest_street_address': "187 Duizelstraat",
44
+ 'dest_surname': 'Symonds',
45
+ 'dest_title': 'Ms.',
46
+ 'land_location': '225 Parc St., Rochelle, QC ',
47
+ 'lease_problem': 'According to the city records, the lease was initiated in September 2010 and never terminated',
48
+ 'logo': { 'image_url': inputPath + 'logo_red.png', 'width' : 64, 'height': 64 },
49
+ 'sender_name': 'Arnold Smith'
50
+ });
51
+
52
+ const templateDoc = await PDFNet.Convert.createOfficeTemplateWithPath(inputPath + inputFilename, options);
53
+
54
+ const pdfdoc = await templateDoc.fillTemplateJson(json);
55
+
56
+ // save the result
57
+ await pdfdoc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_linearized);
58
+
59
+ // And we're done!
60
+ console.log('Saved ' + outputFilename);
61
+
62
+ } catch (err) {
63
+ console.log(err);
64
+ }
65
+
66
+ console.log('Done.');
67
+ };
68
+
69
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
70
+ console.log('Error: ' + JSON.stringify(error));
71
+ }).then(function () { return PDFNet.shutdown(); });
72
+
73
+ };
74
+ exports.runOfficeTemplateTest();
75
+ })(exports);
76
+ // eslint-disable-next-line spaced-comment
77
+ //# sourceURL=OfficeTemplateTest.js
@@ -1,5 +1,5 @@
1
1
  //---------------------------------------------------------------------------------------
2
- // Copyright (c) 2001-2021 by PDFTron Systems Inc. All Rights Reserved.
2
+ // Copyright (c) 2001-2022 by PDFTron Systems Inc. All Rights Reserved.
3
3
  // Consult legal.txt regarding legal and license information.
4
4
  //---------------------------------------------------------------------------------------
5
5
 
@@ -1,5 +1,5 @@
1
1
  //---------------------------------------------------------------------------------------
2
- // Copyright (c) 2001-2021 by PDFTron Systems Inc. All Rights Reserved.
2
+ // Copyright (c) 2001-2022 by PDFTron Systems Inc. All Rights Reserved.
3
3
  // Consult legal.txt regarding legal and license information.
4
4
  //---------------------------------------------------------------------------------------
5
5
 
@@ -1,123 +1,123 @@
1
- //---------------------------------------------------------------------------------------
2
- // Copyright (c) 2001-2021 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 use the PDF::Convert utility class to convert
8
- // documents and files to HTML.
9
- //
10
- // There are two HTML modules and one of them is an optional PDFNet Add-on.
11
- // 1. The built-in HTML module is used to convert PDF documents to fixed-position HTML
12
- // documents.
13
- // 2. The optional Structured Output add-on module is used to convert PDF documents to
14
- // HTML documents with text flowing across the browser window.
15
- //
16
- // The PDFTron SDK Structured Output module can be downloaded from
17
- // https://www.pdftron.com/documentation/core/info/modules/
18
- //
19
- // Please contact us if you have any questions.
20
- //---------------------------------------------------------------------------------------
21
-
22
- const { PDFNet } = require('@pdftron/pdfnet-node');
23
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
24
-
25
- ((exports) => {
26
- 'use strict';
27
-
28
- exports.runPDF2HtmlTest = () => {
29
-
30
- const main = async () => {
31
-
32
- const inputPath = '../TestFiles/';
33
- const outputPath = '../TestFiles/Output/';
34
-
35
- //////////////////////////////////////////////////////////////////////////
36
-
37
- try {
38
- // Convert PDF document to HTML with fixed positioning option turned on (default)
39
- console.log('Converting PDF to HTML with fixed positioning option turned on (default)');
40
-
41
- const outputFile = outputPath + 'paragraphs_and_tables_fixed_positioning';
42
-
43
- // Convert PDF to HTML
44
- await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile);
45
-
46
- console.log('Result saved in ' + outputFile);
47
- } catch (err) {
48
- console.log(err);
49
- }
50
-
51
- //////////////////////////////////////////////////////////////////////////
52
-
53
- await PDFNet.addResourceSearchPath('../../lib/');
54
-
55
- if (!await PDFNet.StructuredOutputModule.isModuleAvailable()) {
56
- console.log('\nUnable to run part of the sample: PDFTron SDK Structured Output module not available.');
57
- console.log('---------------------------------------------------------------');
58
- console.log('The Structured Output module is an optional add-on, available for download');
59
- console.log('at https://www.pdftron.com/documentation/core/info/modules/. If you have already');
60
- console.log('downloaded this module, ensure that the SDK is able to find the required files');
61
- console.log('using the PDFNet::AddResourceSearchPath() function.\n');
62
-
63
- return;
64
- }
65
-
66
- //////////////////////////////////////////////////////////////////////////
67
-
68
- try {
69
- // Convert PDF document to HTML with reflow full option turned on (1)
70
- console.log('Converting PDF to HTML with reflow full option turned on (1)');
71
-
72
- const outputFile = outputPath + 'paragraphs_and_tables_reflow_full.html';
73
-
74
- const htmlOutputOptions = new PDFNet.Convert.HTMLOutputOptions();
75
-
76
- // Set e_reflow_full content reflow setting
77
- htmlOutputOptions.setContentReflowSetting(PDFNet.Convert.HTMLOutputOptions.ContentReflowSetting.e_reflow_full);
78
-
79
- // Convert PDF to HTML
80
- await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile, htmlOutputOptions);
81
-
82
- console.log('Result saved in ' + outputFile);
83
- } catch (err) {
84
- console.log(err);
85
- }
86
-
87
- //////////////////////////////////////////////////////////////////////////
88
-
89
- try {
90
- // Convert PDF document to HTML with reflow full option turned on (only converting the first page) (2)
91
- console.log('Converting PDF to HTML with reflow full option turned on (only converting the first page) (2)');
92
-
93
- const outputFile = outputPath + 'paragraphs_and_tables_reflow_full_first_page.html';
94
-
95
- const htmlOutputOptions = new PDFNet.Convert.HTMLOutputOptions();
96
-
97
- // Set e_reflow_full content reflow setting
98
- htmlOutputOptions.setContentReflowSetting(PDFNet.Convert.HTMLOutputOptions.ContentReflowSetting.e_reflow_full);
99
-
100
- // Convert only the first page
101
- htmlOutputOptions.setPages(1, 1);
102
-
103
- // Convert PDF to HTML
104
- await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile, htmlOutputOptions);
105
-
106
- console.log('Result saved in ' + outputFile);
107
- } catch (err) {
108
- console.log(err);
109
- }
110
-
111
- //////////////////////////////////////////////////////////////////////////
112
-
113
- console.log('Done.');
114
- };
115
-
116
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
117
- console.log('Error: ' + JSON.stringify(error));
118
- }).then(function () { return PDFNet.shutdown(); });
119
- };
120
- exports.runPDF2HtmlTest();
121
- })(exports);
122
- // eslint-disable-next-line spaced-comment
123
- //# sourceURL=PDF2HtmlTest.js
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 use the PDF::Convert utility class to convert
8
+ // documents and files to HTML.
9
+ //
10
+ // There are two HTML modules and one of them is an optional PDFNet Add-on.
11
+ // 1. The built-in HTML module is used to convert PDF documents to fixed-position HTML
12
+ // documents.
13
+ // 2. The optional Structured Output add-on module is used to convert PDF documents to
14
+ // HTML documents with text flowing across the browser window.
15
+ //
16
+ // The PDFTron SDK Structured Output module can be downloaded from
17
+ // https://www.pdftron.com/documentation/core/info/modules/
18
+ //
19
+ // Please contact us if you have any questions.
20
+ //---------------------------------------------------------------------------------------
21
+
22
+ const { PDFNet } = require('@pdftron/pdfnet-node');
23
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
24
+
25
+ ((exports) => {
26
+ 'use strict';
27
+
28
+ exports.runPDF2HtmlTest = () => {
29
+
30
+ const main = async () => {
31
+
32
+ const inputPath = '../TestFiles/';
33
+ const outputPath = '../TestFiles/Output/';
34
+
35
+ //////////////////////////////////////////////////////////////////////////
36
+
37
+ try {
38
+ // Convert PDF document to HTML with fixed positioning option turned on (default)
39
+ console.log('Converting PDF to HTML with fixed positioning option turned on (default)');
40
+
41
+ const outputFile = outputPath + 'paragraphs_and_tables_fixed_positioning';
42
+
43
+ // Convert PDF to HTML
44
+ await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile);
45
+
46
+ console.log('Result saved in ' + outputFile);
47
+ } catch (err) {
48
+ console.log(err);
49
+ }
50
+
51
+ //////////////////////////////////////////////////////////////////////////
52
+
53
+ await PDFNet.addResourceSearchPath('../../lib/');
54
+
55
+ if (!await PDFNet.StructuredOutputModule.isModuleAvailable()) {
56
+ console.log('\nUnable to run part of the sample: PDFTron SDK Structured Output module not available.');
57
+ console.log('---------------------------------------------------------------');
58
+ console.log('The Structured Output module is an optional add-on, available for download');
59
+ console.log('at https://www.pdftron.com/documentation/core/info/modules/. If you have already');
60
+ console.log('downloaded this module, ensure that the SDK is able to find the required files');
61
+ console.log('using the PDFNet::AddResourceSearchPath() function.\n');
62
+
63
+ return;
64
+ }
65
+
66
+ //////////////////////////////////////////////////////////////////////////
67
+
68
+ try {
69
+ // Convert PDF document to HTML with reflow full option turned on (1)
70
+ console.log('Converting PDF to HTML with reflow full option turned on (1)');
71
+
72
+ const outputFile = outputPath + 'paragraphs_and_tables_reflow_full.html';
73
+
74
+ const htmlOutputOptions = new PDFNet.Convert.HTMLOutputOptions();
75
+
76
+ // Set e_reflow_full content reflow setting
77
+ htmlOutputOptions.setContentReflowSetting(PDFNet.Convert.HTMLOutputOptions.ContentReflowSetting.e_reflow_full);
78
+
79
+ // Convert PDF to HTML
80
+ await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile, htmlOutputOptions);
81
+
82
+ console.log('Result saved in ' + outputFile);
83
+ } catch (err) {
84
+ console.log(err);
85
+ }
86
+
87
+ //////////////////////////////////////////////////////////////////////////
88
+
89
+ try {
90
+ // Convert PDF document to HTML with reflow full option turned on (only converting the first page) (2)
91
+ console.log('Converting PDF to HTML with reflow full option turned on (only converting the first page) (2)');
92
+
93
+ const outputFile = outputPath + 'paragraphs_and_tables_reflow_full_first_page.html';
94
+
95
+ const htmlOutputOptions = new PDFNet.Convert.HTMLOutputOptions();
96
+
97
+ // Set e_reflow_full content reflow setting
98
+ htmlOutputOptions.setContentReflowSetting(PDFNet.Convert.HTMLOutputOptions.ContentReflowSetting.e_reflow_full);
99
+
100
+ // Convert only the first page
101
+ htmlOutputOptions.setPages(1, 1);
102
+
103
+ // Convert PDF to HTML
104
+ await PDFNet.Convert.fileToHtml(inputPath + 'paragraphs_and_tables.pdf', outputFile, htmlOutputOptions);
105
+
106
+ console.log('Result saved in ' + outputFile);
107
+ } catch (err) {
108
+ console.log(err);
109
+ }
110
+
111
+ //////////////////////////////////////////////////////////////////////////
112
+
113
+ console.log('Done.');
114
+ };
115
+
116
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
117
+ console.log('Error: ' + JSON.stringify(error));
118
+ }).then(function () { return PDFNet.shutdown(); });
119
+ };
120
+ exports.runPDF2HtmlTest();
121
+ })(exports);
122
+ // eslint-disable-next-line spaced-comment
123
+ //# sourceURL=PDF2HtmlTest.js