@pdftron/pdfnet-node-samples 9.5.0 → 10.0.0-3

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 (142) hide show
  1. package/package.json +3 -3
  2. package/samples/AddImageTest/AddImageTest.js +1 -1
  3. package/samples/AdvancedImagingTest/AdvancedImagingTest.js +3 -3
  4. package/samples/AnnotationTest/AnnotationTest.js +1 -1
  5. package/samples/BookmarkTest/BookmarkTest.js +1 -1
  6. package/samples/CAD2PDFTest/CAD2PDFTest.js +3 -3
  7. package/samples/ContentReplacerTest/ContentReplacerTest.js +1 -1
  8. package/samples/ConvertTest/ConvertTest.js +1 -1
  9. package/samples/DataExtractionTest/DataExtractionTest.js +7 -7
  10. package/samples/DigitalSignaturesTest/DigitalSignaturesTest.js +1 -1
  11. package/samples/DocumentCreationTest/DocumentCreationTest.js +78 -0
  12. package/samples/ElementBuilderTest/ElementBuilderTest.js +1 -1
  13. package/samples/ElementEditTest/ElementEditTest.js +1 -1
  14. package/samples/ElementReaderAdvTest/ElementReaderAdvTest.js +1 -1
  15. package/samples/ElementReaderTest/ElementReaderTest.js +1 -1
  16. package/samples/EncTest/EncTest.js +1 -1
  17. package/samples/FDFTest/FDFTest.js +1 -1
  18. package/samples/HTML2PDFTest/HTML2PDFTest.js +2 -2
  19. package/samples/HighlightsTest/HighlightsTest.js +1 -1
  20. package/samples/ImageExtractTest/ImageExtractTest.js +1 -1
  21. package/samples/ImpositionTest/ImpositionTest.js +1 -1
  22. package/samples/InteractiveFormsTest/InteractiveFormsTest.js +1 -1
  23. package/samples/JBIG2Test/JBIG2Test.js +1 -1
  24. package/samples/LicenseKey/LicenseKey.js +1 -1
  25. package/samples/LogicalStructureTest/LogicalStructureTest.js +1 -1
  26. package/samples/OCRTest/OCRTest.js +2 -2
  27. package/samples/OfficeTemplateTest/OfficeTemplateTest.js +1 -1
  28. package/samples/OfficeToPDFTest/OfficeToPDFTest.js +1 -1
  29. package/samples/OptimizerTest/OptimizerTest.js +1 -1
  30. package/samples/PDF2HtmlTest/PDF2HtmlTest.js +3 -3
  31. package/samples/PDF2OfficeTest/PDF2OfficeTest.js +3 -3
  32. package/samples/PDFATest/PDFATest.js +1 -1
  33. package/samples/PDFDocMemoryTest/PDFDocMemoryTest.js +1 -1
  34. package/samples/PDFDrawTest/PDFDrawTest.js +1 -1
  35. package/samples/PDFLayersTest/PDFLayersTest.js +1 -1
  36. package/samples/PDFPackageTest/PDFPackageTest.js +1 -1
  37. package/samples/PDFPageTest/PDFPageTest.js +1 -1
  38. package/samples/PDFRedactTest/PDFRedactTest.js +1 -1
  39. package/samples/PageLabelsTest/PageLabelsTest.js +1 -1
  40. package/samples/PatternTest/PatternTest.js +1 -1
  41. package/samples/RectTest/RectTest.js +1 -1
  42. package/samples/SDFTest/SDFTest.js +1 -1
  43. package/samples/StamperTest/StamperTest.js +1 -1
  44. package/samples/TextExtractTest/TextExtractTest.js +1 -1
  45. package/samples/TextSearchTest/TextSearchTest.js +1 -1
  46. package/samples/U3DTest/U3DTest.js +1 -1
  47. package/samples/UndoRedoTest/UndoRedoTest.js +1 -1
  48. package/samples/UnicodeWriteTest/UnicodeWriteTest.js +1 -1
  49. package/samples/WebViewerConvertTest/WebViewerConvertTest.js +1 -1
  50. package/samples/AddImageTest/NODEJS/AddImageTest.js +0 -116
  51. package/samples/AddImageTest/NODEJS/RunTest.sh +0 -2
  52. package/samples/AdvancedImagingTest/NODEJS/AdvancedImagingTest.js +0 -78
  53. package/samples/AdvancedImagingTest/NODEJS/RunTest.sh +0 -2
  54. package/samples/AnnotationTest/NODEJS/AnnotationTest.js +0 -642
  55. package/samples/AnnotationTest/NODEJS/RunTest.sh +0 -2
  56. package/samples/BookmarkTest/NODEJS/BookmarkTest.js +0 -220
  57. package/samples/BookmarkTest/NODEJS/RunTest.sh +0 -2
  58. package/samples/CAD2PDFTest/NODEJS/CAD2PDFTest.js +0 -80
  59. package/samples/CAD2PDFTest/NODEJS/RunTest.sh +0 -2
  60. package/samples/ContentReplacerTest/NODEJS/ContentReplacerTest.js +0 -75
  61. package/samples/ContentReplacerTest/NODEJS/RunTest.sh +0 -2
  62. package/samples/ConvertTest/NODEJS/ConvertTest.js +0 -270
  63. package/samples/ConvertTest/NODEJS/RunTest.sh +0 -2
  64. package/samples/DataExtractionTest/NODEJS/DataExtractionTest.js +0 -180
  65. package/samples/DataExtractionTest/NODEJS/RunTest.sh +0 -2
  66. package/samples/DigitalSignaturesTest/NODEJS/DigitalSignaturesTest.js +0 -527
  67. package/samples/DigitalSignaturesTest/NODEJS/RunTest.sh +0 -2
  68. package/samples/ElementBuilderTest/NODEJS/ElementBuilderTest.js +0 -514
  69. package/samples/ElementBuilderTest/NODEJS/RunTest.sh +0 -2
  70. package/samples/ElementEditTest/NODEJS/ElementEditTest.js +0 -111
  71. package/samples/ElementEditTest/NODEJS/RunTest.sh +0 -2
  72. package/samples/ElementReaderAdvTest/NODEJS/ElementReaderAdvTest.js +0 -305
  73. package/samples/ElementReaderAdvTest/NODEJS/RunTest.sh +0 -2
  74. package/samples/ElementReaderTest/NODEJS/ElementReaderTest.js +0 -77
  75. package/samples/ElementReaderTest/NODEJS/RunTest.sh +0 -2
  76. package/samples/EncTest/NODEJS/EncTest.js +0 -176
  77. package/samples/EncTest/NODEJS/RunTest.sh +0 -2
  78. package/samples/FDFTest/NODEJS/FDFTest.js +0 -219
  79. package/samples/FDFTest/NODEJS/RunTest.sh +0 -2
  80. package/samples/HTML2PDFTest/NODEJS/HTML2PDFTest.js +0 -166
  81. package/samples/HTML2PDFTest/NODEJS/RunTest.sh +0 -2
  82. package/samples/HighlightsTest/NODEJS/HighlightsTest.js +0 -97
  83. package/samples/HighlightsTest/NODEJS/RunTest.sh +0 -2
  84. package/samples/ImageExtractTest/NODEJS/ImageExtractTest.js +0 -130
  85. package/samples/ImageExtractTest/NODEJS/RunTest.sh +0 -2
  86. package/samples/ImpositionTest/NODEJS/ImpositionTest.js +0 -87
  87. package/samples/ImpositionTest/NODEJS/RunTest.sh +0 -2
  88. package/samples/InteractiveFormsTest/NODEJS/InteractiveFormsTest.js +0 -382
  89. package/samples/InteractiveFormsTest/NODEJS/RunTest.sh +0 -2
  90. package/samples/JBIG2Test/NODEJS/JBIG2Test.js +0 -89
  91. package/samples/JBIG2Test/NODEJS/RunTest.sh +0 -2
  92. package/samples/LicenseKey/NODEJS/LicenseKey.js +0 -11
  93. package/samples/LogicalStructureTest/NODEJS/LogicalStructureTest.js +0 -251
  94. package/samples/LogicalStructureTest/NODEJS/RunTest.sh +0 -2
  95. package/samples/OCRTest/NODEJS/OCRTest.js +0 -235
  96. package/samples/OCRTest/NODEJS/RunTest.sh +0 -2
  97. package/samples/OfficeTemplateTest/NODEJS/OfficeTemplateTest.js +0 -79
  98. package/samples/OfficeTemplateTest/NODEJS/RunTest.sh +0 -2
  99. package/samples/OfficeToPDFTest/NODEJS/OfficeToPDFTest.js +0 -125
  100. package/samples/OfficeToPDFTest/NODEJS/RunTest.sh +0 -2
  101. package/samples/OptimizerTest/NODEJS/OptimizerTest.js +0 -192
  102. package/samples/OptimizerTest/NODEJS/RunTest.sh +0 -2
  103. package/samples/PDF2HtmlTest/NODEJS/PDF2HtmlTest.js +0 -123
  104. package/samples/PDF2HtmlTest/NODEJS/RunTest.sh +0 -2
  105. package/samples/PDF2OfficeTest/NODEJS/PDF2OfficeTest.js +0 -158
  106. package/samples/PDF2OfficeTest/NODEJS/RunTest.sh +0 -2
  107. package/samples/PDFATest/NODEJS/PDFATest.js +0 -85
  108. package/samples/PDFATest/NODEJS/RunTest.sh +0 -2
  109. package/samples/PDFDocMemoryTest/NODEJS/PDFDocMemoryTest.js +0 -85
  110. package/samples/PDFDocMemoryTest/NODEJS/RunTest.sh +0 -2
  111. package/samples/PDFDrawTest/NODEJS/PDFDrawTest.js +0 -306
  112. package/samples/PDFDrawTest/NODEJS/RunTest.sh +0 -2
  113. package/samples/PDFLayersTest/NODEJS/PDFLayersTest.js +0 -295
  114. package/samples/PDFLayersTest/NODEJS/RunTest.sh +0 -2
  115. package/samples/PDFPackageTest/NODEJS/PDFPackageTest.js +0 -112
  116. package/samples/PDFPackageTest/NODEJS/RunTest.sh +0 -2
  117. package/samples/PDFPageTest/NODEJS/PDFPageTest.js +0 -190
  118. package/samples/PDFPageTest/NODEJS/RunTest.sh +0 -2
  119. package/samples/PDFRedactTest/NODEJS/PDFRedactTest.js +0 -75
  120. package/samples/PDFRedactTest/NODEJS/RunTest.sh +0 -2
  121. package/samples/PageLabelsTest/NODEJS/PageLabelsTest.js +0 -139
  122. package/samples/PageLabelsTest/NODEJS/RunTest.sh +0 -2
  123. package/samples/PatternTest/NODEJS/PatternTest.js +0 -227
  124. package/samples/PatternTest/NODEJS/RunTest.sh +0 -2
  125. package/samples/RectTest/NODEJS/RectTest.js +0 -41
  126. package/samples/RectTest/NODEJS/RunTest.sh +0 -2
  127. package/samples/SDFTest/NODEJS/RunTest.sh +0 -2
  128. package/samples/SDFTest/NODEJS/SDFTest.js +0 -88
  129. package/samples/StamperTest/NODEJS/RunTest.sh +0 -2
  130. package/samples/StamperTest/NODEJS/StamperTest.js +0 -256
  131. package/samples/TextExtractTest/NODEJS/RunTest.sh +0 -2
  132. package/samples/TextExtractTest/NODEJS/TextExtractTest.js +0 -287
  133. package/samples/TextSearchTest/NODEJS/RunTest.sh +0 -2
  134. package/samples/TextSearchTest/NODEJS/TextSearchTest.js +0 -122
  135. package/samples/U3DTest/NODEJS/RunTest.sh +0 -2
  136. package/samples/U3DTest/NODEJS/U3DTest.js +0 -105
  137. package/samples/UndoRedoTest/NODEJS/RunTest.sh +0 -2
  138. package/samples/UndoRedoTest/NODEJS/UndoRedoTest.js +0 -101
  139. package/samples/UnicodeWriteTest/NODEJS/RunTest.sh +0 -2
  140. package/samples/UnicodeWriteTest/NODEJS/UnicodeWriteTest.js +0 -174
  141. package/samples/WebViewerConvertTest/NODEJS/RunTest.sh +0 -2
  142. package/samples/WebViewerConvertTest/NODEJS/WebViewerConvertTest.js +0 -136
@@ -1,125 +0,0 @@
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
8
- // to convert MS Office files to PDF
9
- //
10
- // This conversion is performed entirely within the PDFNet and has *no*
11
- // external or system dependencies dependencies -- Conversion results will be
12
- // the same whether on Windows, Linux or Android.
13
- //
14
- // Please contact us if you have any questions.
15
- //------------------------------------------------------------------------------
16
-
17
- const { PDFNet } = require('../../../lib/pdfnet.js');
18
- const PDFTronLicense = require('../../LicenseKey/NODEJS/LicenseKey');
19
-
20
- ((exports) => {
21
- 'use strict';
22
-
23
- exports.runOfficeToPDF = () => {
24
-
25
- const inputPath = '../../TestFiles/';
26
- const outputPath = inputPath + 'Output/';
27
-
28
- const simpleDocxConvert = async (inputFilename, outputFilename) => {
29
- // perform the conversion with no optional parameters
30
- const pdfdoc = await PDFNet.Convert.officeToPdfWithPath(inputPath + inputFilename);
31
-
32
- // save the result
33
- await pdfdoc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_linearized);
34
-
35
- // And we're done!
36
- console.log('Saved ' + outputFilename);
37
- }
38
-
39
- const flexibleDocxConvert = async (inputFilename, outputFilename) => {
40
- // Start with a PDFDoc (the conversion destination)
41
- const pdfdoc = await PDFNet.PDFDoc.create();
42
- pdfdoc.initSecurityHandler();
43
-
44
- const options = new PDFNet.Convert.OfficeToPDFOptions();
45
-
46
- // set up smart font substitutions to improve conversion results
47
- // in situations where the original fonts are not available
48
- options.setSmartSubstitutionPluginPath(inputPath);
49
-
50
- // create a conversion object -- this sets things up but does not yet
51
- // perform any conversion logic.
52
- // in a multithreaded environment, this object can be used to monitor
53
- // the conversion progress and potentially cancel it as well
54
- const conversion = await PDFNet.Convert.streamingPdfConversionWithPdfAndPath(
55
- pdfdoc, inputPath + inputFilename, options);
56
-
57
- // Print the progress of the conversion.
58
- /*
59
- console.log('Status: ' + await conversion.getProgress() * 100 + '%, '
60
- + await conversion.getProgressLabel());
61
- */
62
-
63
- // actually perform the conversion
64
- // this particular method will not throw on conversion failure, but will
65
- // return an error status instead
66
-
67
- while (await conversion.getConversionStatus() === PDFNet.DocumentConversion.Result.e_Incomplete) {
68
- await conversion.convertNextPage();
69
- // print out the progress status as we go
70
- /*
71
- console.log('Status: ' + await conversion.getProgress() * 100 + '%, '
72
- + await conversion.getProgressLabel());
73
- */
74
- }
75
-
76
- if (await conversion.getConversionStatus() === PDFNet.DocumentConversion.Result.e_Success) {
77
- const num_warnings = await conversion.getNumWarnings();
78
-
79
- // print information about the conversion
80
- for (let i = 0; i < num_warnings; ++i) {
81
- console.log('Conversion Warning: ' + await conversion.getWarningString(i));
82
- }
83
-
84
- // save the result
85
- await pdfdoc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_linearized);
86
- // done
87
- console.log('Saved ' + outputFilename);
88
- }
89
- else {
90
- console.log('Encountered an error during conversion: '
91
- + await conversion.getErrorString());
92
- }
93
- }
94
-
95
-
96
- const main = async () => {
97
-
98
- PDFNet.addResourceSearchPath('../../Resources');
99
-
100
- try {
101
- // first the one-line conversion function
102
- await simpleDocxConvert('Fishermen.docx', 'Fishermen.pdf');
103
-
104
- // then the more flexible line-by-line conversion API
105
- await flexibleDocxConvert('the_rime_of_the_ancient_mariner.docx',
106
- 'the_rime_of_the_ancient_mariner.pdf');
107
-
108
- // conversion of RTL content
109
- await flexibleDocxConvert('factsheet_Arabic.docx', 'factsheet_Arabic.pdf');
110
- } catch (err) {
111
- console.log(err);
112
- }
113
-
114
- console.log('Done.');
115
- };
116
-
117
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
118
- console.log('Error: ' + JSON.stringify(error));
119
- }).then(function () { return PDFNet.shutdown(); });
120
-
121
- };
122
- exports.runOfficeToPDF();
123
- })(exports);
124
- // eslint-disable-next-line spaced-comment
125
- //# sourceURL=OfficeToPDFTest.js
@@ -1,2 +0,0 @@
1
- #!/bin/sh
2
- node OfficeToPDFTest.js
@@ -1,192 +0,0 @@
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 reduce PDF file size using 'pdftron.PDF.Optimizer'.
8
- // The sample also shows how to simplify and optimize PDF documents for viewing on mobile devices
9
- // and on the Web using 'pdftron.PDF.Flattener'.
10
- //
11
- // @note Both 'Optimizer' and 'Flattener' are separately licensable add-on options to the core PDFNet license.
12
- //
13
- // ----
14
- //
15
- // 'pdftron.PDF.Optimizer' can be used to optimize PDF documents by reducing the file size, removing
16
- // redundant information, and compressing data streams using the latest in image compression technology.
17
- //
18
- // PDF Optimizer can compress and shrink PDF file size with the following operations:
19
- // - Remove duplicated fonts, images, ICC profiles, and any other data stream.
20
- // - Optionally convert high-quality or print-ready PDF files to small, efficient and web-ready PDF.
21
- // - Optionally down-sample large images to a given resolution.
22
- // - Optionally compress or recompress PDF images using JBIG2 and JPEG2000 compression formats.
23
- // - Compress uncompressed streams and remove unused PDF objects.
24
- //
25
- // ----
26
- //
27
- // 'pdftron.PDF.Flattener' can be used to speed-up PDF rendering on mobile devices and on the Web by
28
- // simplifying page content (e.g. flattening complex graphics into images) while maintaining vector text
29
- // whenever possible.
30
- //
31
- // Flattener can also be used to simplify process of writing custom converters from PDF to other formats.
32
- // In this case, Flattener can be used as first step in the conversion pipeline to reduce any PDF to a
33
- // very simple representation (e.g. vector text on top of a background image).
34
- //---------------------------------------------------------------------------------------
35
-
36
- const { PDFNet } = require('../../../lib/pdfnet.js');
37
- const PDFTronLicense = require('../../LicenseKey/NODEJS/LicenseKey');
38
-
39
- ((exports) => {
40
- 'use strict';
41
-
42
- exports.runOptimizerTest = () => {
43
- const main = async () => {
44
- const inputPath = '../../TestFiles/';
45
- const outputPath = inputPath + 'Output/';
46
- const inputFilename = 'newsletter';
47
-
48
- // The first step in every application using PDFNet is to initialize the
49
- // library and set the path to common PDF resources. The library is usually
50
- // initialized only once, but calling Initialize() multiple times is also fine.
51
-
52
- //--------------------------------------------------------------------------------
53
- // Example 1) Simple optimization of a pdf with default settings.
54
- //
55
- try {
56
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename + '.pdf');
57
- await doc.initSecurityHandler();
58
- await PDFNet.Optimizer.optimize(doc);
59
- doc.save(outputPath + inputFilename + '_opt1.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
60
- }
61
- catch (err) {
62
- console.log(err);
63
- }
64
-
65
- //--------------------------------------------------------------------------------
66
- // Example 2) Reduce image quality and use jpeg compression for
67
- // non monochrome images.
68
- try {
69
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename + '.pdf');
70
- await doc.initSecurityHandler();
71
- const image_settings = new PDFNet.Optimizer.ImageSettings();
72
-
73
- // low quality jpeg compression
74
- image_settings.setCompressionMode(PDFNet.Optimizer.ImageSettings.CompressionMode.e_jpeg);
75
- image_settings.setQuality(1);
76
-
77
- // Set the output dpi to be standard screen resolution
78
- image_settings.setImageDPI(144, 96);
79
-
80
- // this option will recompress images not compressed with
81
- // jpeg compression and use the result if the new image
82
- // is smaller.
83
- image_settings.forceRecompression(true);
84
-
85
- // this option is not commonly used since it can
86
- // potentially lead to larger files. It should be enabled
87
- // only if the output compression specified should be applied
88
- // to every image of a given type regardless of the output image size
89
- //image_settings.forceChanges(true);
90
-
91
- const opt_settings = new PDFNet.Optimizer.OptimizerSettings();
92
- opt_settings.setColorImageSettings(image_settings);
93
- opt_settings.setGrayscaleImageSettings(image_settings);
94
-
95
- // use the same settings for both color and grayscale images
96
- await PDFNet.Optimizer.optimize(doc, opt_settings);
97
-
98
- doc.save(outputPath + inputFilename + '_opt2.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
99
- }
100
- catch (err) {
101
- console.log(err);
102
- }
103
-
104
- //--------------------------------------------------------------------------------
105
- // Example 3) Use monochrome image settings and default settings
106
- // for color and grayscale images.
107
- try {
108
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename + '.pdf');
109
- await doc.initSecurityHandler();
110
-
111
- const mono_image_settings = new PDFNet.Optimizer.MonoImageSettings();
112
-
113
- mono_image_settings.setCompressionMode(PDFNet.Optimizer.MonoImageSettings.CompressionMode.e_jbig2);
114
- mono_image_settings.forceRecompression(true);
115
-
116
- const opt_settings = new PDFNet.Optimizer.OptimizerSettings();
117
-
118
- opt_settings.setMonoImageSettings(mono_image_settings);
119
-
120
- await PDFNet.Optimizer.optimize(doc, opt_settings);
121
- doc.save(outputPath + inputFilename + '_opt3.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
122
- }
123
- catch (err) {
124
- console.log(err);
125
- }
126
-
127
- // ----------------------------------------------------------------------
128
- // Example 4) Use Flattener to simplify content in this document
129
- // using default settings
130
- try {
131
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + 'TigerText.pdf');
132
- await doc.initSecurityHandler();
133
-
134
- const fl = await PDFNet.Flattener.create();
135
-
136
- // The following lines can increase the resolution of background
137
- // images.
138
- //fl.setDPI(300);
139
- //fl.setMaximumImagePixels(5000000);
140
-
141
- // This line can be used to output Flate compressed background
142
- // images rather than DCTDecode compressed images which is the default
143
- //fl.setPreferJPG(false);
144
-
145
- // In order to adjust thresholds for when text is Flattened
146
- // the following function can be used.
147
- //fl.setThreshold(PDFNet.Flattener.Threshold.e_keep_most);
148
-
149
- // We use e_fast option here since it is usually preferable
150
- // to avoid Flattening simple pages in terms of size and
151
- // rendering speed. If the desire is to simplify the
152
- // document for processing such that it contains only text and
153
- // a background image e_simple should be used instead.
154
- await fl.process(doc, PDFNet.Flattener.Mode.e_fast);
155
-
156
- doc.save(outputPath + 'TigerText_flatten.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
157
- }
158
- catch (err) {
159
- console.log(err);
160
- }
161
-
162
- //--------------------------------------------------------------------------------
163
- // Example 5) Optimize a PDF for viewing using SaveViewerOptimized.
164
- try {
165
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename + '.pdf');
166
- doc.initSecurityHandler();
167
-
168
- const opts = new PDFNet.PDFDoc.ViewerOptimizedOptions();
169
-
170
- // set the maximum dimension (width or height) that thumbnails will have.
171
- opts.setThumbnailSize(1500);
172
-
173
- // set thumbnail rendering threshold. A number from 0 (include all thumbnails) to 100 (include only the first thumbnail)
174
- // representing the complexity at which SaveViewerOptimized would include the thumbnail.
175
- // By default it only produces thumbnails on the first and complex pages.
176
- // The following line will produce thumbnails on every page.
177
- // opts.setThumbnailRenderingThreshold(0);
178
-
179
- await doc.saveViewerOptimized(outputPath + inputFilename + '_SaveViewerOptimized.pdf', opts);
180
- }
181
- catch (err) {
182
- console.log(err);
183
- }
184
- };
185
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
186
- console.log('Error: ' + JSON.stringify(error));
187
- }).then(function () { return PDFNet.shutdown(); });
188
- };
189
- exports.runOptimizerTest();
190
- })(exports);
191
- // eslint-disable-next-line spaced-comment
192
- //# sourceURL=OptimizerTest.js
@@ -1,2 +0,0 @@
1
- #!/bin/sh
2
- node OptimizerTest.js
@@ -1,123 +0,0 @@
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('../../../lib/pdfnet.js');
23
- const PDFTronLicense = require('../../LicenseKey/NODEJS/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 +0,0 @@
1
- #!/bin/sh
2
- node PDF2HtmlTest.js
@@ -1,158 +0,0 @@
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 Word, Excel and PowerPoint.
9
- //
10
- // The Structured Output module is an optional PDFNet Add-on that can be used to convert PDF
11
- // and other documents into Word, Excel, PowerPoint and HTML format.
12
- //
13
- // The PDFTron SDK Structured Output module can be downloaded from
14
- // https://www.pdftron.com/documentation/core/info/modules/
15
- //
16
- // Please contact us if you have any questions.
17
- //---------------------------------------------------------------------------------------
18
-
19
- const { PDFNet } = require('../../../lib/pdfnet.js');
20
- const PDFTronLicense = require('../../LicenseKey/NODEJS/LicenseKey');
21
-
22
- ((exports) => {
23
- 'use strict';
24
-
25
- exports.runPDF2OfficeTest = () => {
26
-
27
- const main = async () => {
28
-
29
- const inputPath = '../../TestFiles/';
30
- const outputPath = '../../TestFiles/Output/';
31
-
32
- //////////////////////////////////////////////////////////////////////////
33
-
34
- await PDFNet.addResourceSearchPath('../../../lib/');
35
-
36
- if (!await PDFNet.StructuredOutputModule.isModuleAvailable()) {
37
- console.log('\nUnable to run the sample: PDFTron SDK Structured Output module not available.');
38
- console.log('---------------------------------------------------------------');
39
- console.log('The Structured Output module is an optional add-on, available for download');
40
- console.log('at https://www.pdftron.com/documentation/core/info/modules/. If you have already');
41
- console.log('downloaded this module, ensure that the SDK is able to find the required files');
42
- console.log('using the PDFNet::AddResourceSearchPath() function.\n');
43
-
44
- return;
45
- }
46
-
47
- //////////////////////////////////////////////////////////////////////////
48
-
49
- try {
50
- // Convert PDF document to Word
51
- console.log('Converting PDF to Word');
52
-
53
- const outputFile = outputPath + 'paragraphs_and_tables.docx';
54
-
55
- await PDFNet.Convert.fileToWord(inputPath + 'paragraphs_and_tables.pdf', outputFile);
56
-
57
- console.log('Result saved in ' + outputFile);
58
- } catch (err) {
59
- console.log(err);
60
- }
61
-
62
- try {
63
- // Convert PDF document to Word with options
64
- console.log('Converting PDF to Word with options');
65
-
66
- const outputFile = outputPath + 'paragraphs_and_tables_first_page.docx';
67
-
68
- const wordOutputOptions = new PDFNet.Convert.WordOutputOptions();
69
-
70
- // Convert only the first page
71
- wordOutputOptions.setPages(1, 1);
72
-
73
- await PDFNet.Convert.fileToWord(inputPath + 'paragraphs_and_tables.pdf', outputFile, wordOutputOptions);
74
-
75
- console.log('Result saved in ' + outputFile);
76
- } catch (err) {
77
- console.log(err);
78
- }
79
-
80
- //////////////////////////////////////////////////////////////////////////
81
-
82
- try {
83
- // Convert PDF document to Excel
84
- console.log('Converting PDF to Excel');
85
-
86
- const outputFile = outputPath + 'paragraphs_and_tables.xlsx';
87
-
88
- await PDFNet.Convert.fileToExcel(inputPath + 'paragraphs_and_tables.pdf', outputFile);
89
-
90
- console.log('Result saved in ' + outputFile);
91
- } catch (err) {
92
- console.log(err);
93
- }
94
-
95
- try {
96
- // Convert PDF document to Excel with options
97
- console.log('Converting PDF to Excel with options');
98
-
99
- const outputFile = outputPath + 'paragraphs_and_tables_second_page.xlsx';
100
-
101
- const excelOutputOptions = new PDFNet.Convert.ExcelOutputOptions();
102
-
103
- // Convert only the second page
104
- excelOutputOptions.setPages(2, 2);
105
-
106
- await PDFNet.Convert.fileToExcel(inputPath + 'paragraphs_and_tables.pdf', outputFile, excelOutputOptions);
107
-
108
- console.log('Result saved in ' + outputFile);
109
- } catch (err) {
110
- console.log(err);
111
- }
112
-
113
- //////////////////////////////////////////////////////////////////////////
114
-
115
- try {
116
- // Convert PDF document to PowerPoint
117
- console.log('Converting PDF to PowerPoint');
118
-
119
- const outputFile = outputPath + 'paragraphs_and_tables.pptx';
120
-
121
- await PDFNet.Convert.fileToPowerPoint(inputPath + 'paragraphs_and_tables.pdf', outputFile);
122
-
123
- console.log('Result saved in ' + outputFile);
124
- } catch (err) {
125
- console.log(err);
126
- }
127
-
128
- try {
129
- // Convert PDF document to PowerPoint with options
130
- console.log('Converting PDF to PowerPoint with options');
131
-
132
- const outputFile = outputPath + 'paragraphs_and_tables_first_page.pptx';
133
-
134
- const powerPointOutputOptions = new PDFNet.Convert.PowerPointOutputOptions();
135
-
136
- // Convert only the first page
137
- powerPointOutputOptions.setPages(1, 1);
138
-
139
- await PDFNet.Convert.fileToPowerPoint(inputPath + 'paragraphs_and_tables.pdf', outputFile, powerPointOutputOptions);
140
-
141
- console.log('Result saved in ' + outputFile);
142
- } catch (err) {
143
- console.log(err);
144
- }
145
-
146
- //////////////////////////////////////////////////////////////////////////
147
-
148
- console.log('Done.');
149
- };
150
-
151
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
152
- console.log('Error: ' + JSON.stringify(error));
153
- }).then(function () { return PDFNet.shutdown(); });
154
- };
155
- exports.runPDF2OfficeTest();
156
- })(exports);
157
- // eslint-disable-next-line spaced-comment
158
- //# sourceURL=PDF2OfficeTest.js
@@ -1,2 +0,0 @@
1
- #!/bin/sh
2
- node PDF2OfficeTest.js