Sort Score
Result 10 results
Languages All
Labels All
Results 7,251 - 7,260 of 9,917 for

groupdocs.signature,

(0.24 sec)
  1. Save file to stream | Documentation

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for .NET API....This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/save-file-to-...
  2. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."

    docs.groupdocs.com/annotation/net/add-search-te...
  3. Remove annotation from document | Documentation

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/remove-annota...
  4. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/nodejs-java/load-...
  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 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....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.

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Add ellipse annotation | Documentation

    The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs.

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/add-watermark/
  9. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....GroupDocs.Metadata allows users to get meta information of a document.

    docs.groupdocs.com/metadata/python-net/get-docu...
  10. Result of added watermarks | Documentation

    GroupDocs.Watermark API returns result with information about added watermarks...GroupDocs.Watermark API returns result with information about added watermarks

    docs.groupdocs.com/watermark/net/result-of-adde...