According to the image support documentation, to add an image using the DocumentAssembler, I need to use a text content control with the "Image" tag, followed by a blank picture content control, followed by a text content control with the text "".
When I try to do that, the resulting document renders the image, however, it also produces an error:
Template:
Result:
If I remove the "" content control, the image is rendered as expected without any errors. Is there a reason we need to add the "" content control? Or am I using it incorrectly?
According to the image support documentation, to add an image using the DocumentAssembler, I need to use a text content control with the "Image" tag, followed by a blank picture content control, followed by a text content control with the text " ".
When I try to do that, the resulting document renders the image, however, it also produces an error:
Template:
Result:
If I remove the " " content control, the image is rendered as expected without any errors. Is there a reason we need to add the " " content control? Or am I using it incorrectly?