Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 47,027 for

document

(0.22 sec)
  1. Extract images from document page | GroupDocs

    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...

    docs.groupdocs.com/parser/net/extract-images-fr...
  2. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document Bulleted List in Presentation Document Leave feedback...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  3. Pie Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document Pie Chart in Spreadsheet Document Leave feedback...

    docs.groupdocs.com/assembly/net/pie-chart-in-sp...
  4. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for .NET (C#) to convert different Document types to PDF, HTML, PNG, and JPEG formats....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Viewer for .NET / Document rendering basics Document rendering basics...

    docs.groupdocs.com/viewer/net/document-renderin...
  5. Generate document pages preview | GroupDocs

    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...

    docs.groupdocs.com/merger/net/generate-document...
  6. Classify document from stream | GroupDocs

    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...

    docs.groupdocs.com/classification/net/classify-...
  7. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from Document....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...text from document Extract formatted text from document Leave feedback...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Load document from URL | GroupDocs

    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...

    docs.groupdocs.com/merger/java/load-document-fr...
  9. Numbered List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your Document, write a sentence like “We provide support for the following clients:”....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Numbered List in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/numbered-list-...
  10. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the Document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified Document editing and saving options See difference in code...entry point to manage the document editing process to any supported...decrease memory usage Simplified document editing and saving options...

    blog.groupdocs.com/editor/get-document-metadata...