Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 5,043 for

assemble

(0.06 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Optimize the PDF file by removing unused resour...

    Optimize PDFs with GroupDocs.Viewer by removing unused resources and reducing file size....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-prop...
  4. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/extracting-met...
  5. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/use-red...
  6. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/metadat...
  7. Search results | GroupDocs

    This article shows that how to perform the operations on search results....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/search-results/
  8. Image redactions | GroupDocs

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/image-redacti...
  9. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/faceted-search/
  10. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/java/work-with-search...