Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 6,512 for

editor

(0.12 sec)
  1. Render hidden pages | GroupDocs

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for .NET...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/show-hidden-pages/
  2. Remove form fields | GroupDocs

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  3. Convert to grayscale | GroupDocs

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Protecting word processing documents | GroupDocs

    Protect and unprotect Word documents using Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/protect...
  5. Show gap lines instead of changes | GroupDocs

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/show-gap-lines/
  6. 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....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/get-document-p...
  7. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Spreadsheet redactions | GroupDocs

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

    docs.groupdocs.com/redaction/python-net/spreads...
  9. Bubble Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Bubble Chart in Email Document Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Retrieve total Contract Prices by Months. Adding Syntax to be evaluated by GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  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....Editor Product Solution GroupDocs...

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