Releases: aspose-pdf/Aspose.PDF-for-Node.js-via-CPP
Releases · aspose-pdf/Aspose.PDF-for-Node.js-via-CPP
v25.9.0
Public API and Backward Incompatible Changes
Added APIs
Organize PDF functions:
- AsposePdfDeleteTables - Delete tables from a PDF-file
Complete details of API can be referenced from Aspose.PDF for Node.js via C++ API Reference Guide.
v25.8.0
Public API and Backward Incompatible Changes
Added APIs
Convert from PDF functions:
- AsposePdfToDocXEnhanced - Convert a PDF-file to DocX with Enhanced Recognition Mode (fully editable tables and paragraphs)
Complete details of API can be referenced from Aspose.PDF for Node.js via C++ API Reference Guide.
v25.7.0
Public API and Backward Incompatible Changes
Added APIs
Convert from PDF functions:
- AsposePdfToMarkdown - Convert a PDF-file to Markdown
Complete details of API can be referenced from Aspose.PDF for Node.js via C++ API Reference Guide.
v25.6.0
This is the first GitHub release of Aspose.PDF for Node.js via C++
Although this is the first release listed here on GitHub, 18 previous versions have already been published on npmjs.com.
What's new
- Initial public GitHub repository setup
- Included
.wasm.gz
unpacking via theprepare
script inpackage.json
- Added usage examples (snippets)