Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 1,096 for

signature library updates

(0.52 sec)
  1. Working with CAD metadata | GroupDocs

    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...
  2. Set metadata properties | GroupDocs

    This article explains the usage of SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Signature Product Solution GroupDocs...metadata properties Leave feedback Update or add metadata properties...

    docs.groupdocs.com/metadata/net/set-metadata-pr...
  3. Index lifecycle | GroupDocs

    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/java/index-lifecycle/
  4. Index lifecycle | GroupDocs

    This page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...Signature Product Solution GroupDocs...documents. Upon completion of the update operation, the index reverts...

    docs.groupdocs.com/search/net/index-lifecycle/
  5. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better document management....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for .NET library to enable highlighting of search...

    kb.groupdocs.com/search/net/highlight-search-re...
  6. Handling the ID3v1 tag | GroupDocs

    This article explains how to handle ID3v1 tag....Signature Product Solution GroupDocs...ID3V1 . Comment ); // ... } } Updating an ID3v1 tag The following...

    docs.groupdocs.com/metadata/net/handling-the-id...
  7. Working with ZIP archives | GroupDocs

    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 the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Signature Product Solution GroupDocs...getRawName (), charset )); } } Updating the user comment GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-z...
  8. Convert PDF to HTML using Python

    Convert PDF to HTML using Python with GroupDocs.Conversion. Export PDF to HTML using Python easily and display documents online with accurate formatting....Signature Product Family GroupDocs.Metadata...First, install the conversion library. Next, import the necessary...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  9. Export Indexed Documents to HTML using Java

    Discover how to export indexed documents to HTML using Java with simple steps. Use Java export indexed documents to HTML to enhance document organization efficiently....Signature Product Family GroupDocs.Metadata...GroupDocs.Search for Java library into your development environment...

    kb.groupdocs.com/search/java/export-indexed-doc...
  10. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Signature Product Family GroupDocs.Metadata...you’ve set up the recommended library and adjusted the file paths...

    kb.groupdocs.com/metadata/java/remove-metadata-...