Hello. I try to use code from PrintImageLocations. Some method i made public and rename it. Please look mu code https://pastebin.com/4jJ2mmd8 . It's working, but write Found image [Image16] position in PDF = 0.0, 0.0 in user space units raw image size = 495, 110 in pixels displayed size = 1.0, 1.0 in user space units displayed size = 0.013888889, 0.013888889 in inches at 72 dpi rendering displayed size = 0.35277778, 0.35277778 in millimeters at 72 dpi rendering
Its right in raw image size, but others sizes and position is not right. It is because in 49th line i get Matrix 1 0 0 1 0 0. But each image must have its own matrix. What a problem it can be?

