The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to load from stream while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article explains how to save document to the specified location while using GroupDocs. Watermarks API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Classifying of the document from stream could be performed with the next step
Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Advanced GroupDocs.Redaction for Python via .NET topics — load documents from any source, save in the original format or rasterize to PDF, scope redactions with page filters, apply reusable redaction policies, and extend the supported-format list....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in WEBP images. For more details please refer to the following guide: Working with XMP metadata.
More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:
GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples Free online document metadata management App Along with full featured .NET library we provide simple, but powerful free Apps....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...