I would like to know if it's possible to get the coordinates of the PDF page when the user clicks on it.
I need this because I want to send the coordinates to the backend so that they can attach text fields in the respective location.
Is this possible to achieve using ngx-extended-pdf-viewer? I'm open to using any other PDF viewer library as long as I have a simple way of getting the PDF page coordinates on a user click event.
Alternatively, if there are any libaries that support adding text fields that can be saved into the PDF and later be editable, that would also work.
Thanks in advance.