I have a pdf uploaded in a html dom. I have the pdf and the coordinates (x,y) of a text/line/paragraph from the pdf. I want to navigate to the exact location of that text/line in the pdf using the coordinates as input parameters and highlight the area enclosed by the coordinates.
Is it acheivable using pdf.js ?

