Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,999 for

properties

(0.05 sec)
  1. Working with XMP metadata | Documentation

    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...
  2. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration....what a particular metadata property is supposed to mean. A good...good example of such vague property is a numeric flag or enumeration...

    docs.groupdocs.com/metadata/net/working-with-in...
  3. Evaluation Limitations and Licensing | Document...

    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...
  4. 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...
  5. Manage XMP and EXIF Data of HEIF HEIC Images us...

    Manage XMP and EXIF data of HEIF, HEIC images using C#. Read, update, remove EXIF and XMP data using Metadata automation API within .NET applications.... that can store metadata properties as name/value pairs. However...defines how to store metadata properties in the most common images...

    blog.groupdocs.com/metadata/manage-xmp-and-exif...
  6. Evaluation Limitations and Licensing | Document...

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....API Limitations Document properties (Pdf, Word, Excel, PowerPoint...Visio, etc) Only first 5 properties can be read XMP API Only...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  7. How to Add Checkbox Component in PDF using C#

    In this article, You will learn how to add checkbox component in PDF using C#. Furthermore, we will help you to develop application to insert checkbox in PDF using C#....CheckboxComponent object and set some properties Call Add method of Annotator...CheckboxComponent objects, set properties for checkbox and save the...

    kb.groupdocs.com/annotation/net/how-to-add-chec...
  8. Working with metadata in ASF files | Documentation

    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...
  9. Features Overview | Documentation

    A .NET metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....removing particular metadata properties that satisfy a specified...manipulate most common metadata properties in a unified manner Working...

    docs.groupdocs.com/metadata/net/features-overview/
  10. Working with XMP metadata | Documentation

    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/nodejs-java/working...