Adding NEXT Field into Template Syntax

Note
This feature is only compatible with GroupDocs.Assembly for Python via .NET 3.3.0 or later releases.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Template Syntax

We provide support for the following products:
. <<foreach [in products]>><<next>><<[ProductName]>>
<</foreach>>

The Recipe

  • 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.

GitHub examples

You may easily run the code above and see the feature in action in our GitHub examples: