Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 8,839 for

document comparison

(0.05 sec)
  1. Create and edit new WordProcessing document | D...

    This article demonstrates how to create and edit WordProcessing Documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/create-document/
  2. Numbered List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in numbered list....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/numbered-list-i...
  3. How to load document from Amazon S3 Storage | D...

    This section explains how to load Document from Amazon S3 Storage with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/load-document-...
  4. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. Kashif Iqbal | File Format Blog

    Author Archives: Kashif Iqbal ← Older posts Add Formula in Excel using NPOI in .NET Posted on March 30, 2023 by Kashi......working with Microsoft Office documents. It supports various file...Image | Tagged BMP , PNG , comparison XLSX vs XLSB – How to Reduce...

    blog.fileformat.com/author/kashif-iqbal/
  6. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details. Save the Document Reporting Requirement As a report developer, you are required to represent the information of the customers and products with the following key requirements:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/common-master-d...
  7. Bulleted List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Spreadsheet Document 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 Excel Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Excel 2013. Adding bulleted list in Microsoft Excel is different than Microsoft Word....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  8. Numbered List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Text Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the Text Document. Adding Syntax to be evaluated by GroupDocs....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/numbered-list-...
  9. Chart Series Coloring in Spreadsheet Document |...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/chart-series-co...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your Document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/load-a-passwor...