I am looking to retrieve the position of an element from a PDF document. I am currently utilizing the ng2pdf viewer for this task.
In my stackblitz example, I am trying to extract the coordinates of the clicked image within the PDF file.
https://stackblitz.com/edit/ng2-pdf-viewer
Is there a way to achieve this using the ng2pdf viewer library in Angular? Any recommendations for other libraries that can accomplish this are also welcome.