Skip to content
Advertisement

Tag: pdflib

PDFlib PHP place images next to each other

I have multiple Images coming from an array (could be 3, could be 10) and I want to place them next to each other and if they don’t fit anymore, place them in a new line. I have written a foreach statement and I got it to work, so that they place into a new line if they don’t fit

PDFlib place table on bottom of defined fitbox

I have created a table in PDFlib PHP and defined the coordinates of the fitbox as the following: Now I want the table to start at the bottom of these coordinates and I want the table to grow to the top if I add more cells. How can I achieve that? The function I wrote so far (here the table

Advertisement