GroupDocs team is pleased to announce the monthly release of GroupDocs.Search for .NET 18.6. Using the latest version, you can now break indexing operation manually. Furthermore, obsolete Relevance property is removed from the DetailResultInfo method and ImportDictionary and ExportDictonary methods are added to index dictionaries. We would recommend you to install and use the latest version of API.
Break Indexing Operation ManuallyUsing GroupDocs.Search API you can break indexing operation manually....//Creating index Index index = new Index(folderForIndex); //Subscribing...
Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...
This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...
Load documents from your local disk using a file path with GroupDocs.Viewer in Python....Consulting Blog Knowledge Base New Releases Status Websites aspose...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose...
Render CAD files (DWG, DXF, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer's options....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Viewer introduces a new public property within the class...
We experience an issue with the HTML to PDF conversion when using Quarkus 3, openjdk 17.0.2, Windows 10 20H2 and GroupDocs conversion 23.5
Run ApplicationMonitorTest to see how everything hangs when we are trying to go …...We have opened the following new ticket(s) in our internal issue...
This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for .NET library...Consulting Blog Knowledge Base New Releases Status Websites aspose...