Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 3,840 for

groupdocs assembly

(0.05 sec)
  1. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single document. The following classes of the Groupdocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the Groupdocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/defining-relat...
  2. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with Groupdocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in Groupdocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  3. Using Tables of Word Processing Documents as Da...

    Note This feature is only compatible with Groupdocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Word Processing Documents as Data Sources Following classes are added in Groupdocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/using-tables-of...
  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 bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/generating-rep...
  5. Installation | Documentation

    This guide explains how to install Groupdocs.Editor for .NET to your environment...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/editor/net/installation/
  6. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using Groupdocs.Merger for Node.js via Java API and couple lines of code...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/
  7. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use Groupdocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/common-master-...
  8. How to merge images to JPEG using C# | Document...

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using Groupdocs.Merger for .NET library....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/net/getting-started/u...
  9. GroupDocs.Total for .NET overview | Documentation

    Groupdocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by Groupdocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/total/net/product-overview/
  10. Working with String Template | Documentation

    Groupdocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/working-with-st...