Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 27,434 for

groupdocs.conversion

(0.09 sec)
  1. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/load-a-password...
  2. 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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-to-stream/
  3. 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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/sentiment...
  4. 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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/get-document-p...
  5. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  6. Limitations when rendering CAD drawings | Docum...

    This article is about the limitations of GroupDocs.Viewer of rendering CAD Drawings....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/limitations-when-...
  7. GroupDocs.Metadata for .NET

    此 API 允许您在任何平台上使用 C# .NET 语言添加、删除和更新任何类型文件格式的元数据。...Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/zh/metadata/net/
  8. GroupDocs.Parser Product Family

    Find answers about extracting text, images, and metadata of different files using code on any platform....Total Product Family GroupDocs.Conversion Product Family GroupDocs...

    kb.groupdocs.com/parser/page/2/
  9. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/basic-usage/
  10. Installation | Documentation

    Install using NPM All Java packages are hosted at NPM. You can easily reference GroupDocs.Search for Node.js via Java API directly in your Node.js project by installing it with the following command. npm install @groupdocs/groupdocs.search...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/search/nodejs-java/installat...