Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 10,666 for

new

(0.05 sec)
  1. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....Consulting Blog Knowledge Base New Releases Status Websites aspose...source PPT file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. 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...
  3. GroupDocs.Viewer for .NET 25.9 – Latest Updates...

    Explore what’s New in GroupDocs.Viewer for .NET 25.9. Available now on NuGet and GroupDocs website....Highlights Table of Contents New features Fixes and enhancements...This major release delivers two new features with public API changes...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  4. Sentiment classification usage | Documentation

    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...
  5. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...void run () { File folder = new File ( Constants . InputPath...

    docs.groupdocs.com/metadata/java/extracting-met...
  8. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Signature signature = new Signature ( "sample.docx" );...

    docs.groupdocs.com/signature/java/locating-sign...
  9. Use Aspose.OCR for Cloud SDK | Documentation

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...); final OcrApiInvoker api = new ApiClient (). createService (...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  10. Adding watermarks to PDF gives font not found e...

    Product Version: GroupDocs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “Source Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExcepti…...PdfLoadOptions loadOptions = new PdfLoadOptions(); using (Watermarker...(Watermarker watermarker = new Watermarker(file, loadOptions)) {...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...