Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 1,074 for

view file

(0.08 sec)
  1. Working with metadata in MOV files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime File. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....metadata in MOV files Working with metadata in MOV files Leave feedback...basic data unit in any QuickTime file. Please find more information...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files.... Open a file to update Specify a predicate...existing metadata packages in the file Check the actual number of added/updated...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  3. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop File format and metadata blocks 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 PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....information on the Photoshop file format and metadata blocks please...Photoshop file format) from a PSD image. a PSD file Get the root...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a File of any supported format....To access XMP metadata in a file of any supported format, GroupDocs...to read XMP metadata: Load a file that contains XMP metadata Extract...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....comprehensive package allows you to view, annotate, e-sign, convert,...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/java/
  6. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document Viewer – GroupDocs.Viewer. It allows end users to View over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins.... It allows end users to view over 50 types of documents and...plugins. To name just a few, the file formats that the viewer supports...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  7. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a File is to use corresponding tags that allow you to locate the desired properties across all metadata packages....remove metadata properties from a file is to use corresponding tags...combination of criteria. Load a file to update Use a specification...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  8. 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.... a file to examine Get a collection...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. 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;ifile to examine Get a collection...free Apps. You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. GroupDocs.Total for .NET | Documentation

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....comprehensive package allows you to view, annotate, e-sign, convert,...spreadsheets, presentations, PDF files, emails, images, and 3D models...

    docs.groupdocs.com/total/net/