Sort Score
Result 10 results
Languages All
Labels All
Results 3,611 - 3,620 of 5,353 for

as

(1.8 sec)
  1. Convert diagrams | GroupDocs

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for .NET....In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/diagram/
  2. Work with Search Results using C#

    Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance....Learn how to work with search results using C# efficiently. Discover method to retrieve search results in C# and manage search reports for optimized performance.

    kb.groupdocs.com/search/net/work-with-search-re...
  3. PDF & Word Reports from XML in C# | XML to PDF ...

    Automate reports generation in C# by converting XML data into PDF & DOC/DOCX via text-bAsed templates using .NET API by GroupDocs....Automate reports generation in C# by converting XML data into PDF & DOC/DOCX via text-based templates using .NET API by GroupDocs.

    blog.groupdocs.com/assembly/generate-reports-fr...
  4. Extract ZIP Archives Data using Java | Extract ...

    Extract ZIP files data using document parsing Java API. Parse archives and extract whole text and images within the enclosed files in Java....Extract ZIP files data using document parsing Java API. Parse archives and extract whole text and images within the enclosed files in Java.

    blog.groupdocs.com/parser/extract-zip-files-dat...
  5. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters....It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters.

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Merge Multiple File Types into One File using J...

    Combine two or more documents of different file formats into one single file in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API....Combine two or more documents of different file formats into one single file in Java. Automate merging PDF Word Excel PPT into PDF with Document Merger API.

    blog.groupdocs.com/merger/merge-multiple-file-t...
  7. 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...
  8. 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-...
  9. Company Ltd.

    Exact phrAse redactions Exact PhrAse redaction applies textual redaction, replacing personal exact phrAse "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce......Exact phrase redactions Exact Phrase redaction applies textual redaction, replacing personal exact phrase "John Doe" with "[personal]" Sample: John Doe Regular expressions redactions Behind the sce...

    docs.groupdocs.com/redaction/python-net/_output...
  10. 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/