Forum


Replies: 3   Views: 207
Tcpdi - i am having issues on placing signature image on specific coordinates
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by tarekas  · 26-01-2024 - 13:52

I have 2 issues :

1- At first, I was using phpdocx-advanced, and the pdf conversion was working normal. When upgraded to phpdocx-14 , The pdf converted is giving a blank page. Is there anything wrong in loading TCPDF_Lib functions when upgraded to phpdocx-14?

2- Second, when going back to phpdocx-advanced and the pdf conversion works well, I need to place a signature image on the new pdf on specific coordinates.

The coordinates I gave to the function "Image" is : "x":361,"y":178

But the image is being placed in "x":339,"y":594

What is the problem in the coordinates placement? Is the coordiantes (0,0) from the bottom left or upper left?