Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 5,855 for

values

(0.44 sec)
  1. Get file info | GroupDocs

    The page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/get-file-info/
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  3. 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.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Search for Electronic Signatures in Document | ...

    This topic explains how to search for document electronic signatures and their details using Python... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/search-...
  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.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/sentiment...
  6. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Node.js via Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team.... We value your opinion. Your feedback...

    docs.groupdocs.com/total/nodejs-java/technical-...
  7. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Node.js via Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Convert to grayscale | GroupDocs

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  9. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/get-default-l...
  10. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...