Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 370 for

syntax

(0.06 sec)
  1. 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....Supported Supported Template Syntax Essentially, the GroupDocs...not support the actual LINQ syntax. Instead, the engine supports...

    docs.groupdocs.com/assembly/net/introducing-gro...
  2. Barcode Image Generation in Word Processing Doc...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following Syntax: <> Tip For detailed technical information about Syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....in Microsoft Word Template Syntax Add a textbox to your template...inserted. Add the following syntax: << barcode [ customer . Barcode...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  3. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following Syntax: <> Tip For detailed technical information about Syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Microsoft Spreadsheet Template Syntax Add a textbox to your template...inserted. Add the following syntax: << barcode [ customer . Barcode...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  4. Support for Dynamic Merging of Table Cells in G...

    We are delighted to announce the release of GroupDocs.Assembly for .NET 19.1. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the Syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a glance at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual contents....optional comments within the syntax tags that can provide a human-readable...of Textual Comments within Syntax Tags # This feature is introduced...

    blog.groupdocs.com/assembly/dynamic-merging-of-...
  5. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...NET Objects Easy Template Syntax Next Generation GroupDocs.Assembly...supports the underlying C# syntax for LINQ queries which is actually...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  6. GroupDocs.Assembly for .NET 3.2.0 Released with...

    Team GroupDocs is excited to announce GroupDocs.Assembly for .NET 3.2.0. The latest version of our document generation API comes with some useful new features. Please see below for the list of enhancements and features. Document Generation API for .NET - Features Add support for outer document insertion while generating Word Processing documents Support number formatting features missing in .Net Framework such as ordinal, cardinal, alphabetic, etc. in template Syntax Support string formatting features missing in .... in template syntax Support string formatting features... capital, etc. in template syntax Add barcode image generation...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  7. GroupDocs.Assembly for .NET 3.3.0 Provides Supp...

    Here at GroupDocs we gratify our customers’ feedback regarding our APIs. Hence, GroupDocs Team is pleased to release GroupDocs.Assembly for .NET 3.3.0 with remarkable features including support to add analogue of Microsoft Word NEXT fields into template Syntax. We would suggest you to experience our new release that sums up the features given below. GroupDocs.Assembly for .NET 3.3.0 - Recent Features Add ability to update fields while assembling Word Processing documents Add ability to calculate formula while assembling Spreadsheet documents Add analogue of Microsoft Word NEXT fields into template Syntax Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....Word NEXT fields into template syntax. We would suggest you to experience...Word NEXT fields into template syntax Available Channels and ResourcesHere...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  8. Save Assembled Word Processing Document as a Ma...

    Markdown is a well known and one of the popular markup languages these days. The appearance of the text in Markdown is controlled using the Syntax instead of using rich text editors or applications such as MS Word. The best thing is, it is a lightweight language and can be written in the plain text editors such as Notepad. As far as its usage is concerned, Markdown is popular in writing wikis, readme files, and others....Markdown is controlled using the syntax instead of using rich text...is a glimpse of the Markdown syntax: And this is how the text will...

    blog.groupdocs.com/assembly/save-assembled-word...
  9. Change Title and Background Color Dynamically u...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard, we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.12. Using the latest version, you can now change text **background color **dynamically in word processing and email documents. You can also change chart axis title dynamically in word processing documents. Furthermore, you can **insert images and barcodes **dynamically in email messages (msg) with RTF body....documentsFrom now, template syntax expressions are supported in...dynamically using backColor tags. The syntax of a backColor tag is defined...

    blog.groupdocs.com/assembly/change-title-and-ba...
  10. Generate email report with common list. | Docum...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... Leave feedback Adding Syntax to be evaluated by GroupDocs...GroupDocs.Assembly Engine Template Syntax assembler = ga . DocumentAssembler...

    docs.groupdocs.com/assembly/python-net/email-re...