@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
@@ -1,220 +1,220 @@
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 sample code illustrates how to read and edit existing outline items and create
8
- // new bookmarks using the high-level API.
9
- //-----------------------------------------------------------------------------------------
10
-
11
- const { PDFNet } = require('@pdftron/pdfnet-node');
12
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
13
-
14
- ((exports) => {
15
-
16
- exports.runBookmarkTest = () => {
17
-
18
- const getIndent = async (item) => {
19
- const ident = (await item.getIndent()) - 1;
20
- let str = '';
21
- for (let i = 0; i < ident; ++i) {
22
- str += ' ';
23
- }
24
- return str;
25
- };
26
-
27
- // Prints out the outline tree to the standard output
28
- const printOutlineTree = async (item) => {
29
- for (; item != null; item = await item.getNext()) {
30
- const indentString = await getIndent(item);
31
- const titleString = await item.getTitle();
32
-
33
- const actionString = indentString + (await item.isOpen() ? '- ' : '+ ') + titleString + ' ACTION -> ';
34
-
35
- // Print Action
36
- const action = await item.getAction();
37
- if (await action.isValid()) {
38
- const actionType = await action.getType();
39
- if (actionType === PDFNet.Action.Type.e_GoTo) {
40
- const dest = await action.getDest();
41
- if (await dest.isValid()) {
42
- const page = await dest.getPage();
43
- console.log(actionString + 'GoTo Page #' + (await page.getIndex()));
44
- }
45
- } else {
46
- console.log(actionString + 'Not a "GoTo" action');
47
- }
48
- } else {
49
- console.log(actionString + 'NULL');
50
- }
51
-
52
- if (await item.hasChildren()) {
53
- await printOutlineTree(await item.getFirstChild());
54
- }
55
- }
56
- };
57
-
58
- const main = async () => {
59
- // Relative path to the folder containing test files.
60
- const inputPath = '../TestFiles/';
61
- const outputPath = inputPath + 'Output/';
62
-
63
- // The following example illustrates how to create and edit the outline tree
64
- // using high-level Bookmark methods.
65
- try {
66
- let doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + 'numbered.pdf');
67
- doc.initSecurityHandler();
68
-
69
- // Lets first create the root bookmark items.
70
- const red = await PDFNet.Bookmark.create(doc, 'Red');
71
- const green = await PDFNet.Bookmark.create(doc, 'Green');
72
- const blue = await PDFNet.Bookmark.create(doc, 'Blue');
73
-
74
- doc.addRootBookmark(red);
75
- doc.addRootBookmark(green);
76
- doc.addRootBookmark(blue);
77
-
78
- // You can also add new root bookmarks using Bookmark.addNext("...")
79
- blue.addNewNext('foo');
80
- blue.addNewNext('bar');
81
-
82
- // We can now associate new bookmarks with page destinations:
83
-
84
- // The following example creates an 'explicit' destination (see
85
- // section '8.2.1 Destinations' in PDF Reference for more details)
86
- const redIter = await doc.getPageIterator(1);
87
- const redCurrpage = await redIter.current();
88
- const redDest = await PDFNet.Destination.createFit(redCurrpage);
89
- red.setAction(await PDFNet.Action.createGoto(redDest));
90
-
91
- // Create an explicit destination to the first green page in the document
92
- const tenthPage = await doc.getPage(10);
93
- const greenDest = await PDFNet.Destination.createFit(tenthPage);
94
- green.setAction(await PDFNet.Action.createGoto(greenDest));
95
-
96
- // The following example creates a 'named' destination (see
97
- // section '8.2.1 Destinations' in PDF Reference for more details)
98
- // Named destinations have certain advantages over explicit destinations.
99
- const key = 'blue1';
100
- const nineteenthPage = await doc.getPage(19);
101
- const blueDest = await PDFNet.Destination.createFit(nineteenthPage);
102
- const blueAction = await PDFNet.Action.createGotoWithKey(key, blueDest); // TODO FIND FIX
103
-
104
- blue.setAction(blueAction);
105
-
106
- // We can now add children Bookmarks subRed1 instanceof Promise
107
- const subRed1 = await red.addNewChild('Red - Page 1');
108
- subRed1.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(1))));
109
- const subRed2 = await red.addNewChild('Red - Page 2');
110
- subRed2.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(2))));
111
- const subRed3 = await red.addNewChild('Red - Page 3');
112
- subRed3.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(3))));
113
- const subRed4 = await subRed3.addNewChild('Red - Page 4');
114
- subRed4.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(4))));
115
- const subRed5 = await subRed3.addNewChild('Red - Page 5');
116
- subRed5.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(5))));
117
- const subRed6 = await subRed3.addNewChild('Red - Page 6');
118
- subRed6.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(6))));
119
-
120
- // Example of how to find and delete a bookmark by title text.
121
- const firstbookmark = await doc.getFirstBookmark();
122
- const foo = await firstbookmark.find('foo');
123
- if (await foo.isValid()) {
124
- foo.delete();
125
- } else {
126
- console.log('Bookmark foo is invalid');
127
- }
128
- const bar = await firstbookmark.find('bar');
129
- if (await bar.isValid()) {
130
- bar.delete();
131
- } else {
132
- console.log('Bookmark bar is invalid');
133
- }
134
-
135
- // Adding color to Bookmarks. Color and other formatting can help readers
136
- // get around more easily in large PDF documents.
137
- red.setColor(1, 0, 0);
138
- green.setColor(0, 1, 0);
139
- green.setFlags(2); // set bold font
140
- blue.setColor(0, 0, 1);
141
- blue.setFlags(3); // set bold and italic
142
-
143
- await doc.save(outputPath + 'bookmark.pdf', 0);
144
- console.log('Done. Result saved in bookmark.pdf');
145
- } catch (err) {
146
- console.log(err);
147
- }
148
-
149
- // The following example illustrates how to traverse the outline tree using
150
- // Bookmark navigation methods: Bookmark.getNext(), Bookmark.getPrev(),
151
- // Bookmark.getFirstChild () and Bookmark.getLastChild ().
152
- try {
153
- // Open the document that was saved in the previous code sample
154
- const doc = await PDFNet.PDFDoc.createFromFilePath(outputPath + 'bookmark.pdf');
155
- doc.initSecurityHandler();
156
-
157
- const root = await doc.getFirstBookmark();
158
- await printOutlineTree(root);
159
-
160
- console.log('Done.');
161
- } catch (err) {
162
- console.log(err);
163
- }
164
-
165
- // The following example illustrates how to create a Bookmark to a page
166
- // in a remote document. A remote go-to action is similar to an ordinary
167
- // go-to action, but jumps to a destination in another PDF file instead
168
- // of the current file. See Section 8.5.3 'Remote Go-To Actions' in PDF
169
- // Reference Manual for details.
170
-
171
- try {
172
- // Open the document that was saved in the previous code sample
173
- const doc = await PDFNet.PDFDoc.createFromFilePath(outputPath + 'bookmark.pdf');
174
- doc.initSecurityHandler();
175
-
176
- // Create file specification (the file referred to by the remote bookmark)
177
- const fileSpec = await doc.createIndirectDict();
178
- fileSpec.putName('Type', 'Filespec');
179
- fileSpec.putString('F', 'bookmark.pdf');
180
- const spec = await PDFNet.FileSpec.createFromObj(fileSpec);
181
- const gotoRemote = await PDFNet.Action.createGotoRemoteSetNewWindow(spec, 5, true);
182
-
183
- const remoteBookmark1 = await PDFNet.Bookmark.create(doc, 'REMOTE BOOKMARK 1');
184
- remoteBookmark1.setAction(gotoRemote);
185
- doc.addRootBookmark(remoteBookmark1);
186
-
187
- // Create another remote bookmark, but this time using the low-level SDF/Cos API.
188
- // Create a remote action
189
- const remoteBookmark2 = await PDFNet.Bookmark.create(doc, 'REMOTE BOOKMARK 2');
190
- doc.addRootBookmark(remoteBookmark2);
191
-
192
- const gotoR = await (await remoteBookmark2.getSDFObj()).putDict('A');
193
- {
194
- gotoR.putName('S', 'GoToR'); // Set action type
195
- gotoR.putBool('NewWindow', true);
196
-
197
- // Set the file specification
198
- gotoR.put('F', fileSpec);
199
-
200
- // jump to the first page. Note that pages are indexed from 0.
201
- const dest = await gotoR.putArray('D');
202
- dest.pushBackNumber(9);
203
- dest.pushBackName('Fit');
204
- }
205
-
206
- await doc.save(inputPath + 'Output/bookmark_remote.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
207
-
208
- console.log('Done. Result saved in bookmark_remote.pdf');
209
- } catch (err) {
210
- console.log(err);
211
- }
212
- };
213
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
214
- console.log('Error: ' + JSON.stringify(error));
215
- }).then(function () { return PDFNet.shutdown(); });
216
- };
217
- exports.runBookmarkTest();
218
- })(exports);
219
- // eslint-disable-next-line spaced-comment
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 sample code illustrates how to read and edit existing outline items and create
8
+ // new bookmarks using the high-level API.
9
+ //-----------------------------------------------------------------------------------------
10
+
11
+ const { PDFNet } = require('@pdftron/pdfnet-node');
12
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
13
+
14
+ ((exports) => {
15
+
16
+ exports.runBookmarkTest = () => {
17
+
18
+ const getIndent = async (item) => {
19
+ const ident = (await item.getIndent()) - 1;
20
+ let str = '';
21
+ for (let i = 0; i < ident; ++i) {
22
+ str += ' ';
23
+ }
24
+ return str;
25
+ };
26
+
27
+ // Prints out the outline tree to the standard output
28
+ const printOutlineTree = async (item) => {
29
+ for (; item != null; item = await item.getNext()) {
30
+ const indentString = await getIndent(item);
31
+ const titleString = await item.getTitle();
32
+
33
+ const actionString = indentString + (await item.isOpen() ? '- ' : '+ ') + titleString + ' ACTION -> ';
34
+
35
+ // Print Action
36
+ const action = await item.getAction();
37
+ if (await action.isValid()) {
38
+ const actionType = await action.getType();
39
+ if (actionType === PDFNet.Action.Type.e_GoTo) {
40
+ const dest = await action.getDest();
41
+ if (await dest.isValid()) {
42
+ const page = await dest.getPage();
43
+ console.log(actionString + 'GoTo Page #' + (await page.getIndex()));
44
+ }
45
+ } else {
46
+ console.log(actionString + 'Not a "GoTo" action');
47
+ }
48
+ } else {
49
+ console.log(actionString + 'NULL');
50
+ }
51
+
52
+ if (await item.hasChildren()) {
53
+ await printOutlineTree(await item.getFirstChild());
54
+ }
55
+ }
56
+ };
57
+
58
+ const main = async () => {
59
+ // Relative path to the folder containing test files.
60
+ const inputPath = '../TestFiles/';
61
+ const outputPath = inputPath + 'Output/';
62
+
63
+ // The following example illustrates how to create and edit the outline tree
64
+ // using high-level Bookmark methods.
65
+ try {
66
+ let doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + 'numbered.pdf');
67
+ doc.initSecurityHandler();
68
+
69
+ // Lets first create the root bookmark items.
70
+ const red = await PDFNet.Bookmark.create(doc, 'Red');
71
+ const green = await PDFNet.Bookmark.create(doc, 'Green');
72
+ const blue = await PDFNet.Bookmark.create(doc, 'Blue');
73
+
74
+ doc.addRootBookmark(red);
75
+ doc.addRootBookmark(green);
76
+ doc.addRootBookmark(blue);
77
+
78
+ // You can also add new root bookmarks using Bookmark.addNext("...")
79
+ blue.addNewNext('foo');
80
+ blue.addNewNext('bar');
81
+
82
+ // We can now associate new bookmarks with page destinations:
83
+
84
+ // The following example creates an 'explicit' destination (see
85
+ // section '8.2.1 Destinations' in PDF Reference for more details)
86
+ const redIter = await doc.getPageIterator(1);
87
+ const redCurrpage = await redIter.current();
88
+ const redDest = await PDFNet.Destination.createFit(redCurrpage);
89
+ red.setAction(await PDFNet.Action.createGoto(redDest));
90
+
91
+ // Create an explicit destination to the first green page in the document
92
+ const tenthPage = await doc.getPage(10);
93
+ const greenDest = await PDFNet.Destination.createFit(tenthPage);
94
+ green.setAction(await PDFNet.Action.createGoto(greenDest));
95
+
96
+ // The following example creates a 'named' destination (see
97
+ // section '8.2.1 Destinations' in PDF Reference for more details)
98
+ // Named destinations have certain advantages over explicit destinations.
99
+ const key = 'blue1';
100
+ const nineteenthPage = await doc.getPage(19);
101
+ const blueDest = await PDFNet.Destination.createFit(nineteenthPage);
102
+ const blueAction = await PDFNet.Action.createGotoWithKey(key, blueDest); // TODO FIND FIX
103
+
104
+ blue.setAction(blueAction);
105
+
106
+ // We can now add children Bookmarks subRed1 instanceof Promise
107
+ const subRed1 = await red.addNewChild('Red - Page 1');
108
+ subRed1.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(1))));
109
+ const subRed2 = await red.addNewChild('Red - Page 2');
110
+ subRed2.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(2))));
111
+ const subRed3 = await red.addNewChild('Red - Page 3');
112
+ subRed3.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(3))));
113
+ const subRed4 = await subRed3.addNewChild('Red - Page 4');
114
+ subRed4.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(4))));
115
+ const subRed5 = await subRed3.addNewChild('Red - Page 5');
116
+ subRed5.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(5))));
117
+ const subRed6 = await subRed3.addNewChild('Red - Page 6');
118
+ subRed6.setAction(await PDFNet.Action.createGoto(await PDFNet.Destination.createFit(await doc.getPage(6))));
119
+
120
+ // Example of how to find and delete a bookmark by title text.
121
+ const firstbookmark = await doc.getFirstBookmark();
122
+ const foo = await firstbookmark.find('foo');
123
+ if (await foo.isValid()) {
124
+ foo.delete();
125
+ } else {
126
+ console.log('Bookmark foo is invalid');
127
+ }
128
+ const bar = await firstbookmark.find('bar');
129
+ if (await bar.isValid()) {
130
+ bar.delete();
131
+ } else {
132
+ console.log('Bookmark bar is invalid');
133
+ }
134
+
135
+ // Adding color to Bookmarks. Color and other formatting can help readers
136
+ // get around more easily in large PDF documents.
137
+ red.setColor(1, 0, 0);
138
+ green.setColor(0, 1, 0);
139
+ green.setFlags(2); // set bold font
140
+ blue.setColor(0, 0, 1);
141
+ blue.setFlags(3); // set bold and italic
142
+
143
+ await doc.save(outputPath + 'bookmark.pdf', 0);
144
+ console.log('Done. Result saved in bookmark.pdf');
145
+ } catch (err) {
146
+ console.log(err);
147
+ }
148
+
149
+ // The following example illustrates how to traverse the outline tree using
150
+ // Bookmark navigation methods: Bookmark.getNext(), Bookmark.getPrev(),
151
+ // Bookmark.getFirstChild () and Bookmark.getLastChild ().
152
+ try {
153
+ // Open the document that was saved in the previous code sample
154
+ const doc = await PDFNet.PDFDoc.createFromFilePath(outputPath + 'bookmark.pdf');
155
+ doc.initSecurityHandler();
156
+
157
+ const root = await doc.getFirstBookmark();
158
+ await printOutlineTree(root);
159
+
160
+ console.log('Done.');
161
+ } catch (err) {
162
+ console.log(err);
163
+ }
164
+
165
+ // The following example illustrates how to create a Bookmark to a page
166
+ // in a remote document. A remote go-to action is similar to an ordinary
167
+ // go-to action, but jumps to a destination in another PDF file instead
168
+ // of the current file. See Section 8.5.3 'Remote Go-To Actions' in PDF
169
+ // Reference Manual for details.
170
+
171
+ try {
172
+ // Open the document that was saved in the previous code sample
173
+ const doc = await PDFNet.PDFDoc.createFromFilePath(outputPath + 'bookmark.pdf');
174
+ doc.initSecurityHandler();
175
+
176
+ // Create file specification (the file referred to by the remote bookmark)
177
+ const fileSpec = await doc.createIndirectDict();
178
+ fileSpec.putName('Type', 'Filespec');
179
+ fileSpec.putString('F', 'bookmark.pdf');
180
+ const spec = await PDFNet.FileSpec.createFromObj(fileSpec);
181
+ const gotoRemote = await PDFNet.Action.createGotoRemoteSetNewWindow(spec, 5, true);
182
+
183
+ const remoteBookmark1 = await PDFNet.Bookmark.create(doc, 'REMOTE BOOKMARK 1');
184
+ remoteBookmark1.setAction(gotoRemote);
185
+ doc.addRootBookmark(remoteBookmark1);
186
+
187
+ // Create another remote bookmark, but this time using the low-level SDF/Cos API.
188
+ // Create a remote action
189
+ const remoteBookmark2 = await PDFNet.Bookmark.create(doc, 'REMOTE BOOKMARK 2');
190
+ doc.addRootBookmark(remoteBookmark2);
191
+
192
+ const gotoR = await (await remoteBookmark2.getSDFObj()).putDict('A');
193
+ {
194
+ gotoR.putName('S', 'GoToR'); // Set action type
195
+ gotoR.putBool('NewWindow', true);
196
+
197
+ // Set the file specification
198
+ gotoR.put('F', fileSpec);
199
+
200
+ // jump to the first page. Note that pages are indexed from 0.
201
+ const dest = await gotoR.putArray('D');
202
+ dest.pushBackNumber(9);
203
+ dest.pushBackName('Fit');
204
+ }
205
+
206
+ await doc.save(inputPath + 'Output/bookmark_remote.pdf', PDFNet.SDFDoc.SaveOptions.e_linearized);
207
+
208
+ console.log('Done. Result saved in bookmark_remote.pdf');
209
+ } catch (err) {
210
+ console.log(err);
211
+ }
212
+ };
213
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
214
+ console.log('Error: ' + JSON.stringify(error));
215
+ }).then(function () { return PDFNet.shutdown(); });
216
+ };
217
+ exports.runBookmarkTest();
218
+ })(exports);
219
+ // eslint-disable-next-line spaced-comment
220
220
  //# sourceURL=BookmarkTest.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
 
@@ -57,9 +57,9 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
57
57
 
58
58
  if (IsRVTFile(input_file_name)) {
59
59
  const opts = new PDFNet.Convert.CADConvertOptions();
60
- opts.setPageWidth(800);
61
- opts.setPageHeight(600);
62
- opts.setRasterDPI(150);
60
+ opts.setPageWidth(800);
61
+ opts.setPageHeight(600);
62
+ opts.setRasterDPI(150);
63
63
  await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name, opts);
64
64
  } else {
65
65
  await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name);
@@ -1,75 +1,75 @@
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
- const { PDFNet } = require('@pdftron/pdfnet-node');
8
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
9
-
10
- ((exports) => {
11
-
12
- exports.runContentReplacer = () => {
13
-
14
- const main = async() => {
15
- const inputPath = '../TestFiles/';
16
- const outputPath = inputPath + 'Output/';
17
-
18
- try {
19
- const inputFilename = 'BusinessCardTemplate.pdf';
20
- const outputFilename = 'BusinessCard.pdf';
21
-
22
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename);
23
- doc.initSecurityHandler();
24
-
25
- const replacer = await PDFNet.ContentReplacer.create();
26
- const page = await doc.getPage(1);
27
- const img = await PDFNet.Image.createFromFile(doc, inputPath + 'peppers.jpg');
28
-
29
- const region = await page.getMediaBox();
30
- const replace = await img.getSDFObj();
31
- await replacer.addImage(region, replace);
32
- await replacer.addString('NAME', 'John Smith');
33
- await replacer.addString('QUALIFICATIONS', 'Philosophy Doctor');
34
- await replacer.addString('JOB_TITLE', 'Software Developer');
35
- await replacer.addString('ADDRESS_LINE1', '#100 123 Software Rd');
36
- await replacer.addString('ADDRESS_LINE2', 'Vancouver, BC');
37
- await replacer.addString('PHONE_OFFICE', '604-730-8989');
38
- await replacer.addString('PHONE_MOBILE', '604-765-4321');
39
- await replacer.addString('EMAIL', 'info@pdftron.com');
40
- await replacer.addString('WEBSITE_URL', 'http://www.pdftron.com');
41
- await replacer.process(page);
42
-
43
- await doc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_remove_unused);
44
-
45
- console.log('Done. Result saved in ' + outputFilename);
46
- } catch (err) {
47
- console.log(err);
48
- }
49
- try {
50
- const inputFilename = 'newsletter.pdf';
51
- const outputFilename = 'ContentReplaced.pdf';
52
-
53
- const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename);
54
- doc.initSecurityHandler();
55
-
56
- const replacer = await PDFNet.ContentReplacer.create();
57
- const page = await doc.getPage(1);
58
- const region = await page.getMediaBox();
59
- await replacer.addText(region, 'hello hello hello hello hello hello hello hello hello hello');
60
- await replacer.process(page);
61
-
62
- await doc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_remove_unused);
63
-
64
- console.log('Done. Result saved in ' + outputFilename);
65
- } catch (err) {
66
- console.log(err);
67
- }
68
- console.log('Done.');
69
- };
70
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function(error){console.log('Error: ' + JSON.stringify(error));}).then(function(){return PDFNet.shutdown();});
71
- };
72
- exports.runContentReplacer();
73
- })(exports);
74
- // eslint-disable-next-line spaced-comment
75
- //# sourceURL=ContentReplacerTest.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
+ const { PDFNet } = require('@pdftron/pdfnet-node');
8
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
9
+
10
+ ((exports) => {
11
+
12
+ exports.runContentReplacer = () => {
13
+
14
+ const main = async() => {
15
+ const inputPath = '../TestFiles/';
16
+ const outputPath = inputPath + 'Output/';
17
+
18
+ try {
19
+ const inputFilename = 'BusinessCardTemplate.pdf';
20
+ const outputFilename = 'BusinessCard.pdf';
21
+
22
+ const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename);
23
+ doc.initSecurityHandler();
24
+
25
+ const replacer = await PDFNet.ContentReplacer.create();
26
+ const page = await doc.getPage(1);
27
+ const img = await PDFNet.Image.createFromFile(doc, inputPath + 'peppers.jpg');
28
+
29
+ const region = await page.getMediaBox();
30
+ const replace = await img.getSDFObj();
31
+ await replacer.addImage(region, replace);
32
+ await replacer.addString('NAME', 'John Smith');
33
+ await replacer.addString('QUALIFICATIONS', 'Philosophy Doctor');
34
+ await replacer.addString('JOB_TITLE', 'Software Developer');
35
+ await replacer.addString('ADDRESS_LINE1', '#100 123 Software Rd');
36
+ await replacer.addString('ADDRESS_LINE2', 'Vancouver, BC');
37
+ await replacer.addString('PHONE_OFFICE', '604-730-8989');
38
+ await replacer.addString('PHONE_MOBILE', '604-765-4321');
39
+ await replacer.addString('EMAIL', 'info@pdftron.com');
40
+ await replacer.addString('WEBSITE_URL', 'http://www.pdftron.com');
41
+ await replacer.process(page);
42
+
43
+ await doc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_remove_unused);
44
+
45
+ console.log('Done. Result saved in ' + outputFilename);
46
+ } catch (err) {
47
+ console.log(err);
48
+ }
49
+ try {
50
+ const inputFilename = 'newsletter.pdf';
51
+ const outputFilename = 'ContentReplaced.pdf';
52
+
53
+ const doc = await PDFNet.PDFDoc.createFromFilePath(inputPath + inputFilename);
54
+ doc.initSecurityHandler();
55
+
56
+ const replacer = await PDFNet.ContentReplacer.create();
57
+ const page = await doc.getPage(1);
58
+ const region = await page.getMediaBox();
59
+ await replacer.addText(region, 'hello hello hello hello hello hello hello hello hello hello');
60
+ await replacer.process(page);
61
+
62
+ await doc.save(outputPath + outputFilename, PDFNet.SDFDoc.SaveOptions.e_remove_unused);
63
+
64
+ console.log('Done. Result saved in ' + outputFilename);
65
+ } catch (err) {
66
+ console.log(err);
67
+ }
68
+ console.log('Done.');
69
+ };
70
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function(error){console.log('Error: ' + JSON.stringify(error));}).then(function(){return PDFNet.shutdown();});
71
+ };
72
+ exports.runContentReplacer();
73
+ })(exports);
74
+ // eslint-disable-next-line spaced-comment
75
+ //# sourceURL=ContentReplacerTest.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
 
@@ -196,10 +196,10 @@ const PDFTronLicense = require('../LicenseKey/LicenseKey');
196
196
 
197
197
  if (process.platform === 'win32') {
198
198
  try {
199
- // Convert MSWord document to XPS
200
- console.log('Converting DOCX to XPS');
201
- await PDFNet.Convert.fileToXps(inputPath + 'simple-word_2007.docx', outputPath + 'simple-word_2007.xps');
202
- console.log('Saved simple-word_2007.xps');
199
+ // Convert MSWord document to XPS
200
+ console.log('Converting DOCX to XPS');
201
+ await PDFNet.Convert.fileToXps(inputPath + 'simple-word_2007.docx', outputPath + 'simple-word_2007.xps');
202
+ console.log('Saved simple-word_2007.xps');
203
203
  } catch (err) {
204
204
  console.log(err);
205
205
  }
@@ -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