Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 4,614 for

values

(0.04 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. How to run examples | GroupDocs

    This article describes how to run Java file conversion API code examples.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  3. Technical support | GroupDocs

    GroupDocs.Conversion for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/technical-sup...
  4. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  5. Load document from Amazon S3 Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Amazon S3 storage when using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/load-document...
  6. Technical Support | GroupDocs

    GroupDocs.Annotation for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/technical-su...
  7. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/apply-roles/
  8. Set image resolution | GroupDocs

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#).... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/java/compare-mult...
  10. Technical Support | GroupDocs

    GroupDocs.Comparison for Java provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/java/technical-su...