Hello.
I need to print a multi-page PDF with product specifications.
The product name and some basic information is repeated on all pages. One of the things that is repeated is our company logo.
For marketing reasons ( form of the logo), that logo is different from the logo that is given in .../#Admin/userInterface. It is an image that was uploaded later.
In theory this is simple. We go to the templates and define the fields we want to print. The fields that we want to be repeated in all the pages are defined in the header of the template.
In the header we have included this image, with the following instruction
<td rowspan="3" width="25%" align="center">
<img src="?entryPoint=attachment&id=5e53d764a0c5912 4c" style="width: 120px;">
</td>
Of course, the full details defines a table and a row
The header is displayed perfectly on the first page. In the second and successive pages the image is missing. The rest of the fields appear perfect.
It seems to me that it is well defined but evidently it is not working as I expect. Any suggestions on what I should look at or what I should change?
Thanks for any advice
I need to print a multi-page PDF with product specifications.
The product name and some basic information is repeated on all pages. One of the things that is repeated is our company logo.
For marketing reasons ( form of the logo), that logo is different from the logo that is given in .../#Admin/userInterface. It is an image that was uploaded later.
In theory this is simple. We go to the templates and define the fields we want to print. The fields that we want to be repeated in all the pages are defined in the header of the template.
In the header we have included this image, with the following instruction
<td rowspan="3" width="25%" align="center">
<img src="?entryPoint=attachment&id=5e53d764a0c5912 4c" style="width: 120px;">
</td>
Of course, the full details defines a table and a row
The header is displayed perfectly on the first page. In the second and successive pages the image is missing. The rest of the fields appear perfect.
It seems to me that it is well defined but evidently it is not working as I expect. Any suggestions on what I should look at or what I should change?
Thanks for any advice
Comment