@pdftron/pdfnet-node-samples 9.1.0-beta → 9.2.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -18
- package/readme.md +5 -3
- package/samples/AddImageTest/AddImageTest.js +115 -115
- package/samples/AdvancedImagingTest/AdvancedImagingTest.js +64 -64
- package/samples/AnnotationTest/AnnotationTest.js +641 -641
- package/samples/BookmarkTest/BookmarkTest.js +219 -219
- package/samples/CAD2PDFTest/CAD2PDFTest.js +3 -3
- package/samples/ContentReplacerTest/ContentReplacerTest.js +75 -75
- package/samples/ConvertTest/ConvertTest.js +2 -2
- package/samples/DigitalSignaturesTest/DigitalSignaturesTest.js +2 -2
- package/samples/ElementBuilderTest/ElementBuilderTest.js +513 -513
- package/samples/ElementEditTest/ElementEditTest.js +110 -110
- package/samples/ElementReaderAdvTest/ElementReaderAdvTest.js +305 -305
- package/samples/ElementReaderTest/ElementReaderTest.js +77 -77
- package/samples/EncTest/EncTest.js +175 -175
- package/samples/FDFTest/FDFTest.js +2 -2
- package/samples/HTML2PDFTest/HTML2PDFTest.js +54 -44
- package/samples/ImageExtractTest/ImageExtractTest.js +2 -2
- package/samples/ImpositionTest/ImpositionTest.js +2 -2
- package/samples/InteractiveFormsTest/InteractiveFormsTest.js +2 -2
- package/samples/JBIG2Test/JBIG2Test.js +3 -3
- package/samples/LicenseKey/LicenseKey.js +11 -11
- package/samples/LogicalStructureTest/LogicalStructureTest.js +250 -250
- package/samples/OCRTest/OCRTest.js +2 -2
- package/samples/OfficeTemplateTest/OfficeTemplateTest.js +76 -0
- package/samples/OfficeToPDFTest/OfficeToPDFTest.js +2 -2
- package/samples/OptimizerTest/OptimizerTest.js +2 -2
- package/samples/PDF2HtmlTest/PDF2HtmlTest.js +123 -117
- package/samples/PDF2OfficeTest/PDF2OfficeTest.js +158 -0
- package/samples/PDFATest/PDFATest.js +85 -85
- package/samples/PDFDocMemoryTest/PDFDocMemoryTest.js +2 -2
- package/samples/PDFDrawTest/PDFDrawTest.js +305 -305
- package/samples/PDFLayersTest/PDFLayersTest.js +294 -294
- package/samples/PDFPackageTest/PDFPackageTest.js +3 -3
- package/samples/PDFPageTest/PDFPageTest.js +189 -189
- package/samples/PDFRedactTest/PDFRedactTest.js +74 -74
- package/samples/PageLabelsTest/PageLabelsTest.js +2 -2
- package/samples/PatternTest/PatternTest.js +2 -2
- package/samples/RectTest/RectTest.js +40 -40
- package/samples/SDFTest/SDFTest.js +88 -88
- package/samples/StamperTest/StamperTest.js +255 -255
- package/samples/TestFiles/Misc-Fixed.pfa +1166 -1166
- package/samples/TestFiles/SHA-2 Root USERTrust RSA CA Sectigo timestamping.crt +34 -34
- package/samples/TestFiles/form1_annots.xfdf +33 -33
- package/samples/TestFiles/form1_data.xfdf +139 -139
- package/samples/TestFiles/my_stream.txt +2310 -2310
- package/samples/TextExtractTest/TextExtractTest.js +286 -286
- package/samples/TextSearchTest/TextSearchTest.js +121 -121
- package/samples/U3DTest/U3DTest.js +2 -2
- package/samples/UndoRedoTest/UndoRedoTest.js +101 -101
- package/samples/UnicodeWriteTest/UnicodeWriteTest.js +173 -173
- package/samples/WebViewerConvertTest/WebViewerConvertTest.js +2 -2
- package/samples/runall.bat +3 -4
- package/samples/runall.sh +4 -3
- package/samples/AddImageTest/RunTest.bat +0 -2
- package/samples/AddImageTest/RunTest.sh +0 -2
- package/samples/AdvancedImagingTest/RunTest.bat +0 -2
- package/samples/AdvancedImagingTest/RunTest.sh +0 -2
- package/samples/AnnotationTest/RunTest.bat +0 -2
- package/samples/AnnotationTest/RunTest.sh +0 -2
- package/samples/BookmarkTest/RunTest.bat +0 -2
- package/samples/BookmarkTest/RunTest.sh +0 -2
- package/samples/CAD2PDFTest/RunTest.bat +0 -2
- package/samples/CAD2PDFTest/RunTest.sh +0 -2
- package/samples/ContentReplacerTest/RunTest.bat +0 -2
- package/samples/ContentReplacerTest/RunTest.sh +0 -2
- package/samples/ConvertTest/RunTest.bat +0 -2
- package/samples/ConvertTest/RunTest.sh +0 -2
- package/samples/DigitalSignaturesTest/RunTest.bat +0 -2
- package/samples/DigitalSignaturesTest/RunTest.sh +0 -2
- package/samples/ElementBuilderTest/RunTest.bat +0 -2
- package/samples/ElementBuilderTest/RunTest.sh +0 -2
- package/samples/ElementEditTest/RunTest.bat +0 -2
- package/samples/ElementEditTest/RunTest.sh +0 -2
- package/samples/ElementReaderAdvTest/RunTest.bat +0 -2
- package/samples/ElementReaderAdvTest/RunTest.sh +0 -2
- package/samples/ElementReaderTest/RunTest.bat +0 -2
- package/samples/ElementReaderTest/RunTest.sh +0 -2
- package/samples/EncTest/RunTest.bat +0 -2
- package/samples/EncTest/RunTest.sh +0 -2
- package/samples/FDFTest/RunTest.bat +0 -2
- package/samples/FDFTest/RunTest.sh +0 -2
- package/samples/HTML2PDFTest/RunTest.bat +0 -2
- package/samples/HTML2PDFTest/RunTest.sh +0 -2
- package/samples/ImageExtractTest/RunTest.bat +0 -2
- package/samples/ImageExtractTest/RunTest.sh +0 -2
- package/samples/ImpositionTest/RunTest.bat +0 -2
- package/samples/ImpositionTest/RunTest.sh +0 -2
- package/samples/InteractiveFormsTest/RunTest.bat +0 -2
- package/samples/InteractiveFormsTest/RunTest.sh +0 -2
- package/samples/JBIG2Test/RunTest.bat +0 -2
- package/samples/JBIG2Test/RunTest.sh +0 -2
- package/samples/LogicalStructureTest/RunTest.bat +0 -2
- package/samples/LogicalStructureTest/RunTest.sh +0 -2
- package/samples/OCRTest/RunTest.bat +0 -2
- package/samples/OCRTest/RunTest.sh +0 -2
- package/samples/OfficeToPDFTest/RunTest.bat +0 -2
- package/samples/OfficeToPDFTest/RunTest.sh +0 -2
- package/samples/OptimizerTest/RunTest.bat +0 -2
- package/samples/OptimizerTest/RunTest.sh +0 -2
- package/samples/PDF2HtmlTest/RunTest.bat +0 -2
- package/samples/PDF2HtmlTest/RunTest.sh +0 -2
- package/samples/PDF2WordTest/PDF2WordTest.js +0 -85
- package/samples/PDF2WordTest/RunTest.bat +0 -2
- package/samples/PDF2WordTest/RunTest.sh +0 -2
- package/samples/PDFATest/RunTest.bat +0 -2
- package/samples/PDFATest/RunTest.sh +0 -2
- package/samples/PDFDocMemoryTest/RunTest.bat +0 -2
- package/samples/PDFDocMemoryTest/RunTest.sh +0 -2
- package/samples/PDFDrawTest/RunTest.bat +0 -2
- package/samples/PDFDrawTest/RunTest.sh +0 -2
- package/samples/PDFLayersTest/RunTest.bat +0 -2
- package/samples/PDFLayersTest/RunTest.sh +0 -2
- package/samples/PDFPackageTest/RunTest.bat +0 -2
- package/samples/PDFPackageTest/RunTest.sh +0 -2
- package/samples/PDFPageTest/RunTest.bat +0 -2
- package/samples/PDFPageTest/RunTest.sh +0 -2
- package/samples/PDFRedactTest/RunTest.bat +0 -2
- package/samples/PDFRedactTest/RunTest.sh +0 -2
- package/samples/PageLabelsTest/RunTest.bat +0 -2
- package/samples/PageLabelsTest/RunTest.sh +0 -2
- package/samples/PatternTest/RunTest.bat +0 -2
- package/samples/PatternTest/RunTest.sh +0 -2
- package/samples/RectTest/RunTest.bat +0 -2
- package/samples/RectTest/RunTest.sh +0 -2
- package/samples/SDFTest/RunTest.bat +0 -2
- package/samples/SDFTest/RunTest.sh +0 -2
- package/samples/StamperTest/RunTest.bat +0 -2
- package/samples/StamperTest/RunTest.sh +0 -2
- package/samples/TextExtractTest/RunTest.bat +0 -2
- package/samples/TextExtractTest/RunTest.sh +0 -2
- package/samples/TextSearchTest/RunTest.bat +0 -2
- package/samples/TextSearchTest/RunTest.sh +0 -2
- package/samples/U3DTest/RunTest.bat +0 -2
- package/samples/U3DTest/RunTest.sh +0 -2
- package/samples/UndoRedoTest/RunTest.bat +0 -2
- package/samples/UndoRedoTest/RunTest.sh +0 -2
- package/samples/UnicodeWriteTest/RunTest.bat +0 -2
- package/samples/UnicodeWriteTest/RunTest.sh +0 -2
- package/samples/WebViewerConvertTest/RunTest.bat +0 -2
- package/samples/WebViewerConvertTest/RunTest.sh +0 -2
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
//---------------------------------------------------------------------------------------
|
|
2
|
-
// Copyright (c) 2001-2021 by PDFTron Systems Inc. All Rights Reserved.
|
|
3
|
-
// Consult legal.txt regarding legal and license information.
|
|
4
|
-
//---------------------------------------------------------------------------------------
|
|
5
|
-
|
|
6
|
-
//---------------------------------------------------------------------------------------
|
|
7
|
-
// The following sample illustrates how to use the PDF::Convert utility class to convert
|
|
8
|
-
// documents and files to Word.
|
|
9
|
-
//
|
|
10
|
-
// The Word module is an optional PDFNet Add-on that can be used to convert PDF
|
|
11
|
-
// documents into Word documents.
|
|
12
|
-
//
|
|
13
|
-
// The PDFTron SDK Word module can be downloaded from http://www.pdftron.com/
|
|
14
|
-
//
|
|
15
|
-
// Please contact us if you have any questions.
|
|
16
|
-
//---------------------------------------------------------------------------------------
|
|
17
|
-
|
|
18
|
-
const { PDFNet } = require('@pdftron/pdfnet-node');
|
|
19
|
-
var PDFTronLicense = require('../LicenseKey/LicenseKey');
|
|
20
|
-
|
|
21
|
-
((exports) => {
|
|
22
|
-
'use strict';
|
|
23
|
-
|
|
24
|
-
exports.runPDF2WordTest = () => {
|
|
25
|
-
|
|
26
|
-
const main = async () => {
|
|
27
|
-
|
|
28
|
-
await PDFNet.addResourceSearchPath('../../lib/');
|
|
29
|
-
|
|
30
|
-
if (!await PDFNet.PDF2WordModule.isModuleAvailable())
|
|
31
|
-
{
|
|
32
|
-
console.log('\nUnable to run the sample: PDFTron SDK Word module not available.');
|
|
33
|
-
console.log('---------------------------------------------------------------');
|
|
34
|
-
console.log('The Word module is an optional add-on, available for download');
|
|
35
|
-
console.log('at http://www.pdftron.com/. If you have already downloaded this');
|
|
36
|
-
console.log('module, ensure that the SDK is able to find the required files');
|
|
37
|
-
console.log('using the PDFNet::AddResourceSearchPath() function.\n');
|
|
38
|
-
|
|
39
|
-
return;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
const inputPath = '../TestFiles/';
|
|
43
|
-
const outputPath = '../TestFiles/Output/';
|
|
44
|
-
try {
|
|
45
|
-
// Convert PDF document to Word
|
|
46
|
-
console.log('Converting PDF to Word');
|
|
47
|
-
|
|
48
|
-
const outputFile = outputPath + 'paragraphs_and_tables.docx';
|
|
49
|
-
|
|
50
|
-
await PDFNet.Convert.fileToWord(inputPath + 'paragraphs_and_tables.pdf', outputFile);
|
|
51
|
-
|
|
52
|
-
console.log('Result saved in ' + outputFile);
|
|
53
|
-
} catch (err) {
|
|
54
|
-
console.log(err);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
try {
|
|
58
|
-
// Convert PDF document to Word with options
|
|
59
|
-
console.log('Converting PDF to Word with options');
|
|
60
|
-
|
|
61
|
-
const outputFile = outputPath + 'paragraphs_and_tables_first_page.docx';
|
|
62
|
-
|
|
63
|
-
const wordOutputOptions = new PDFNet.Convert.WordOutputOptions();
|
|
64
|
-
|
|
65
|
-
// Convert only the first page
|
|
66
|
-
wordOutputOptions.setPages(1, 1);
|
|
67
|
-
|
|
68
|
-
await PDFNet.Convert.fileToWord(inputPath + 'paragraphs_and_tables.pdf', outputFile, wordOutputOptions);
|
|
69
|
-
|
|
70
|
-
console.log('Result saved in ' + outputFile);
|
|
71
|
-
} catch (err) {
|
|
72
|
-
console.log(err);
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
console.log('Done.');
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
PDFNet.runWithCleanup(main, PDFTronLicense.Key).catch(function (error) {
|
|
79
|
-
console.log('Error: ' + JSON.stringify(error));
|
|
80
|
-
}).then(function () { PDFNet.shutdown(); });
|
|
81
|
-
};
|
|
82
|
-
exports.runPDF2WordTest();
|
|
83
|
-
})(exports);
|
|
84
|
-
// eslint-disable-next-line spaced-comment
|
|
85
|
-
//# sourceURL=PDF2WordTest.js
|