asposepdfnodejs 25.11.0 → 26.1.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/README.md CHANGED
@@ -59,6 +59,7 @@ Add PDF processing, manipulation, and conversion features to your Node.js applic
59
59
  - **Attachments:** Add, extract, or delete file attachments.
60
60
  - **Text Tools:**
61
61
  - Find, replace, or delete text (including hidden text)
62
+ - Replace multiple text fragments with alignment control
62
63
  - Get word and character counts
63
64
 
64
65
  ## Additional Utilities
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.11.0",
4
+ "version": "26.1.0",
5
5
  "homepage": "https://products.aspose.com/pdf/nodejs-cpp/",
6
6
  "readmeFilename": "README.md",
7
7
  "main": "./AsposePDFforNode.cjs",