Hi,
I use the TCPDF action in the form.
An image in the PDF is displayed correctly (
</ p>)
I want to insert a second image in the PDF that was saved in the internal Joomla database as category-image (table name: #_categories). Each category has a different picture.
Maybe:
But that does not work well.
It appears to me the PDF without the header and footer and without images. The ä,ö,ü... in the text are not displayed correctly.
Is there perhaps an idea? Or has a specific code to be inserted directly into the tcpdf.php?
Best wishes
F.
I use the TCPDF action in the form.
An image in the PDF is displayed correctly (
<img src = "/ www / htdocs / xxxxxx / __ test / components / com_chronoforms5 / chrono forms / uploads / Logo.jpg" />
<p>
</ p>)
I want to insert a second image in the PDF that was saved in the internal Joomla database as category-image (table name: #_categories). Each category has a different picture.
Maybe:
<img src = "? / Www / htdocs / xxxxx / __ test / images / categories / <? Php echo $ this-> category-> getParams () -> get ('image');?>" />
But that does not work well.
It appears to me the PDF without the header and footer and without images. The ä,ö,ü... in the text are not displayed correctly.
Is there perhaps an idea? Or has a specific code to be inserted directly into the tcpdf.php?
Best wishes
F.