Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 6,024 for

groupdocs.viewer,

(0.61 sec)
  1. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...This article shows how to save a file to the specified stream in Java

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...This article shows how to save a document to a specified location on a local disk in Java

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  3. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET....This article shows how to save the modified content to the underlying source using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....This example demonstrates how to load a password-protected document.

    docs.groupdocs.com/metadata/net/load-a-password...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/save-a-m...
  6. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....This example demonstrates how to load a file from a stream.

    docs.groupdocs.com/metadata/net/load-from-a-str...
  7. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API.

    docs.groupdocs.com/merger/net/rotate-pages/
  8. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/load-a-p...
  9. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification.

    docs.groupdocs.com/classification/net/introduci...
  10. Sentiment classification usage | GroupDocs

    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....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.

    docs.groupdocs.com/classification/net/sentiment...