I\'m trying PDF.js.
My problem is that the Hello World demo does not support text selection. It will draw everything in a canvas without the text layer. The official
If you want to render all pages of pdf document in different pages with text selection you can use either
But on real scenario, if you are going to process with the canvas like zoom in/out then this canvas operation will terribly reduce your browser performance. please check the below url,
http://learnnewhere.unaux.com/pdfViewer/viewer.html
You could get the complete code from here https://github.com/learnnewhere/simpleChatApp/tree/master/pdfViewer