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 +1 -0
- package/package.json +1 -1
- package/AsposePDFforNode.cjs +0 -26
- package/AsposePDFforNode.mjs +0 -22
- package/AsposePDFforNode.wasm +0 -0
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