Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 5,505 for

groupdocs.editor

(0.31 sec)
  1. Load a password-protected document | GroupDocs

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

    docs.groupdocs.com/metadata/python-net/load-a-p...
  2. 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....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...
  3. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/search-...
  4. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/limitations-when-...
  5. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Comparison examples, by building your own or using our back-end or front-end examples out-of-the-box....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/how-to...
  6. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from 110+ document, image, audio, and video file formats...Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/
  7. Encountered an error when saving document in Ed...

    Hello, I encounter an error when saving the docs in the Editor Demo for .NET Webform, downloading from github. Can you please help me take a look of this error? image.png (47.9 KB) Regards, WK...document in Editor Demo GroupDocs.Editor Product Family dotnet...

    forum.groupdocs.com/t/encountered-an-error-when...
  8. Compare Markdown documents | GroupDocs

    Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown files with simple Python code....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  9. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. In-Table List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager....Watermark Product Solution GroupDocs.Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...