Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 13,483 for

new

(1.19 sec)
  1. Convert XML-FO, XSL, VSDM, VSSM, VSTM and LATEX...

    GroupDocs team is glad to announce another release of GroupDocs.Conversion for .NET v17.5.0 API. In this monthly release New file formats like XML-FO/ XSL , VSDM, VSSM, VSTM and LATEX support introduced along with New feature “Option to set Zoom when Converting to HTML and Improved Memory Usage” . This release is also including major fixes and improvements. We recommend our users to download the New release and use the New exciting features to enhance their application.... In this monthly release new file formats like XML-FO/ XSL...support introduced along with new feature “ Option to set Zoom...

    blog.groupdocs.com/conversion/conversion-suppor...
  2. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....API and implements a number of new features and improvements in...monthly release adds a number of new features to the API along with...

    blog.groupdocs.com/categories/groupdocs.search-...
  3. GroupDocs.Parser for .NET 26.7 – PDF 注释 与 .NET ...

    GroupDocs.Parser for .NET 26.7 添加了 PDF 注释提取功能以及针对 .NET 6、8 和 10 的新 NuGet 包。现已发布。...7 – 2026年7月发布 目录 What’s new in this release 公共 API 更改 代码示例...available as of July 2026 . What’s new in this release # 键 摘要 类别 PARSERNET-2890...

    blog.groupdocs.com/zh/parser/groupdocs-parser-f...
  4. Add text watermarks | GroupDocs

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...addATextWatermark () { const watermarker = new groupdocs . watermark . Watermarker...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  5. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...Consulting Blog Knowledge Base New Releases Status Websites aspose...watermark = new TextWatermark ( "Test watermark" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...index settings const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/character...
  7. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... This release covers some new features, few improvement and...release comes with support of new document formats such as POTX...

    blog.groupdocs.com/categories/groupdocs.convers...
  8. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...promises ; const emailLoadOptions = new groupdocs . conversion . EmailLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...8 comes with some new features, improvements and a...converting to PDF var saveOptions = new PdfSaveOptions(); saveOptions...

    blog.groupdocs.com/groupdocs.blog/page/55/
  10. Sentiment classification usage | GroupDocs

    Create an instance of SentimentClassifier class. It is multilingual and supports English, Chinese, Spanish, and German. Creates SentimentClassifier instance var sentimentClassifier = New SentimentClassifier(); and call PositiveProbability method Classifies sentiment by text var positiveProbability = sentimentClassifier.PositiveProbability("This is a New must-have thing."); Console.WriteLine($"The probability of a positive sentiment is { positiveProbability }"); or call Classify method Classifies sentiment by text var response = sentimentClassifier.Classify("This is a New must-have thing."); Console.WriteLine($"The best class name:{response....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance var sentimentClassifier = new SentimentClassifier (); and call...

    docs.groupdocs.com/classification/net/sentiment...