Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 31,015 for

groupdocs metadata

(0.07 sec)
  1. GroupDocs.Parser Product Family on GroupDocs Bl...

    Groupdocs.Parser Product Family on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Groupdocs.Parser Product Family on Groupdocs Blog | Document Automatio......GroupDocs.Parser Product Family on GroupDocs Blog | Document...content in GroupDocs.Parser Product Family on GroupDocs Blog | Document...

    blog.groupdocs.com/categories/groupdocs.parser-...
  2. Extracting Common Image Information | Documenta...

    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...
  3. Other | Documentation

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

    docs.groupdocs.com/metadata/net/other/
  4. GroupDocs.Parser for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/page/3/
  5. GroupDocs.Metadata for .NET 1.5.0 Released with...

    At Groupdocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce Groupdocs.Metadata for .NET 1.5.0. The latest version of our Metadata API provides many new features. Please see below for the list of features. Groupdocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP Metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc)....At GroupDocs, we are always keen to improve our products and...are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  6. Get Document Information using C#

    Discover the process of how to get document information using C#. Enhance document management efficiency by learning how to get file properties using C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/metadata/net/get-document-info...
  7. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. Handling the Lyrics tag | Documentation

    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. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  10. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata Metadata = new Metadata(Constants.InputOne)) { // 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 .NET examples Groupdocs.Metadata for Java examples...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/load-from-a-lo...