Learn this article and check how to load and convert CSV Documents with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load CSV document with options...
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); }...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification.../ Classify document from stream Classify document from stream...
This article explains how to load PDF, Word, Excel, PowerPoint Documents from local disk when using GroupDocs.Merger for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Loading documents from different sources / Load document from URL...
This article explains that how to extract images from Document page....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...images from document page Extract images from document page Leave...
Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Documents thumbnails and preview Document pages using GroupDocs.Merger for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product.../ Generate document pages preview Generate document pages preview...
Follow this guide and learn how to set Document metadata when saving output Document after files comparison within your Java applications....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Saving / Set document metadata on save Set document metadata on...
The page describes how to remove annotations from Document when collaborate, edit and annotate Documents using GroupDocs.Annotation for .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...annotation from document Remove annotation from document Leave feedback...
Learn how to move Document pages, remove Document pages, split Document into separate pages, swap Document pages positions, extract specific pages from Document, change page orientation and rotate page using GroupDocs.Merger for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...Guide / Single document operations Single document operations Leave...
Learn this article and check how to load and convert Microsoft PowerPoint Documents with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...different document types / Load Presentation document with options...