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.
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "asposepdfnodejs",
3
3
  "description": "Aspose.PDF for Node.js via C++",
4
- "version": "25.10.0",
4
+ "version": "25.11.0",
5
5
  "homepage": "https://products.aspose.com/pdf/nodejs-cpp/",
6
6
  "readmeFilename": "README.md",
7
7
  "main": "./AsposePDFforNode.cjs",