Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,346 for

properties

(0.36 sec)
  1. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...creation by setting the class properties. You can customize the following...indicate if compare variable properties. indicates if compare built...

    docs.groupdocs.com/comparison/java/comparison/
  2. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Find metadata properties Remove metadata properties Set metadata...metadata properties Clean metadata Was this page helpful? Not really...

    docs.groupdocs.com/metadata/python-net/basic-us...
  3. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata Properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic Properties System.out.println(String.format("Creation date: %s", asfPackage....Reading ASF format-specific properties The GroupDocs.Metadata API...method Read the ASF metadata properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known Properties that can be encountered in a particular package....Getting known property descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/net/getting-known-p...
  5. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....model and basic metadata properties intended to form a unified...store any set of metadata properties. These can be simple name/value...

    docs.groupdocs.com/metadata/java/working-with-x...
  6. Evaluation Limitations and Licensing | GroupDocs

    Note GroupDocs.Metadata also works without the license in trial mode with certain limitations Evaluation version limitations You can easily download GroupDocs.Metadata for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license. API Limitations Document Properties (Pdf, Word, Excel, PowerPoint, Visio, etc) Only first 5 Properties can be read XMP API Only first 2 XMP schemes can be read EXIF API GPS IFD and image thumbnail are unavailable Only first 5 Properties can be read IPTC API Only first 5 Properties can be read Id3v2, Lyrics3, APEv2 tags Only first 5 Properties can be read QuickTime atoms Only first 5 atoms can be read File open Open maximum 15 files, otherwise, API throws exception File save Not supported in trial mode Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry date and so on....API Limitations Document properties (Pdf, Word, Excel, PowerPoint...Visio, etc) Only first 5 properties can be read XMP API Only...

    docs.groupdocs.com/metadata/java/evaluation-lim...
  7. Best Practices in Metadata Management

    Before going in-depth to Metadata management, let’s discuss what the metadata is? The Metadata summarizes basic information about data. In other words, it’s an information which describes the data that contained in something like a web page, document, or file. Another way to think of metadata is as a short explanation or summary of what the data is. A simple example of metadata for a document might include a collection of information like the author, file size, date the document was created, and keywords to describe the document.... Descriptive: Metadata properties include title, subject, genre...terms. Technical: Metadata properties include file types, size...

    blog.groupdocs.com/metadata/best-practices-in-m...
  8. Remove Metadata from DOCX using C#

    Efficiently learn how to remove metadata from DOCX using C# with a code example demonstrating how to delete metadata from DOCX in C# without installing extra software....the author’s name, document properties, editing history, and comments...method to delete the metadata properties Use the Metadata.Save method...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  9. Adding metadata | GroupDocs

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...feedback Adding metadata properties is the most sophisticated...and tries to pick up a known property that would satisfy the specified...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  10. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....modification dates, and other properties. This metadata can sometimes...constructor Eliminate metadata properties by calling the Metadata.RemoveProperties...

    kb.groupdocs.com/metadata/net/remove-metadata-f...