GroupDocs.Metadata for Node.js 24.7 Release Notes

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

KeySummaryCategory
METADATANET-4055Implement support for copying metadata.New Feature
METADATANET-4060Implement Document Preview options PreviewOptions.Resolution property.New Feature
METADATANET-4066Develop copy method with support tagNew Feature
METADATANET-4065Implement FileType.FromExtension method in public APINew 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