@pdftron/pdfnet-node-samples 9.4.2 → 9.5.0-beta

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,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('../../../lib/pdfnet.js');
12
+ const PDFTronLicense = require('../../LicenseKey/NODEJS/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
+ //# sourceURL=BookmarkTest.js
@@ -0,0 +1,2 @@
1
+ #!/bin/sh
2
+ node BookmarkTest.js
@@ -1,80 +1,80 @@
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
- //---------------------------------------------------------------------------------------
8
- // The following sample illustrates how to convert CAD documents to PDF format
9
- //
10
- // The CAD module is an optional PDFNet Add-on that can be used to convert CAD
11
- // documents into PDF documents
12
- //
13
- // The PDFTron SDK CAD module can be downloaded from http://www.pdftron.com/
14
- //---------------------------------------------------------------------------------------
15
-
16
-
17
- const { PDFNet } = require('@pdftron/pdfnet-node');
18
- const PDFTronLicense = require('../LicenseKey/LicenseKey');
19
-
20
- ((exports) => {
21
- 'use strict';
22
-
23
- exports.runCAD2PDFTest = () => {
24
- const IsRVTFile = function (inputFile) {
25
- let rvt_input = false;
26
- if (inputFile.length > 2) {
27
- if (inputFile.substr(inputFile.length - 3, 3) === 'rvt') {
28
- rvt_input = true;
29
- }
30
- }
31
- return rvt_input;
32
- }
33
-
34
- const main = async () => {
35
- try {
36
- await PDFNet.addResourceSearchPath('../../lib/');
37
- if (!(await PDFNet.CADModule.isModuleAvailable())) {
38
- console.log('\nUnable to run CAD2PDFTest: PDFTron SDK CAD module not available.');
39
- console.log('---------------------------------------------------------------');
40
- console.log('The CAD module is an optional add-on, available for download');
41
- console.log('at http://www.pdftron.com/. If you have already downloaded this');
42
- console.log('module, ensure that the SDK is able to find the required files');
43
- console.log('using the PDFNet.addResourceSearchPath() function.\n');
44
-
45
- return;
46
- }
47
-
48
- // Relative path to the folder containing test files.
49
- const inputPath = '../TestFiles/CAD/';
50
- const outputPath = '../TestFiles/Output/';
51
-
52
- const input_file_name = 'construction drawings color-28.05.18.dwg';
53
- const output_file_name = 'construction drawings color-28.05.18.pdf';
54
-
55
- const doc = await PDFNet.PDFDoc.create();
56
- doc.initSecurityHandler();
57
-
58
- if (IsRVTFile(input_file_name)) {
59
- const opts = new PDFNet.Convert.CADConvertOptions();
60
- opts.setPageWidth(800);
61
- opts.setPageHeight(600);
62
- opts.setRasterDPI(150);
63
- await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name, opts);
64
- } else {
65
- await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name);
66
- }
67
- const outputFile = outputPath + output_file_name;
68
- await doc.save(outputFile, PDFNet.SDFDoc.SaveOptions.e_linearized);
69
- } catch (err) {
70
- console.log(err);
71
- }
72
- };
73
- PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function(error) {
74
- console.log('Error: ' + JSON.stringify(error));
75
- }).then(function(){ return PDFNet.shutdown(); });
76
- };
77
- exports.runCAD2PDFTest();
78
- })(exports);
79
- // 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
+ //---------------------------------------------------------------------------------------
8
+ // The following sample illustrates how to convert CAD documents to PDF format
9
+ //
10
+ // The CAD module is an optional PDFNet Add-on that can be used to convert CAD
11
+ // documents into PDF documents
12
+ //
13
+ // The PDFTron SDK CAD module can be downloaded from http://www.pdftron.com/
14
+ //---------------------------------------------------------------------------------------
15
+
16
+
17
+ const { PDFNet } = require('@pdftron/pdfnet-node');
18
+ const PDFTronLicense = require('../LicenseKey/LicenseKey');
19
+
20
+ ((exports) => {
21
+ 'use strict';
22
+
23
+ exports.runCAD2PDFTest = () => {
24
+ const IsRVTFile = function (inputFile) {
25
+ let rvt_input = false;
26
+ if (inputFile.length > 2) {
27
+ if (inputFile.substr(inputFile.length - 3, 3) === 'rvt') {
28
+ rvt_input = true;
29
+ }
30
+ }
31
+ return rvt_input;
32
+ }
33
+
34
+ const main = async () => {
35
+ try {
36
+ await PDFNet.addResourceSearchPath('../../lib/');
37
+ if (!(await PDFNet.CADModule.isModuleAvailable())) {
38
+ console.log('\nUnable to run CAD2PDFTest: PDFTron SDK CAD module not available.');
39
+ console.log('---------------------------------------------------------------');
40
+ console.log('The CAD module is an optional add-on, available for download');
41
+ console.log('at http://www.pdftron.com/. If you have already downloaded this');
42
+ console.log('module, ensure that the SDK is able to find the required files');
43
+ console.log('using the PDFNet.addResourceSearchPath() function.\n');
44
+
45
+ return;
46
+ }
47
+
48
+ // Relative path to the folder containing test files.
49
+ const inputPath = '../TestFiles/CAD/';
50
+ const outputPath = '../TestFiles/Output/';
51
+
52
+ const input_file_name = 'construction drawings color-28.05.18.dwg';
53
+ const output_file_name = 'construction drawings color-28.05.18.pdf';
54
+
55
+ const doc = await PDFNet.PDFDoc.create();
56
+ doc.initSecurityHandler();
57
+
58
+ if (IsRVTFile(input_file_name)) {
59
+ const opts = new PDFNet.Convert.CADConvertOptions();
60
+ opts.setPageWidth(800);
61
+ opts.setPageHeight(600);
62
+ opts.setRasterDPI(150);
63
+ await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name, opts);
64
+ } else {
65
+ await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name);
66
+ }
67
+ const outputFile = outputPath + output_file_name;
68
+ await doc.save(outputFile, PDFNet.SDFDoc.SaveOptions.e_linearized);
69
+ } catch (err) {
70
+ console.log(err);
71
+ }
72
+ };
73
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function(error) {
74
+ console.log('Error: ' + JSON.stringify(error));
75
+ }).then(function(){ return PDFNet.shutdown(); });
76
+ };
77
+ exports.runCAD2PDFTest();
78
+ })(exports);
79
+ // eslint-disable-next-line spaced-comment
80
80
  //# sourceURL=CAD2PDFTest.js
@@ -0,0 +1,80 @@
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
+ //---------------------------------------------------------------------------------------
8
+ // The following sample illustrates how to convert CAD documents to PDF format
9
+ //
10
+ // The CAD module is an optional PDFNet Add-on that can be used to convert CAD
11
+ // documents into PDF documents
12
+ //
13
+ // The PDFTron SDK CAD module can be downloaded from http://www.pdftron.com/
14
+ //---------------------------------------------------------------------------------------
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.runCAD2PDFTest = () => {
24
+ const IsRVTFile = function (inputFile) {
25
+ let rvt_input = false;
26
+ if (inputFile.length > 2) {
27
+ if (inputFile.substr(inputFile.length - 3, 3) === 'rvt') {
28
+ rvt_input = true;
29
+ }
30
+ }
31
+ return rvt_input;
32
+ }
33
+
34
+ const main = async () => {
35
+ try {
36
+ await PDFNet.addResourceSearchPath('../../../lib/');
37
+ if (!(await PDFNet.CADModule.isModuleAvailable())) {
38
+ console.log('\nUnable to run CAD2PDFTest: PDFTron SDK CAD module not available.');
39
+ console.log('---------------------------------------------------------------');
40
+ console.log('The CAD module is an optional add-on, available for download');
41
+ console.log('at http://www.pdftron.com/. If you have already downloaded this');
42
+ console.log('module, ensure that the SDK is able to find the required files');
43
+ console.log('using the PDFNet.addResourceSearchPath() function.\n');
44
+
45
+ return;
46
+ }
47
+
48
+ // Relative path to the folder containing test files.
49
+ const inputPath = '../../TestFiles/CAD/';
50
+ const outputPath = '../../TestFiles/Output/';
51
+
52
+ const input_file_name = 'construction drawings color-28.05.18.dwg';
53
+ const output_file_name = 'construction drawings color-28.05.18.pdf';
54
+
55
+ const doc = await PDFNet.PDFDoc.create();
56
+ doc.initSecurityHandler();
57
+
58
+ if (IsRVTFile(input_file_name)) {
59
+ const opts = new PDFNet.Convert.CADConvertOptions();
60
+ opts.setPageWidth(800);
61
+ opts.setPageHeight(600);
62
+ opts.setRasterDPI(150);
63
+ await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name, opts);
64
+ } else {
65
+ await PDFNet.Convert.fromCAD(doc, inputPath + input_file_name);
66
+ }
67
+ const outputFile = outputPath + output_file_name;
68
+ await doc.save(outputFile, PDFNet.SDFDoc.SaveOptions.e_linearized);
69
+ } catch (err) {
70
+ console.log(err);
71
+ }
72
+ };
73
+ PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function(error) {
74
+ console.log('Error: ' + JSON.stringify(error));
75
+ }).then(function(){ return PDFNet.shutdown(); });
76
+ };
77
+ exports.runCAD2PDFTest();
78
+ })(exports);
79
+ // eslint-disable-next-line spaced-comment
80
+ //# sourceURL=CAD2PDFTest.js
@@ -0,0 +1,2 @@
1
+ #!/bin/sh
2
+ node CAD2PDFTest.js
@@ -1,5 +1,5 @@
1
1
  //---------------------------------------------------------------------------------------
2
- // Copyright (c) 2001-2022 by PDFTron Systems Inc. All Rights Reserved.
2
+ // Copyright (c) 2001-2023 by PDFTron Systems Inc. All Rights Reserved.
3
3
  // Consult legal.txt regarding legal and license information.
4
4
  //---------------------------------------------------------------------------------------
5
5
 
@@ -0,0 +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('../../../lib/pdfnet.js');
8
+ const PDFTronLicense = require('../../LicenseKey/NODEJS/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
@@ -0,0 +1,2 @@
1
+ #!/bin/sh
2
+ node ContentReplacerTest.js