asposepdfnodejs 25.7.0 → 25.8.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
@@ -17,7 +17,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
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
19
  - **Convert** PDF documents to:
20
- - **Office formats:** DOC, DOCX, XLS, XLSX, PPTX
20
+ - **Office formats:** DOC, DOCX, XLS, XLSX, PPTX, DOCX with Enhanced Recognition Mode
21
21
  - **Web formats:** SVG, SVG (ZIP), XPS, EPUB
22
22
  - **Image formats:** JPEG, PNG, BMP, TIFF, DICOM
23
23
  - **Other formats:** Grayscale PDF, PDF/A, TeX, TXT, Markdown
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.7.0",
4
+ "version": "25.8.0",
5
5
  "homepage": "https://products.aspose.com/pdf/nodejs-cpp/",
6
6
  "readmeFilename": "README.md",
7
7
  "main": "./AsposePDFforNode.cjs",