Merge multiple documents into one, extract and reorganize document pages, and split documents with GroupDocs.Merger libraries for .NET, Java, Node.js, and Python....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps
Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Merger Product Solution GroupDocs.Assembly Product Solution GroupDocs...