Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 33,281 for

groupdocs metadata

(0.54 sec)
  1. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add Groupdocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of Groupdocs-Metadata in the Groupdocs Java repository. Download Groupdocs-Metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/installation-m...
  2. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products Groupdocs.Total Product Family Groupdocs.Viewer Product Solution Groupdocs.......Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/python-net/advanced...
  3. 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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const Metadata = new Groupdocs.Metadata.Metadata("input.xls", loadOptions); var root = Metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  4. Extracting Common Image Information | GroupDocs

    For all supported image formats the Groupdocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root Metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata Metadata = new Metadata(Constants.InputPng)) { var root = Metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. Remove APE on GroupDocs Blog | Document Automat...

    Remove APE on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove APE on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers הסר......Remove APE on GroupDocs Blog | Document Automation Solutions...content in Remove APE on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/he/tag/remove-ape/index.xml
  6. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata Metadata = new Metadata(stream)) { // Extract, edit or remove Metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: Groupdocs.Metadata for ....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  7. Documents | GroupDocs

    Learn about managing Metadata for Documents formats....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/documents/
  8. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/handling-the-l...
  9. Remove APE on GroupDocs Blog | Document Automat...

    Remove APE on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove APE on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Ver......Remove APE on GroupDocs Blog | Document Automation Solutions...content in Remove APE on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/nl/tag/remove-ape/index.xml
  10. read ID3 tags on GroupDocs Blog | Document Auto...

    read ID3 tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in read ID3 tags on Groupdocs Blog | Document Automation Solutions for .NET & Java Develope......read ID3 tags on GroupDocs Blog | Document Automation Solutions...content in read ID3 tags on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/th/tag/read-id3-tags/index.xml