Hi,
is it possible to print thumbnails of images within a report?
We try to create a report which contains products that are marked as belonging to a certain group.
The Report lists the group, the description and the image/thumbnail. So far, everything works as it should.
When I try to print the report as pdf, I get a list with the group and the description. In the place where the image should be is just the "link" to the image, looking like
<img src=data/upload/62cc2927b94c3928c>
which is the correct link to where the image is stored, but that actually doesn't help.
What can I do to print the image and not the link?
EDIT:
When I try to export the report to excel, the images are exported as intended. Seems to be a problem with the "print2pdf" function.
Kind regards,
Chris
is it possible to print thumbnails of images within a report?
We try to create a report which contains products that are marked as belonging to a certain group.
The Report lists the group, the description and the image/thumbnail. So far, everything works as it should.
When I try to print the report as pdf, I get a list with the group and the description. In the place where the image should be is just the "link" to the image, looking like
<img src=data/upload/62cc2927b94c3928c>
which is the correct link to where the image is stored, but that actually doesn't help.
What can I do to print the image and not the link?
EDIT:
When I try to export the report to excel, the images are exported as intended. Seems to be a problem with the "print2pdf" function.
Kind regards,
Chris
Comment