Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 9,042 for

release

(0.27 sec)
  1. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  2. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

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

    This topic explains how to search for document electronic signatures and their details using Python...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/signature/python-net/search-...
  4. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/classification/net/sentiment...
  5. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/total/nodejs-java/technical-...
  6. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

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

    Convert PDFs to grayscale to reduce file size and speed up printing using the GroupDocs.Viewer Python API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/python-net/optimizati...
  8. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/net/get-default-l...
  9. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Remove form fields | GroupDocs

    Remove form fields from PDF files to reduce file size using GroupDocs.Viewer's optimization options....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...

    docs.groupdocs.com/viewer/python-net/optimizati...