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

documents

(0.06 sec)
  1. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Please visit the following documentation section for more information:...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. GroupDocs Blog | Document Automation Solutions ...

    GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 📄 Signer numériquement des PDF......GroupDocs Blog | Document Automation Solutions for .NET & Java...content on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fr/index.xml
  3. 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...
  4. 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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/extracting-comm...
  5. 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-...
  6. Reverse Image Search in Documents

    Bouw je app met functionaliteit voor omgekeerde afbeelding zoeken in documenten en afbeeldingsbestanden....true ; // Indexing documents in a document folder index.Add(documentFolder...

    blog.groupdocs.com/nl/search/reverse-image-search/
  7. Announcing AWS Integration with GroupDocs' Docu...

    We’re happy to announce that Amazon Web Service (AWS) has been integrated with GroupDocs , which allows us to offer you a new storage provision. You can now choose Amazon S3 as your default storage provider in GroupDocs. With this provision, you can store your files in your Amazon S3 bucket directly. Flexible storage provision is a key factor to consider when selecting document management solutions. With this integration, we make your document management process more flexible....to consider when selecting document management solutions . With...integration, we make your document management process more flexible...

    blog.groupdocs.com/total/announcing-aws-integra...
  8. How to build in docker | Documentation

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

    docs.groupdocs.com/conversion/net/build-in-docker/
  9. Inserting Chart Axis Title Dynamically | Docume...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.12 or greater Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Column Chart in Microsoft Word Document Creating a Column Chart Practising...

    docs.groupdocs.com/assembly/java/inserting-char...
  10. Removing Selective Chart Series Dynamically | D...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.11 or greater. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Column Chart in Microsoft Word Document Creating a Column Chart Practising...

    docs.groupdocs.com/assembly/net/removing-select...