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

as

(0.03 sec)
  1. Convert TXT to XLSX using Node.js

    Convert TXT to XLSX using Node.js with a fAst, offline method. Learn how to export TXT to XLSX in Node.js and automate text-to-spreadsheet conversion eAsily....Convert TXT to XLSX using Node.js with a fast, offline method. Learn how to export TXT to XLSX in Node.js and automate text-to-spreadsheet conversion easily.

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  2. Convert EML or MSG files to PDF in C# | Emails ...

    Programmatically convert email messages like EML and MSG to PDF documents in C#. Use the .NET conversion API in your desktop, console, or web applications....Programmatically convert email messages like EML and MSG to PDF documents in C#. Use the .NET conversion API in your desktop, console, or web applications.

    blog.groupdocs.com/conversion/convert-eml-or-ms...
  3. Convert SVG to JPG using C# - Vector Graphics t...

    Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API....Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API.

    blog.groupdocs.com/conversion/convert-svg-to-jp...
  4. Compare PDF Files - Online and Free PDF Comparison

    Compare PDF files using free the online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....Compare PDF files using free the online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application.

    blog.groupdocs.com/comparison/compare-pdf-files...
  5. 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/
  6. 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-...
  7. 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/
  8. 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...
  9. 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...
  10. 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...