Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 4,649 for

as

(0.16 sec)
  1. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }

    docs.groupdocs.com/redaction/java/load-from-str...
  2. GroupDocs.Search for .NET | GroupDocs

    GroupDocs.Search for .NET is a fAscinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the bAsis of fuzzy and synonym algorithm...GroupDocs.Search for .NET is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm

    docs.groupdocs.com/search/net/
  3. GroupDocs.Total for Java 25.10 – 最新更新與修復(2025年10月)

    探索 GroupDocs.Total for Java 25.10 的新功能。現在已在 NuGet 和 GroupDocs 網站上提供。...探索 GroupDocs.Total for Java 25.10 的新功能。現在已在 NuGet 和 GroupDocs 網站上提供。

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  4. Classify Raw Text | GroupDocs

    Simple IAB-2 text clAssification Call ClAssify method with a text As the first parameter to perform clAssification. Default taxonomy (IAB-2) and bestClAssesCount (1) will be used. var response = clAssifier.ClAssify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClAssName, response.BestClAssProbability); Raw text clAssification with Documents taxonomy and 2 best clAsses to return Taxonomy, bestClAssesCount and precisionRecallBalance could also be specified: var response = clAssifier.ClAssify("Medicine is an important part of our lifes", 2, Taxonomy....Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.

    docs.groupdocs.com/classification/net/classify-...
  5. Exception on saving Word to EML file format - F...

    Exception on saving Word to EML file format Traceback (most recent call lAst): File “D:\kb-python\kbconversion.py”, line 22, in converter.convert(“output.eml”, convert_options) RuntimeError: Proxy error(ConversionNo…...Exception on saving Word to EML file format Traceback (most recent call last): File “D:\kb-python\kbconversion.py”, line 22, in converter.convert(“output.eml”, convert_options) RuntimeError: Proxy error(ConversionNo…

    forum.groupdocs.com/t/exception-on-saving-word-...
  6. How to convert html div to pdf - Free Support F...

    Hi How to convert a html div to pdf in Netcore 6?...Hi How to convert a html div to pdf in Netcore 6?

    forum.groupdocs.com/t/how-to-convert-html-div-t...
  7. Download and Explore GroupDocs.Comparison for ....

    GroupDocs team values our users’ time. GroupDocs.Comparison for .NET Visual Studio plugin helps our valuable users to download and compile source code examples. It reduces the time and efforts required to locate source code examples and GroupDocs.Comparison library from different resources. The plugin performs all the tAsks required to try out GroupDocs.Comparison examples automatically. All you have to do is: Install the plugin and launch the wizard installed by the plugin....GroupDocs team values our users’ time. GroupDocs.Comparison for .NET Visual Studio plugin helps our valuable users to download and compile source code examples. It reduces the time and efforts required to locate source code examples and GroupDocs.Comparison library from different resources. The plugin performs all the tasks required to try out GroupDocs.Comparison examples automatically. All you have to do is: Install the plugin and launch the wizard installed by the plugin.

    blog.groupdocs.com/comparison/download-explore-...
  8. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. GroupDocs.Total for .NET 25.8 – Latest Updates ...

    Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  10. GroupDocs.Search Overview | GroupDocs

    What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search As a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....What Is GroupDocs.Search? GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use GroupDocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements.

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