Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,246 for

template

(0.13 sec)
  1. Assemble External Document Dynamically using Gr...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.12. Using the latest version, you can now assemble external documents dynamically for Word Processing and Email file formats. Previously, an evaluation mark was added to a nested document being inserted dynamically, which is now fixed. We recommend you to install the latest version of the API for better user experience. Features Introduced You can insert contents of outer documents to your reports dynamically using doc tags....denotes a placeholder within a template for a document to be inserted...inserted is not checked against template syntax and is not populated...

    blog.groupdocs.com/assembly/assemble-external-d...
  2. Introducing GroupDocs.Assembly for Java | Docum...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on Templates. In essence, the engine accepts a Template document and some data, assembles data with the Template document as per syntax defined by the Template document and then, generates the output document in the Template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....based on templates. In essence, the engine accepts a template document...data, assembles data with the template document as per syntax defined...

    docs.groupdocs.com/assembly/java/introducing-gr...
  3. How to Use New Login Method in Plugins and Serv...

    This article explains how to use the new method LoginUser, added to the new GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other FatFree samples.... We need a template file with a form and a controller...“12345”. Implementation # The template file is the same as in the...

    blog.groupdocs.com/total/how-to-use-new-login-m...
  4. Column Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Grouped, and Ordered Data in Email Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013:...insert the chart and Worksheet template to your email. Edit the Worksheet...Download Template Please download the sample Chart Template we created...

    docs.groupdocs.com/assembly/net/column-chart-in...
  5. Inserting Chart Axis Title Dynamically in Word ...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.12 or greater. Column Chart in Microsoft Word Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet Template to your document Edit the Worksheet with your data to update the chart....insert the chart and Worksheet template to your document Edit the...Assembly Engine . Download Template Please download the sample...

    docs.groupdocs.com/assembly/net/inserting-chart...
  6. Introducing GroupDocs.Assembly for .NET | Docum...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from Templates. This .NET reporting API intelligently assembles the given data with the defined Template document and it is a report generator which generates an output document based on the data source, in the Template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....create custom documents from templates. This .NET reporting API intelligently...given data with the defined template document and it is a report...

    docs.groupdocs.com/assembly/net/introducing-gro...
  7. Does assembly supports custom code execution du...

    Greetings. Imagine I have JSON data like the following: { "data": "<p><a href="http://mysite.com/tutorial.pdf">Tutorial PDF</a></p>" } I can use the following statement to print the value nicely on a Word document…...following template: <<[Util.doSomething(data)]>> The template can be...

    forum.groupdocs.com/t/does-assembly-supports-cu...
  8. Working with Outer Document Insertion | Documen...

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a Template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a Template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....denotes a placeholder within a template for a document to be inserted...used almost anywhere in a template document except text-boxes...

    docs.groupdocs.com/assembly/java/working-with-o...
  9. Working with Multiple Data Sources | Documentation

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the Template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the Template like string[] dataSourceNames. Articles in this section...objects and their members in the template. Names of all the data sources...source objects within the template like string[] dataSourceNames...

    docs.groupdocs.com/assembly/java/working-with-m...
  10. 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....Numbered List Template Please download the sample template we created...

    docs.groupdocs.com/assembly/java/numbered-list-...