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

documents

(0.15 sec)
  1. Working with ZIP archives and attachments | Doc...

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/parser/net/working-with-zip-...
  2. 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 !...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 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iDocumentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. 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/
  6. 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/java/working-with-c...
  7. GroupDocs.Parser Product Family | Documentation

    GroupDocs Developers Cookbook GroupDocs.Parser 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 basic and advanced development Basic Usage Advanced Usage MORE GroupDocs.Parser 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 basic and advanced development Basic Usage Advanced Usage MORE  ....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...started documentation Features Overview Supported Document Formats...

    docs.groupdocs.com/parser/
  8. Working with XMP metadata | Documentation

    This article shows how to access XMP 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-xm...
  9. Add point annotation | Documentation

    The page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...basics / Add annotation to the document / Add point annotation Add...

    docs.groupdocs.com/annotation/net/add-point-ann...
  10. compare two word documents

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify Documents of almost all the popular file formats.... Als een document meerdere keren is gewijzigd...verschillende versies van dat document met elkaar vergelijken. Voor...

    blog.groupdocs.com/nl/tag/compare-two-word-docu...