Sort Score
Result 10 results
Languages All
Labels All
Results 5,861 - 5,870 of 36,580 for

documents

(0.09 sec)
  1. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/extracting-mak...
  2. How to install libgdiplus library | Documentation

    Install libgdiplus for GroupDocs.Viewer for Python/.NET. Resolves image rendering issues on Ubuntu, CentOS, macOS....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/viewer/python-net/how-to-ins...
  3. 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...
  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. 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...
  6. Specify spreadsheet rendering options | Documen...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering spreadsheet files to HTML, PDF, and image formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/net/specify-rendering...
  7. GroupDocs Blog | Document Automation Solutions ...

    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....protection est importante pour les documents confidentiels et privés. Dans...Dans le monde numérique, les documents de traitement de texte sont...

    blog.groupdocs.com/fr/page/16/
  8. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...NET / Developer Guide / Edit document / Edit Excel Workbook / Generating...

    docs.groupdocs.com/editor/net/generating-worksh...
  9. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...example shows how to save a document to a specified location on...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. How to build in docker Alpine Linux | Documenta...

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/conversion/net/build-in-dock...