Sort Score
Result 10 results
Languages All
Labels All
Results 6,441 - 6,450 of 40,128 for

documents

(0.1 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. 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...
  3. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...of the last page in a PDF document. final Redactor redactor =...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  4. 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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } 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...
  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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....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...
  7. Obtenir des informations sur le document en uti...

    Découvrez le processus permettant d'obtenir des informations sur un document à l'aide de C#. Améliorez l’efficacité de la gestion des Documents en apprenant à obtenir les propriétés des fichiers à l’aide de C#....Obtenir des informations sur le document en utilisant C# Dans le domaine...gestion et du traitement des documents, l’accès aux informations...

    kb.groupdocs.com/fr/metadata/net/get-document-i...
  8. Working with Table Reports - Filtered Ordered G...

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Ordering in Word Processing Document In-Table List with Filtering...

    docs.groupdocs.com/assembly/java/working-with-t...
  9. Working with Chart Reports - Pie | Documentation

    Articles in this section...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Pie Chart in Spreadsheet Document Pie Chart...

    docs.groupdocs.com/assembly/net/working-with-ch...
  10. How to use custom cache implementation | Docume...

    How to use custom caching implementation with GroupDocs.Viewer using Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Viewer viewer = new Viewer ( "document.doc" , settings )) { // Do...

    docs.groupdocs.com/viewer/java/how-to-use-custo...