Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 2,002 for

properties

(0.04 sec)
  1. Evaluation Limitations and Licensing | Document...

    free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....API Limitations Document properties (Pdf, Word, Excel, PowerPoint...Visio, etc) Only first 5 properties can be read XMP API Only...

    docs.groupdocs.com/metadata/net/evaluation-limi...
  2. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....defines how to store metadata properties in the most common images...store any set of metadata properties as name/value pairs. The...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  3. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....modification dates, and other properties. In this article, we will...identify and clear the metadata properties. Look for elements related...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  4. 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....Getting known property descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/java/getting-known-...
  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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iproperty descriptors Getting known property descriptors...extract information about known properties that can be encountered in...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  6. Field Management in GroupDocs.Editor for Java |...

    This documentation section explains how to the management and manipulation of form fields within documents....common properties shared among all form fields. Properties getStylesheet()...invalid form field names. Properties getName() : Gets the original...

    docs.groupdocs.com/editor/java/form-field-manag...
  7. Field Management in GroupDocs.Editor for .NET |...

    This documentation section explains how to the management and manipulation of form fields within documents....common properties shared among all form fields. Properties Stylesheet...invalid form field names. Properties Name : Gets the original...

    docs.groupdocs.com/editor/net/form-field-manage...
  8. How to Convert ODT to PDF in Java

    This short tutorial focuses on the process to convert ODT to PDF in Java. Learn how to create code to export ODT to PDF using Java and customize the converted file....PdfConvertOptions class and define properties for customizing the converted...converted PDF document by using properties such as converted page index...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Remove Metadata from XLSX using Java

    Quickly learn how to remove metadata from XLSX using Java. Additionally, you'll receive code illustrating the process of how to clean metadata from XLSX in Java....created, and other document properties. This information needs to...modification dates, document properties like titles and keywords...

    kb.groupdocs.com/redaction/java/remove-metadata...
  10. Read Metadata from DOCX using C#

    Unlock the method to read metadata from DOCX using C#. Elevate document organization efficiency by mastering the art of how to read metadata of DOCX using C#....inspect all retrieved metadata properties Provide a predicate to the...Iterate through the retrieved properties Whether it’s automating document...

    kb.groupdocs.com/metadata/net/read-metadata-fro...