asposepdfnodejs 24.2.0 → 24.3.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.
- package/example.cjs +7 -252
- package/example.mjs +7 -252
- package/package.json +2 -5
- package/Aspose.jpg +0 -0
- package/AsposePDFforNode.cjs +0 -26
- package/AsposePDFforNode.mjs +0 -22
- package/AsposePDFforNode.wasm +0 -0
- package/ReadMe.pdf +0 -0
- package/ReadMe.txt +0 -11
package/AsposePDFforNode.wasm
DELETED
|
Binary file
|
package/ReadMe.pdf
DELETED
|
Binary file
|
package/ReadMe.txt
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
This is Aspose.PDF for Node.js via C++ release.
|
|
2
|
-
In this release we provide support of PDF for Node.js.
|
|
3
|
-
The "snippets" folder contains code snippets for each function.
|
|
4
|
-
You need arial.ttf and times.ttf fonts to run example successfuly.
|
|
5
|
-
To run the CommonJS example:
|
|
6
|
-
node example.cjs
|
|
7
|
-
To run the ECMAScript (ES6) example:
|
|
8
|
-
node example.mjs
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|