Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 24,544 for

may

(0.05 sec)
  1. 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....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. How to search for Digital signatures | Document...

    This topic explains how to search for digital electronic signatures across the documents with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/search-for-dig...
  3. How to save PDF document with other format | Do...

    This article explains how to save signed PDF document with various file formats by GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/save-signed-pd...
  4. Verify Text signatures in the document | Docume...

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API.... GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/verify-text-s...
  5. rule - GroupDocs.Assembly for Java - API Reference

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou...... This method may be used to iterate over the constants...

    apireference.groupdocs.com/assembly/java/com.gr...
  6. Online ISBN Reader

    Free online document ISBN parser. Read ISBN from more than 90 file formats and format families... You may also send the download link to...

    products.groupdocs.app/parser/read-isbn
  7. Releases · groupdocs-conversion/GroupDocs.Conve...

    GroupDocs.Conversion for .NET examples, plugins and showcase projects - Releases · groupdocs-conversion/GroupDocs.Conversion-for-.NET...4 30 May 20:54 nikola-yankov v24.4 a457a32...

    github.com/groupdocs-conversion/GroupDocs.Conve...
  8. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/numeric-range-se...
  9. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/net/select-specifi...
  10. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/python-net/get-docu...