apis.gotoLocation x and y coordinate utits
Hello world! I have a PDF with hight 576 px. Also i have a bounds of some aria that I am highlighting with this bounds. The bounds from adobe api. To highlight i am using annotationManager.AddAnnotationsToPDF and it highlighted well. the bounds is float numbers. But when I tryed to use the same bundes to pass to apis.gotoLocation (like apis.gotoLocation(11, 0, parseInt(bondles[1])) where bondles[1] is y1 as float => it "jump" to random plase. If I doesn't do this the editor automaticly "jump" to page where I add highlited comment but not to the specific aria by y-coordinate. As got here (https://community.adobe.com/t5/document-services-apis-discussions/adobe-pdf-embed-gotolocation-timing-problem/m-p/12391079) may be I need to do the similar calculation for the y coordinate value (to use screen.height and PPI) but what must be the units of x and y coordinate and how exactly to calculate tham? Or, otherwise why it does not focus on the add comment(highlight)?
