Hi,
I am using Aspose PDF to add an image to an existing PDF. I am using the code snippet from https://docs.aspose.com/pdf/java/add-image-to-existing-pdf-file/.
But I found a difficulty with the final PDF generation. The position which is mentioned in the com.aspose.pdf.Matrix, for some PDF the co-ordinate (0,0) start from the left bottom of the page and for some PDF it start form the left top of the page.
So i want to know is there any way possible to find out the starting position of the co-ordinate for the PDF prior to set the co-ordinates so that I can make the necessary changes with the co-ordinate.
Thanks and Regards
Reetam