Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,346 for

properties

(0.87 sec)
  1. Getting known property descriptors | GroupDocs

    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-...
  2. Getting known property descriptors | GroupDocs

    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...
  3. Evaluation Limitations and Licensing | GroupDocs

    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...
  4. 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...
  5. 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...
  6. 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...
  7. Remove Metadata from PPT using C#

    In this topic, you will learn how to remove metadata from PPT using C#. The code will be provided to delete metadata from PPT in C# without installing extra software....constructor Eliminate the metadata properties by calling the Metadata.RemoveProperties...simple code to clear metadata properties in PPT using C# . Code to...

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

    This article shows how to add metadata Properties which is the most sophisticated feature of the GroupDocs.Metadata Python via .NET 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/python-net/adding-m...
  9. Extract metadata from DOCX using C#

    This article will guide you on how to extract metadata from DOCX using C#. A DOCX metadata extraction C# code example is provided, demonstrating how to perform this process....insights into the contents and properties of a document. This article...constructor to access its properties Use the Parser.GetMetadata...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  10. How to Convert HTML to PDF using C#

    This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability....this article defines a few properties for designing a PDF document...step for setting different properties for the output PDF document...

    kb.groupdocs.com/conversion/net/how-to-convert-...