Sort Score
Result 10 results
Languages All
Labels All
Results 5,621 - 5,630 of 8,686 for

release

(0.13 sec)
  1. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/nodejs-java/document-...
  2. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text file automatically in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/search/nodejs-java/text-file...
  3. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/python-net/getting-...
  5. Xml to Md | GroupDocs

    This article demonstrates how to convert Text to Markdown with GroupDocs.Markdown for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/markdown/net/convert/export-...
  6. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/net/removing-metadata/
  7. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iReleases Status Websites aspose.com...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  8. Add ellipse annotation | GroupDocs

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  9. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/net/preview-certif...
  10. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/net/delete-signatu...