FPDF Positioning problems SetY ()

0

Recently I've been using the PHP Fpdf class to generate my report, however I have the following problem:

How do I position an image that is on the last page of the report for the first time? (I do not want to write the image before the rest of the code, but rather reposition it until it goes up to the first page.)

PS: I tried to use SetY () with a negative value the image up, but it only goes up within the current page where it is and not until it reaches the first page.

Thank you in advance, I have had this problem for a few days and I can not solve it.

    
asked by anonymous 11.09.2015 / 04:09

0 answers