@pdftron/pdfnet-node-samples 9.4.2 → 9.5.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 (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
@@ -0,0 +1,192 @@
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
@@ -0,0 +1,2 @@
1
+ #!/bin/sh
2
+ node OptimizerTest.js
@@ -1,192 +1,192 @@
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 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('@pdftron/pdfnet-node');
37
- const PDFTronLicense = require('../LicenseKey/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
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 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('@pdftron/pdfnet-node');
37
+ const PDFTronLicense = require('../LicenseKey/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
192
  //# sourceURL=OptimizerTest.js