Hello everyoneI have a field with 8 images in viewpage, they are displayed horizontally, but when exporting to PDF with the dompdf extension, the images are vertical, taking up too much space and not all the images are exported or they are cut off in the PDFversion 2024.15
I have a 640 x 480 rezize for the imagesIs there a way to make them horizontal?
Did you meant making the image small so that all 8 images can be shown horizontally in one row in the PDF?
Is it possible to export to html and intercept before output and convert the html to pdf?
It should be approximately 320 x 240 in size and should be one image next to the other and in pairs.
I stopped using dompdf because there are restrictions with line breaks and I started using export to html but it seems like a restriction to put the photos horizontallyin listpage they are horizontal but when exporting they appear vertical
You may customize the ExportHtml class, see https://discourse.hkvstore.com/t/customizing-export-v2021/4020/1 and override the addImage() method.