Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,272 for

template

(0.05 sec)
  1. Template-Based Parsing | GroupDocs

    This section describes how to parse documents using Templates for structured data extraction with GroupDocs.Parser for Python via .NET....Advanced usage / Template-Based Parsing Template-Based Parsing Leave...Leave feedback Working with Templates Was this page helpful? Not...

    docs.groupdocs.com/parser/python-net/developer-...
  2. Working with String Template | GroupDocs

    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)...with String Template Working with String Template Leave feedback...string as input and output template, instead of document. This...

    docs.groupdocs.com/assembly/net/working-with-st...
  3. Working with String Template | GroupDocs

    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 ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....with String Template Working with String Template Leave feedback...string as input and output template, instead of document. This...

    docs.groupdocs.com/assembly/java/working-with-s...
  4. Working with Template Syntax Formatting | Group...

    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. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax   Products Order Price <>No data <><><<[Product.ProductName] : upper>> <<[Price] : arabicDash>><> Total: <<[Sum(c => c.Price)]>><>     Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Working with Template Syntax Formatting Working with Template Syntax...defined in The Business Layer . Template Syntax Formats Specifying...

    docs.groupdocs.com/assembly/net/working-with-te...
  5. Working with Template Syntax Formatting | Group...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get Template from here. Numeric upper.docx The Code...Working with Template Syntax Formatting Working with Template Syntax...defined in The Business Layer . Template Syntax Formats Specifying...

    docs.groupdocs.com/assembly/java/working-with-t...
  6. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a Template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Assembly Engine / Template Syntax - Part 2 of 2 Template Syntax - Part...is the second part of the Template Syntax series of articles...

    docs.groupdocs.com/assembly/java/template-synta...
  7. Creating multiple tabs from a template - Free S...

    Hi. We currently use the dotnet version of the groupdocs assembly software. We also use another report generator next to groupdocs, however if possible we would like to just use groupdocs to create reports. There’s howe…...Creating multiple tabs from a template GroupDocs.Assembly Product...able to solve: Attached is a template, a datasource and a finished...

    forum.groupdocs.com/t/creating-multiple-tabs-fr...
  8. Template Syntax - Part 2 of 2 | GroupDocs

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a Template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Basic Usage / Template Syntax - Part 2 of 2 Template Syntax - Part...is the second part of the Template Syntax series of articles...

    docs.groupdocs.com/assembly/python-net/template...
  9. Load Template Documents from File or Stream | G...

    Learn how to load Template documents from file paths and streams for document assembly in .NET applications....Basic Usage / Load Template Documents Load Template Documents from...for .NET supports loading template documents from both file paths...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  10. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical Template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the Template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Assembly Engine / Template Syntax - Part 1 of 2 Template Syntax - Part...article is the first part of the Template Syntax series of articles...

    docs.groupdocs.com/assembly/net/template-syntax...