Sort Score
Result 10 results
Languages All
Labels All
Results 2,691 - 2,700 of 34,851 for

groupdocs.viewer

(0.31 sec)
  1. Verify Document for Signatures | GroupDocs

    This topic explains how to verify documents for various electronic signatures with GroupDocs.Signature for Python via .NET API....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/verify-...
  2. Protecting word processing documents | GroupDocs

    Protect and unprotect Word documents using Python via .NET....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/protect...
  3. Get document page preview | GroupDocs

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

    docs.groupdocs.com/redaction/net/get-document-p...
  4. Spreadsheet redactions | GroupDocs

    This article shows that how Python redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/spreads...
  5. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/heading-...
  6. Load a password-protected document | GroupDocs

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

    docs.groupdocs.com/metadata/python-net/load-a-p...
  7. Load file from URL | GroupDocs

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

    docs.groupdocs.com/conversion/net/load-file-fro...
  8. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/search-...
  9. 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....Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...
  10. Get document info | GroupDocs

    Retrieve document metadata such as format, page count, title, and author without converting...Total Product Family GroupDocs.Viewer Product Solution GroupDocs...

    docs.groupdocs.com/markdown/net/get-document-info/