we have a nested object. For example {person : { name: “Hans”, age: 23}}. Is there any way to acess the property “name” and “age” in the pdf plugin with the placeholder {{name}} and {{age}} or do we have to transform the nested object to a single level?