GroupDocs.Metadata for Node.js 24.7 Release Notes
This page contains release notes for GroupDocs.Metadata for Node.js 24.7
Major Features
There are the following features, enhancements, and fixes in this release:
- Copy method for metadata
- Expanding the list of known properties
- Implement Document Preview options
- Implement FileType.fromExtension method
- Copy method with support tag
Full List of Issues Covering all Changes in this Release
Key | Summary | Category |
---|---|---|
METADATANET-4055 | Implement support for copying metadata. | New Feature |
METADATANET-4060 | Implement Document Preview options PreviewOptions.Resolution property. | New Feature |
METADATANET-4066 | Develop copy method with support tag | New Feature |
METADATANET-4065 | Implement FileType.FromExtension method in public API | New Feature |
Public API and Backward Incompatible Changes
Implement the ability to configure cache for heavy operations
Public API changes
The copyTo method has been added to the com.groupdocs.metadata.Metadata class
The Resolution property has been added to the com.groupdocs.metadata.options.PreviewOptions class
The fromExtension method has been added to the FileType class
Use cases
None