Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,464 for

properties

(0.05 sec)
  1. Impose Digital Signatures on Electronic Documen...

    Team GroupDocs is pleased to announce e-Signing API for Java developers. API comes with many remarkable features including digital, image and text signatures. Moreover, it permits developers to write applications with ability to significantly sign electronic docs of various file formats. Java developers can manipulate signatures using Properties offered by the API. We would recommend you to download and explore the API. Why GroupDocs.Signature?GroupDocs.Signature for Java 17.1.0 is a totally back-end, UI and framework independent API....manipulate signatures using properties offered by the API. We would...Handling all kind of signature properties easily Signature TypesFollowing...

    blog.groupdocs.com/signature/introducing-groupd...
  2. Generate Search Results from Filtered Documents

    Sometimes, we have a lot of different formatted documents. We create index then perform search and API shows hits from all the indexed documents. Ever thought to get search results from desired documents only? Let’s dig it further. Suppose, you have multiple TXT, XLSX and DOCX documents. What if you want to search a word or text only in TXT and DOCX files with specific word occurrence in file names? We’ve now improved ISearchDocumentFilter interface for such a purpose in GroupDocs....package: LogSettings Following properties are added to GroupDocs.Search...setMaxSize(double value) Below properties are added to GroupDocs.Search...

    blog.groupdocs.com/search/filter-documents-in-s...
  3. Sign documents with QR-code embedded object | G...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/net/sign-documents...
  4. Extract RIFF INFO and Metadata of WAV files in ...

    Extract metadata and RIFF INFO of WAV audio files in Java. Metadata API allows metadata management within your Java applications....Now you can access all the properties of WAV audio. The above code...the root package. Now the properties of WAV audio are accessible...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  5. Generate Document from Custom .NET Objects | Gr...

    Generate documents by binding data from custom .NET classes and objects to template documents....NET class with public properties Create an instance of the...expression tags referencing object properties Use DocumentAssembler to...

    docs.groupdocs.com/assembly/net/basic-usage-cus...
  6. 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-...
  7. 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...
  8. 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...
  9. Field Management | GroupDocs

    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...
  10. Locales for output document | GroupDocs

    This guide demonstrates how to edit RTL documents and specify locale for Word documents when using  GroupDocs.Editor for .NET API....class contains 3 very similar properties of the same type System.Globalization...these three locale-related properties are not specified, their...

    docs.groupdocs.com/editor/net/locales-for-outpu...