Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 9,890 for

groupdocs.signature,

(0.13 sec)
  1. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Find answers about converting documents and images of various types using code on any platform.

    kb.groupdocs.com/conversion/page/7/
  2. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }

    docs.groupdocs.com/classification/net/classify-...
  3. Working with Table Reports - Highlighted Rows |...

    Articles in this section...Articles in this section

    docs.groupdocs.com/assembly/java/working-with-t...
  4. Working with Image Reports - Common Master-Deta...

    Articles in this section...Articles in this section

    docs.groupdocs.com/assembly/java/working-with-i...
  5. Working with Table Reports - Alternate Content ...

    Articles in this section...Articles in this section

    docs.groupdocs.com/assembly/net/working-with-ta...
  6. Extract data from various formats | Documentation

    The articles below explain that how to extract data from various file formats...The articles below explain that how to extract data from various file formats

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Save document to the specified stream | Documen...

    This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API....This article explains how to save document to the specified stream while using GroupDocs.Watermarks Java API.

    docs.groupdocs.com/watermark/java/save-document...
  8. Basic Usage | Documentation

    Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Quick Start section for GroupDocs.Metadata API Manage metadata in your documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API.

    docs.groupdocs.com/metadata/python-net/basic-us...
  9. Get supported file formats | Documentation

    The page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....The page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications.

    docs.groupdocs.com/annotation/net/get-supported...
  10. Loading files from different sources | Document...

    Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for .NET API....Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for .NET API.

    docs.groupdocs.com/conversion/net/loading-files...