Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 7,579 for

page

(0.12 sec)
  1. 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.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/sentiment...
  2. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. Limitations when rendering CAD drawings | Group...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....</runtime> </configuration> Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/net/limitations-when-...
  5. Render hidden pages | GroupDocs

    Learn how to render hidden Pages on website or in other c# applications with GroupDocs.Viewer for Java...documents / Render hidden pages Render hidden pages Leave feedback By...Visio documents (for hidden pages) PowerPoint presentations (for...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  6. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....templates Leave feedback On this page Document template is set by...template bounds) name and optional page index - value that represents...

    docs.groupdocs.com/parser/net/working-with-temp...
  7. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Requirements Leave feedback On this page GroupDocs.Comparison for Node...other third‑party software. This page lists the supported platforms...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  8. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....watermarks Leave feedback On this page GroupDocs.Watermark offers many...take into account the existing page margins of the document when...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  9. eSign document with Digital signature | GroupDocs

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...visual appearance on document pages. PDF document format supports...appearance on specific document page with custom image and labels...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Render Outlook data files as HTML, PDF, and ima...

    Convert Outlook (PST/OST) files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....files Leave feedback On this page allows you to render Microsoft...entire document or specific pages. Supported Outlook data file...

    docs.groupdocs.com/viewer/python-net/render-out...