Is it possible to add sections to a .docx template dynamically using OpenTBS plugn? Ex: Assume template has numbering from 1-5, and I want to add 5-n sections dynamically.
Is it possible to add images dynamically to a table. I tried as follows but didn`t work
Image located in the same folder and defined the block as below
[a.image;ope=changepic]
$data[] = array('name'=> 'abc', 'address'=>'test' , 'age'=>'25', 'email'=>'test@gmail.com', 'image' => 'pic_1234f.png');