Note This page contains release notes for GroupDocs.Search for .NET 23.2 Major Features There are the following features, enhancements, and fixes in this release:
Numeric range searching does not work when document contains too long numbers Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2815 Numeric range searching does not work when document contains too long numbers Fix Public API and Backward Incompatible Changes Numeric range searching does not work when document contains too long numbers This fix eliminates an error in searching for a range of numbers in files containing numbers longer than the type Int64 may contain....Classification Product Solution Purchase...
This article explains how to enable layered rendering when viewing PDF Documents with GroupDocs.Viewer within your Java applications....Classification Product Solution Purchase...
This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your .NET applications....Classification Product Solution Purchase...
This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java....Classification Product Solution Purchase...
This page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Classification Product Solution Purchase...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section.
GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for ....Classification Product Solution Purchase...
The following example demonstrates how to load a file from a local disk.
advanced_usage.loading_files.LoadFromLocalDisk
// Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples
GroupDocs.Metadata for Java examples...Classification Product Solution Purchase...