I would like to create a PdfReader like text scroller in Javascript. I mean as I click in PDF Document, a handpointer will be shown and by Moving mouse in any direction the document will be scrolled in that direction if possible.
I want to implement this function on a DIV Contents.
Thanks.