Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 30,024 for

groupdocs parser

(0.03 sec)
  1. Save to stream | Documentation

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-to-stream/
  2. Add watermarks to images | Documentation

    Add watermark to photos or multi-framed images using c#....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Render SVG as PDF using Java

    Effectively grasp the understanding to render SVG as PDF using Java. Furthermore, explore detailed step-by-step instructions and Java code for rendering SVG to PDF....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/viewer/java/render-svg-as-pdf-...
  4. Convert XLSX to JPG using Python

    Learn how to convert XLSX to JPG using Python in a few simple steps. This guide covers how to export XLSX to JPG in Python with clean layout and high image quality....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  5. Convert JPG to DOCX using Java

    By following this tutorial, you will acquire the skills to convert JPG to DOCX using Java. We will provide you the code to seamlessly export JPG to DOCX using Java....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  6. Convert PDF to ODT using C#

    Efficiently convert PDF to ODT using C# without installing extra tools. Enhance document processing in projects with this guide on how to export PDF to ODT using C#....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  7. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/get-document-p...
  8. Convert PDF to PPTX using Node.js

    Learn how to convert PDF to PPTX using Node.js with an efficient document conversion process. Follow our guide to easily export PDF to PPTX in Node.js for presentations....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  9. Sentiment classification usage | Documentation

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/sentiment...
  10. GroupDocs.Parser for Java | Documentation

    Note Welcome to the Groupdocs.Parser for Java Groupdocs.Parser is a convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, the user can extract metadata from the document. Groupdocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. Groupdocs.Parser for Java Online Documentation Groupdocs.Parser for Java Features Groupdocs.Parser for Java Limitations Groupdocs.Parser for Java Release Notes Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/