Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 34,630 for

groupdocs.signature

(0.46 sec)
  1. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-to-stream/
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

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

    This example demonstrates how to load a password-protected document....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/load-a-password...
  4. Categories

    查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family Group......Comparison Product Family GroupDocs.Signature Product Family GroupDocs...

    kb.groupdocs.com/zh/categories/page/9/
  5. 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...
  6. Remove form fields | GroupDocs

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

    docs.groupdocs.com/viewer/python-net/optimizati...
  7. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/markdown/python-net/heading-...
  8. 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/get-document-p...
  9. 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....Comparison Product Solution GroupDocs.Signature Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/spreads...
  10. Load a password-protected document | GroupDocs

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

    docs.groupdocs.com/metadata/python-net/load-a-p...