Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 3,869 for

assembly

(0.04 sec)
  1. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Get document info | Documentation

    This article explains how to get document information...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/get-document-i...
  3. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/removing-metadata/
  4. Working with metadata in FLV files | Documentation

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  6. Control temporary files | Documentation

    By following this guide, you will learn how to control temporary files used by GroupDocs.Viewer for Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/control-temporar...
  7. How to make cache thread-safe in your Java appl...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-make-cach...
  8. Render attachments | Documentation

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  9. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  10. Document renaming | Documentation

    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....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/document-...