asposepdfnodejs 25.9.0 → 25.11.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/AsposePDFforNode.cjs +2 -2
- package/AsposePDFforNode.mjs +2 -2
- package/AsposePDFforNode.wasm +0 -0
- package/README.md +2 -1
- package/package.json +1 -1
package/AsposePDFforNode.wasm
CHANGED
|
Binary file
|
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
|
|
|
16
16
|
- **Add or extract images** to and from PDF documents; remove or replace images when needed.
|
|
17
17
|
- **Concatenate**, **split**, or **reorganize** PDF files; delete specific or blank pages.
|
|
18
18
|
- **Linearize** PDF documents for web optimization and **optimize** internal structure and resources.
|
|
19
|
+
- **Crop** PDF-pages
|
|
19
20
|
- **Convert** PDF documents to:
|
|
20
21
|
- **Office formats:** DOC, DOCX, XLS, XLSX, PPTX, DOCX with Enhanced Recognition Mode
|
|
21
22
|
- **Web formats:** SVG, SVG (ZIP), XPS, EPUB
|
|
@@ -65,7 +66,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
|
|
|
65
66
|
- **Repair** corrupted or damaged PDF files.
|
|
66
67
|
- **Generate PDF** from TXT or image files.
|
|
67
68
|
- **Optimize** document resources and structure.
|
|
68
|
-
- **Product
|
|
69
|
+
- **Product info**: retrieve library info, version, and capabilities.
|
|
69
70
|
|
|
70
71
|
## Platform Independence
|
|
71
72
|
|
package/package.json
CHANGED