asposepdfnodejs 25.10.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 +1 -0
- 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
|
package/package.json
CHANGED