asposepdfnodejs 25.8.0 → 25.10.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
@@ -23,7 +23,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
23
23
  - **Other formats:** Grayscale PDF, PDF/A, TeX, TXT, Markdown
24
24
  - **Manipulate** PDF structure and content:
25
25
  - Bookmarks, hyperlinks, annotations, attachments, JavaScript
26
- - Fonts, metadata, layers, background color
26
+ - Fonts, metadata, layers, background color, tables
27
27
  - **Secure PDF documents**:
28
28
  - Encrypt, decrypt, set or change passwords
29
29
  - Configure access permissions
@@ -40,7 +40,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
40
40
  - PDF, PDF/A
41
41
 
42
42
  **Save/Export As:**
43
- - **Office:** DOC, DOCX, XLS, XLSX, PPTX
43
+ - **Office:** DOC, DOCX, DOCX(Enhanced Recognition Mode), XLS, XLSX, PPTX
44
44
  - **Images:** JPEG, PNG, BMP, TIFF, DICOM
45
45
  - **Other:** EPUB, SVG, SVG (ZIP), TeX, TXT, Grayscale PDF, PDF/A, XPS
46
46
 
@@ -53,7 +53,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
53
53
  - **Metadata:** Set, extract, or remove metadata.
54
54
  - **Layers:** Get list of layers, merge or flatten them.
55
55
  - **Forms & Annotations:**
56
- - Delete annotations, bookmarks, JavaScript
56
+ - Delete annotations, bookmarks, JavaScript, tables
57
57
  - Flatten forms
58
58
  - **Attachments:** Add, extract, or delete file attachments.
59
59
  - **Text Tools:**
@@ -65,7 +65,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
65
65
  - **Repair** corrupted or damaged PDF files.
66
66
  - **Generate PDF** from TXT or image files.
67
67
  - **Optimize** document resources and structure.
68
- - **Product diagnostics**: retrieve library info, version, and capabilities.
68
+ - **Product info**: retrieve library info, version, and capabilities.
69
69
 
70
70
  ## Platform Independence
71
71
 
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.8.0",
4
+ "version": "25.10.0",
5
5
  "homepage": "https://products.aspose.com/pdf/nodejs-cpp/",
6
6
  "readmeFilename": "README.md",
7
7
  "main": "./AsposePDFforNode.cjs",