Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 4,469 for

as

(0.04 sec)
  1. GroupDocs.Text For .NET 17.01.0 Introduces Supp...

    We are really pleAsed to announce the monthly releAse of GroupDocs.Text for .NET API. In this releAse, we have introduced four new features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest releAse provides its users with the functionality to search for some text in documents, extracting highlighted text from documents and opening pAssword-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....We are really pleased to announce the monthly release of GroupDocs.Text for .NET API. In this release, we have introduced four new features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some text in documents, extracting highlighted text from documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs.

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  2. GroupDocs.Annotation for Java - Integrating wit...

    Greetings everyone! As you may already know, we’ve recently releAsed the GroupDocs.Annotation for Java library. It is bAsically an HTML5-bAsed document viewer that comes with a comprehensive set of tools for marking up and commenting on documents of almost 50 file formats. The library provides end users with the ability to view, annotate and collaborate on documents in real time. Today we’d like to present you with a quick guide on how to set up a bAsic Java web application with the document annotation capability....Greetings everyone! As you may already know, we’ve recently released the GroupDocs.Annotation for Java library. It is basically an HTML5-based document viewer that comes with a comprehensive set of tools for marking up and commenting on documents of almost 50 file formats. The library provides end users with the ability to view, annotate and collaborate on documents in real time. Today we’d like to present you with a quick guide on how to set up a basic Java web application with the document annotation capability.

    blog.groupdocs.com/annotation/groupdocs-annotat...
  3. Online PDF to JP2 Converter | Free GroupDocs Apps

    PDF to JP2 document converter - convert PDF to JP2 online for free, no registration required. Secure and eAsy to use PDF to JP2 conversion!...PDF to JP2 document converter - convert PDF to JP2 online for free, no registration required. Secure and easy to use PDF to JP2 conversion!

    products.groupdocs.app/conversion/pdf-to-jp2
  4. 2021 October | File Format Blog

    Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by KAshif Iqb......Monthly Archives: October 2021 XLSX vs XLSB – How to Reduce Excel File Size? Posted on October 23, 2021 by Kashif Iqb...

    blog.fileformat.com/2021/10/
  5. Classify Raw Text | Documentation

    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-...
  6. GroupDocs.Search for .NET | Documentation

    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/
  7. Add text watermarks | Documentation

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications.

    docs.groupdocs.com/viewer/python-net/add-text-w...
  8. Load from Stream | Documentation

    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...
  9. Add password to PDF with permissions | Document...

    This article explains how to add pAssword for PDF document with permissions using GroupDocs.Merger for .NET....This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET.

    docs.groupdocs.com/merger/python-net/add-passwo...
  10. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API....Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for .NET API.

    docs.groupdocs.com/merger/python-net/remove-pages/