Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 984 for

signature library updates

(0.03 sec)
  1. Perform Synonym Search using Java

    Learn how to perform synonym search using Java to enhance search accuracy. Explore Java search with synonym matching for comprehensive and relevant search results....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for Java library to your project to enable synonym...

    kb.groupdocs.com/search/java/perform-synonym-se...
  2. Convert TXT to PDF using Node.js

    Discover how to convert TXT to PDF using Node.js. This guide shows you how to export TXT to PDF in Node.js efficiently for reliable document generation....Signature Product Family GroupDocs.Metadata...robust document conversion library, developers can easily transform...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  3. Perform Search by Chunks using Java

    Learn how to perform search by chunks using Java for efficient querying. Explore Java chunked search in large indexes to optimize performance and scalability....Signature Product Family GroupDocs.Metadata...support of the underlying library ensures smooth deployment across...

    kb.groupdocs.com/search/java/perform-search-by-...
  4. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Signature Product Solution GroupDocs...file . Length ); } // ... } Updating TORRENT file metadata The...

    docs.groupdocs.com/metadata/net/working-with-to...
  5. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....Signature Product Family GroupDocs.Metadata...configured the recommended library and adjusted the file paths...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  6. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....Signature Product Family GroupDocs.Metadata...by installing the suggested library, which provides a robust API...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  7. Indexing reports | Documentation

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Signature Product Solution GroupDocs...are created for indexing and updating operations. Indexing reports...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Signature Product Solution GroupDocs...(). getTitle ()); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-c...
  9. Search index repository | Documentation

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Signature Product Solution GroupDocs...single call to the method can update all indexes in the repository...

    docs.groupdocs.com/search/net/search-index-repo...
  10. Spelling Correction in Document Search using Java

    Learn how to do spelling correction in document search using Java. You will get a code example for spell check in document search using Java for accurate results....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for Java library to your project Use the Index...

    kb.groupdocs.com/search/java/spelling-correctio...