Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 4,977 for

editor

(0.13 sec)
  1. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Editor Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  2. Install GroupDocs.Redaction for Python via .NET...

    This topic describes how to install GroupDocs.Redaction for Python....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/install...
  3. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-to-da...
  4. Working with Multiple Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.1.0 or later releases. Explicit Support for Multiple Data Sources Using DocumentAssembler.AssembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-mu...
  5. Working with Chart Reports - Bubble | Documenta...

    The Bubble Chart As per wikipedia, a Bubble Chart can be described as: A bubble chart is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk’s xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-ch...
  6. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/load-document...
  7. Load from local disk | Documentation

    This article explains how to load from local disk while using GroupDocs. Watermarks Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/load-from-loc...
  8. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/saving-docume...
  9. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Editor Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/saving-documents/
  10. Creating an index | Documentation

    The articles in this section describe advanced search index creation topics. Please find how to apply index settings, subscribe events and optimize your work with multiple indexes in single index repository: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured ....Editor Product Solution GroupDocs...

    docs.groupdocs.com/search/net/creating-an-index/