Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 29,829 for

groupdocs.signature

(0.05 sec)
  1. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Adding watermarks | Documentation

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/adding-waterm...
  3. Working with Multiple Data Sources | Documentation

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-m...
  4. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/get-document-p...
  5. Load file from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-file-fro...
  6. Sentiment classification usage | Documentation

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = new SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a new must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a new must-have thing."); Console.WriteLine($"The best class name:{response....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...
  7. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for .NET. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/features-over...
  8. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/remove-annot...
  10. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the page-based scope for your redaction of two types: page range, a given number of pages at certain offset from the beginning or the end of the page; page area (on each page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific page....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/redacti...