PDF - images in body / underlining 'label' [message #7307] |
Mon, 24 June 2019 04:59 |
htManager
Messages: 434 Registered: May 2014
|
Senior Member |
|
|
Hi Tony,
1.) is there a possibility to show images in the body section of a list view (output2 pattern)? In the title section I have no problems to generate this by using:
$structure['title'][] = array('image' => '%%vereine_logo',
'imagewidth' => 40,
'imageheight' => 40,
'y_relative' => 1);
But this doesn't work in the body section.
2.) is there a possibility to underline the 'labels' in the body section? Such as i.e. $style['body']['labels'] = array('border' => '1'); in the pdf.styles.inc?
Best regards,
Juergen
|
|
|