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?