Skip to main content

composition:recursive

YAML planner referencing nested template names.

Composition — merges multiple templates into one PDF. Browse this template in the repository →

The PDFs below are rendered live by PDF Server from the shipped examples.

example-0

Your browser can’t display this PDF inline — use the download link below.

Download PDF — composition:recursive / example-0

Inputs

Render data

example-0

examples/example-0.json

{
"value": "Zero example"
}

Data schema

schema.json

{
"type": "object",
"properties": {
"value": {
"type": "string"
}
}
}

Template

composition.yaml

templates:
- templateName: recursive/level-1
- templateName: recursive/sub-level-1/level-2
- templateName: recursive/sub-level-1/sub-level-2/level-3