@pdftron/pdfnet-node-samples 9.2.0-1 → 9.2.0-2

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 (122) hide show
  1. package/package.json +1 -1
  2. package/samples/AddImageTest/AddImageTest.js +115 -115
  3. package/samples/AdvancedImagingTest/AdvancedImagingTest.js +64 -64
  4. package/samples/AnnotationTest/AnnotationTest.js +641 -641
  5. package/samples/BookmarkTest/BookmarkTest.js +219 -219
  6. package/samples/ContentReplacerTest/ContentReplacerTest.js +75 -75
  7. package/samples/ElementBuilderTest/ElementBuilderTest.js +513 -513
  8. package/samples/ElementEditTest/ElementEditTest.js +110 -110
  9. package/samples/ElementReaderAdvTest/ElementReaderAdvTest.js +305 -305
  10. package/samples/ElementReaderTest/ElementReaderTest.js +77 -77
  11. package/samples/EncTest/EncTest.js +175 -175
  12. package/samples/HTML2PDFTest/HTML2PDFTest.js +52 -42
  13. package/samples/LicenseKey/LicenseKey.js +11 -11
  14. package/samples/LogicalStructureTest/LogicalStructureTest.js +250 -250
  15. package/samples/OfficeTemplateTest/OfficeTemplateTest.js +76 -0
  16. package/samples/PDF2HtmlTest/PDF2HtmlTest.js +123 -123
  17. package/samples/PDF2OfficeTest/PDF2OfficeTest.js +158 -158
  18. package/samples/PDFATest/PDFATest.js +85 -85
  19. package/samples/PDFDrawTest/PDFDrawTest.js +305 -305
  20. package/samples/PDFLayersTest/PDFLayersTest.js +294 -294
  21. package/samples/PDFPageTest/PDFPageTest.js +189 -189
  22. package/samples/PDFRedactTest/PDFRedactTest.js +74 -74
  23. package/samples/RectTest/RectTest.js +40 -40
  24. package/samples/SDFTest/SDFTest.js +88 -88
  25. package/samples/StamperTest/StamperTest.js +255 -255
  26. package/samples/TestFiles/Misc-Fixed.pfa +1166 -1166
  27. package/samples/TestFiles/SHA-2 Root USERTrust RSA CA Sectigo timestamping.crt +34 -34
  28. package/samples/TestFiles/form1_annots.xfdf +33 -33
  29. package/samples/TestFiles/form1_data.xfdf +139 -139
  30. package/samples/TestFiles/my_stream.txt +2310 -2310
  31. package/samples/TextExtractTest/TextExtractTest.js +286 -286
  32. package/samples/TextSearchTest/TextSearchTest.js +121 -121
  33. package/samples/UndoRedoTest/UndoRedoTest.js +101 -101
  34. package/samples/UnicodeWriteTest/UnicodeWriteTest.js +173 -173
  35. package/samples/runall.bat +3 -4
  36. package/samples/runall.sh +4 -3
  37. package/samples/AddImageTest/RunTest.bat +0 -2
  38. package/samples/AddImageTest/RunTest.sh +0 -2
  39. package/samples/AdvancedImagingTest/RunTest.bat +0 -2
  40. package/samples/AdvancedImagingTest/RunTest.sh +0 -2
  41. package/samples/AnnotationTest/RunTest.bat +0 -2
  42. package/samples/AnnotationTest/RunTest.sh +0 -2
  43. package/samples/BookmarkTest/RunTest.bat +0 -2
  44. package/samples/BookmarkTest/RunTest.sh +0 -2
  45. package/samples/CAD2PDFTest/RunTest.bat +0 -2
  46. package/samples/CAD2PDFTest/RunTest.sh +0 -2
  47. package/samples/ContentReplacerTest/RunTest.bat +0 -2
  48. package/samples/ContentReplacerTest/RunTest.sh +0 -2
  49. package/samples/ConvertTest/RunTest.bat +0 -2
  50. package/samples/ConvertTest/RunTest.sh +0 -2
  51. package/samples/DigitalSignaturesTest/RunTest.bat +0 -2
  52. package/samples/DigitalSignaturesTest/RunTest.sh +0 -2
  53. package/samples/ElementBuilderTest/RunTest.bat +0 -2
  54. package/samples/ElementBuilderTest/RunTest.sh +0 -2
  55. package/samples/ElementEditTest/RunTest.bat +0 -2
  56. package/samples/ElementEditTest/RunTest.sh +0 -2
  57. package/samples/ElementReaderAdvTest/RunTest.bat +0 -2
  58. package/samples/ElementReaderAdvTest/RunTest.sh +0 -2
  59. package/samples/ElementReaderTest/RunTest.bat +0 -2
  60. package/samples/ElementReaderTest/RunTest.sh +0 -2
  61. package/samples/EncTest/RunTest.bat +0 -2
  62. package/samples/EncTest/RunTest.sh +0 -2
  63. package/samples/FDFTest/RunTest.bat +0 -2
  64. package/samples/FDFTest/RunTest.sh +0 -2
  65. package/samples/HTML2PDFTest/RunTest.bat +0 -2
  66. package/samples/HTML2PDFTest/RunTest.sh +0 -2
  67. package/samples/ImageExtractTest/RunTest.bat +0 -2
  68. package/samples/ImageExtractTest/RunTest.sh +0 -2
  69. package/samples/ImpositionTest/RunTest.bat +0 -2
  70. package/samples/ImpositionTest/RunTest.sh +0 -2
  71. package/samples/InteractiveFormsTest/RunTest.bat +0 -2
  72. package/samples/InteractiveFormsTest/RunTest.sh +0 -2
  73. package/samples/JBIG2Test/RunTest.bat +0 -2
  74. package/samples/JBIG2Test/RunTest.sh +0 -2
  75. package/samples/LogicalStructureTest/RunTest.bat +0 -2
  76. package/samples/LogicalStructureTest/RunTest.sh +0 -2
  77. package/samples/OCRTest/RunTest.bat +0 -2
  78. package/samples/OCRTest/RunTest.sh +0 -2
  79. package/samples/OfficeToPDFTest/RunTest.bat +0 -2
  80. package/samples/OfficeToPDFTest/RunTest.sh +0 -2
  81. package/samples/OptimizerTest/RunTest.bat +0 -2
  82. package/samples/OptimizerTest/RunTest.sh +0 -2
  83. package/samples/PDF2HtmlTest/RunTest.bat +0 -2
  84. package/samples/PDF2HtmlTest/RunTest.sh +0 -2
  85. package/samples/PDF2OfficeTest/RunTest.bat +0 -2
  86. package/samples/PDF2OfficeTest/RunTest.sh +0 -2
  87. package/samples/PDFATest/RunTest.bat +0 -2
  88. package/samples/PDFATest/RunTest.sh +0 -2
  89. package/samples/PDFDocMemoryTest/RunTest.bat +0 -2
  90. package/samples/PDFDocMemoryTest/RunTest.sh +0 -2
  91. package/samples/PDFDrawTest/RunTest.bat +0 -2
  92. package/samples/PDFDrawTest/RunTest.sh +0 -2
  93. package/samples/PDFLayersTest/RunTest.bat +0 -2
  94. package/samples/PDFLayersTest/RunTest.sh +0 -2
  95. package/samples/PDFPackageTest/RunTest.bat +0 -2
  96. package/samples/PDFPackageTest/RunTest.sh +0 -2
  97. package/samples/PDFPageTest/RunTest.bat +0 -2
  98. package/samples/PDFPageTest/RunTest.sh +0 -2
  99. package/samples/PDFRedactTest/RunTest.bat +0 -2
  100. package/samples/PDFRedactTest/RunTest.sh +0 -2
  101. package/samples/PageLabelsTest/RunTest.bat +0 -2
  102. package/samples/PageLabelsTest/RunTest.sh +0 -2
  103. package/samples/PatternTest/RunTest.bat +0 -2
  104. package/samples/PatternTest/RunTest.sh +0 -2
  105. package/samples/RectTest/RunTest.bat +0 -2
  106. package/samples/RectTest/RunTest.sh +0 -2
  107. package/samples/SDFTest/RunTest.bat +0 -2
  108. package/samples/SDFTest/RunTest.sh +0 -2
  109. package/samples/StamperTest/RunTest.bat +0 -2
  110. package/samples/StamperTest/RunTest.sh +0 -2
  111. package/samples/TextExtractTest/RunTest.bat +0 -2
  112. package/samples/TextExtractTest/RunTest.sh +0 -2
  113. package/samples/TextSearchTest/RunTest.bat +0 -2
  114. package/samples/TextSearchTest/RunTest.sh +0 -2
  115. package/samples/U3DTest/RunTest.bat +0 -2
  116. package/samples/U3DTest/RunTest.sh +0 -2
  117. package/samples/UndoRedoTest/RunTest.bat +0 -2
  118. package/samples/UndoRedoTest/RunTest.sh +0 -2
  119. package/samples/UnicodeWriteTest/RunTest.bat +0 -2
  120. package/samples/UnicodeWriteTest/RunTest.sh +0 -2
  121. package/samples/WebViewerConvertTest/RunTest.bat +0 -2
  122. package/samples/WebViewerConvertTest/RunTest.sh +0 -2
@@ -1,85 +1,85 @@
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
- const { PDFNet } = require('@pdftron/pdfnet-node');
7
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
8
-
9
- ((exports) => {
10
-
11
- exports.runPDFA = () => {
12
-
13
- const printResults = async (pdfa, filename) => {
14
-
15
- const errorCount = await pdfa.getErrorCount();
16
- if (errorCount === 0) {
17
- console.log(filename + ': OK.');
18
- } else {
19
- console.log(filename + ' is NOT a valid PDFA.');
20
- for (let i = 0; i < errorCount; i++) {
21
- const errorCode = await pdfa.getError(i);
22
- const errorMsg = await PDFNet.PDFACompliance.getPDFAErrorMessage(errorCode);
23
- console.log(' - e_PDFA ' + errorCode + ': ' + errorMsg + '.');
24
- const numRefs = await pdfa.getRefObjCount(errorCode);
25
- if (numRefs > 0) {
26
- const objs = [];
27
- for (let j = 0; j < numRefs; j++) {
28
- const objRef = await pdfa.getRefObj(errorCode, j);
29
- objs.push(objRef);
30
- }
31
- console.log(' Objects: ' + objs.join(', '));
32
- }
33
- }
34
- console.log('');
35
- }
36
- }
37
-
38
- //---------------------------------------------------------------------------------------
39
- // The following sample illustrates how to parse and check if a PDF document meets the
40
- // PDFA standard, using the PDFACompliance class object.
41
- //---------------------------------------------------------------------------------------
42
- const main = async () => {
43
- const inputPath = '../TestFiles/';
44
- const outputPath = inputPath + 'Output/';
45
- await PDFNet.setColorManagement(); // Enable color management (required for PDFA validation).
46
-
47
- //-----------------------------------------------------------
48
- // Example 1: PDF/A Validation
49
- //-----------------------------------------------------------
50
- try {
51
- const filename = 'newsletter.pdf';
52
- /* The max_ref_objs parameter to the PDFACompliance constructor controls the maximum number
53
- of object numbers that are collected for particular error codes. The default value is 10
54
- in order to prevent spam. If you need all the object numbers, pass 0 for max_ref_objs. */
55
- const pdfa = await PDFNet.PDFACompliance.createFromFile(false, inputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
56
- await printResults(pdfa, filename);
57
- } catch (err) {
58
- console.log(err);
59
- }
60
-
61
- //-----------------------------------------------------------
62
- // Example 2: PDF/A Conversion
63
- //-----------------------------------------------------------
64
- try {
65
- let filename = 'fish.pdf';
66
- const pdfa = await PDFNet.PDFACompliance.createFromFile(true, inputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
67
- filename = 'pdfa.pdf';
68
- await pdfa.saveAsFromFileName(outputPath + filename);
69
-
70
- // Re-validate the document after the conversion...
71
- const comp = await PDFNet.PDFACompliance.createFromFile(false, outputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
72
- await printResults(comp, filename);
73
- } catch (err) {
74
- console.log(err);
75
- }
76
-
77
- console.log('PDFACompliance test completed.')
78
- };
79
-
80
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) { console.log('Error: ' + JSON.stringify(error)); }).then(function () { return PDFNet.shutdown(); });
81
- };
82
- exports.runPDFA();
83
- })(exports);
84
- // eslint-disable-next-line spaced-comment
85
- //# sourceURL=PDFATest.js
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
+ const { PDFNet } = require('@pdftron/pdfnet-node');
7
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
8
+
9
+ ((exports) => {
10
+
11
+ exports.runPDFA = () => {
12
+
13
+ const printResults = async (pdfa, filename) => {
14
+
15
+ const errorCount = await pdfa.getErrorCount();
16
+ if (errorCount === 0) {
17
+ console.log(filename + ': OK.');
18
+ } else {
19
+ console.log(filename + ' is NOT a valid PDFA.');
20
+ for (let i = 0; i < errorCount; i++) {
21
+ const errorCode = await pdfa.getError(i);
22
+ const errorMsg = await PDFNet.PDFACompliance.getPDFAErrorMessage(errorCode);
23
+ console.log(' - e_PDFA ' + errorCode + ': ' + errorMsg + '.');
24
+ const numRefs = await pdfa.getRefObjCount(errorCode);
25
+ if (numRefs > 0) {
26
+ const objs = [];
27
+ for (let j = 0; j < numRefs; j++) {
28
+ const objRef = await pdfa.getRefObj(errorCode, j);
29
+ objs.push(objRef);
30
+ }
31
+ console.log(' Objects: ' + objs.join(', '));
32
+ }
33
+ }
34
+ console.log('');
35
+ }
36
+ }
37
+
38
+ //---------------------------------------------------------------------------------------
39
+ // The following sample illustrates how to parse and check if a PDF document meets the
40
+ // PDFA standard, using the PDFACompliance class object.
41
+ //---------------------------------------------------------------------------------------
42
+ const main = async () => {
43
+ const inputPath = '../TestFiles/';
44
+ const outputPath = inputPath + 'Output/';
45
+ await PDFNet.setColorManagement(); // Enable color management (required for PDFA validation).
46
+
47
+ //-----------------------------------------------------------
48
+ // Example 1: PDF/A Validation
49
+ //-----------------------------------------------------------
50
+ try {
51
+ const filename = 'newsletter.pdf';
52
+ /* The max_ref_objs parameter to the PDFACompliance constructor controls the maximum number
53
+ of object numbers that are collected for particular error codes. The default value is 10
54
+ in order to prevent spam. If you need all the object numbers, pass 0 for max_ref_objs. */
55
+ const pdfa = await PDFNet.PDFACompliance.createFromFile(false, inputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
56
+ await printResults(pdfa, filename);
57
+ } catch (err) {
58
+ console.log(err);
59
+ }
60
+
61
+ //-----------------------------------------------------------
62
+ // Example 2: PDF/A Conversion
63
+ //-----------------------------------------------------------
64
+ try {
65
+ let filename = 'fish.pdf';
66
+ const pdfa = await PDFNet.PDFACompliance.createFromFile(true, inputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
67
+ filename = 'pdfa.pdf';
68
+ await pdfa.saveAsFromFileName(outputPath + filename);
69
+
70
+ // Re-validate the document after the conversion...
71
+ const comp = await PDFNet.PDFACompliance.createFromFile(false, outputPath + filename, '', PDFNet.PDFACompliance.Conformance.e_Level2B);
72
+ await printResults(comp, filename);
73
+ } catch (err) {
74
+ console.log(err);
75
+ }
76
+
77
+ console.log('PDFACompliance test completed.')
78
+ };
79
+
80
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) { console.log('Error: ' + JSON.stringify(error)); }).then(function () { return PDFNet.shutdown(); });
81
+ };
82
+ exports.runPDFA();
83
+ })(exports);
84
+ // eslint-disable-next-line spaced-comment
85
+ //# sourceURL=PDFATest.js