Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 3,859 for

image metadata

(0.15 sec)
  1. 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 try (Metadata Metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = Metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-watermark-net, and run three minimal examples — add a text watermark, add an Image watermark, and read document info — in under five minutes....Metadata Product Solution GroupDocs...document, lets you add text or image watermarks, search for or remove...

    docs.groupdocs.com/watermark/python-net/quick-s...
  3. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. Get document info | GroupDocs

    GroupDocs.Metadata for Python via .NET lets you read basic file information — format, extension, MIME type, page count, size, and encryption state....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/get-docu...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  6. Use Cases | GroupDocs

    This section presents real-world use cases for GroupDocs.Metadata for Java, such as extracting document Metadata and comparing Metadata across document versions....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/use-cases/
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of a particular format using GroupDocs.Metadata for Python via .NET....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Python...

    docs.groupdocs.com/metadata/python-net/load-a-f...
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata Metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = Metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit Metadata System....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Metadata Product Solution GroupDocs...contains methods for setting metadata indexing options: The method...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. remove exif data from images on GroupDocs Blog ...

    remove exif data from Images on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove exif data from Images on GroupDocs Blog | Document Automation Solu......remove exif data from images on GroupDocs Blog | Document Automation...content in remove exif data from images on GroupDocs Blog | Document...

    blog.groupdocs.com/nl/tag/remove-exif-data-from...