Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 904 for

signature library updates

(0.14 sec)
  1. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Signature Product Solution GroupDocs...documents change and need to be updated in the index, the same code...

    docs.groupdocs.com/search/java/separate-data-ex...
  2. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Signature Product Family GroupDocs.Metadata...GroupDocs.Parser for .NET library to your C# project using NuGet...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  3. Extract Hyperlinks from DOC using C#

    Learn how to extract hyperlinks from DOC using C# efficiently. We will provide you a code example to read hyperlinks from DOC in C# for tasks like data extraction....Signature Product Family GroupDocs.Metadata...GroupDocs.Parser for .NET library into your C# project via NuGet...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  4. Convert ODT to Word using Node.js

    Learn how to convert ODT to Word using Node.js with a simple and efficient approach. Easily export ODT to Word in Node.js using a Java-based conversion Library....Signature Product Family GroupDocs.Metadata...you setting up the required library and create high-quality PDF...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  5. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Signature Product Solution GroupDocs...CadPackage . Title ); // ... } Updating DXF metadata The GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-ca...
  6. Remove metadata properties | Documentation

    This article shows that how to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Signature Product Solution GroupDocs...combination of criteria. a file to update Use a predicate to find and...

    docs.groupdocs.com/metadata/net/remove-metadata...
  7. Indexing from different sources | Documentation

    GroupDocs.Search allows indexing documents from various sources...Signature Product Solution GroupDocs...as an array of fields. The library also allows indexing from all...

    docs.groupdocs.com/search/net/indexing-from-dif...
  8. Index lifecycle | Documentation

    The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states. Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Signature Product Solution GroupDocs...documents. Upon completion of the update operation, the index reverts...

    docs.groupdocs.com/search/nodejs-java/index-lif...
  9. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Signature Product Solution GroupDocs...GetString ( file . RawName )); } } Updating the user comment GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-zi...
  10. Spelling Correction in Document Search using C#

    Implement spelling correction in document search using C#. For accurate and efficient document retrieval, this topic enables spell check in document search using C#....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for .NET library into your project" Create an...

    kb.groupdocs.com/search/net/spelling-correction...