Sort Score
Result 10 results
Languages All
Labels All
Results 5,651 - 5,660 of 39,150 for

documents

(0.05 sec)
  1. Getting known property descriptors | Documentation

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); 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); } Working with XMP Metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-ex...
  4. GroupDocs.Annotation Product Family | Documenta...

    GroupDocs.Annotation is a cross-platform library that allows you to add, edit, and remove annotations to text or images using C# and Java. Documentation GroupDocs.Annotation for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More GroupDocs.Annotation for Java Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More ....Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...images using C# and Java. Documentation GroupDocs.Annotation for...

    docs.groupdocs.com/annotation/
  5. GroupDocs.Total Product Family | Documentation

    Comprehensive suite of .NET or Java libraries for document manipulation and management - view, edit, convert and sign various file formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overview System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...NET or Java libraries for document manipulation and management...

    docs.groupdocs.com/total/
  6. Working with Table Reports | Documentation

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document In-Table List in Spreadsheet Document In-Table...

    docs.groupdocs.com/assembly/java/working-with-t...
  7. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Watermark....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  8. Working with Chart Reports - Bubble | Documenta...

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Bubble Chart in Spreadsheet Document Bubble Chart...

    docs.groupdocs.com/assembly/net/working-with-ch...
  9. GroupDocs.Merger for .NET | Documentation

    Use GroupDocs.Merger for .NET to merge several Documents into one, split single document to multiple and organize Documents in different ways....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...supports most of the popular document formats such as PDF, DOCX...

    docs.groupdocs.com/merger/net/
  10. Get file info | Documentation

    The page describes how to detect document file type, size and calculate pages count when annotate Documents or images with GroupDocs.Annotation....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...information: is a document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/annotation/net/get-file-info/