What are the libraries that can be used to display a pdf viewer in browser using java?
I have tried using gdocumentviewer(Jquery solution) but it seems to only work with pdf urls. I cannot use url for pdf in my case since pdf file is stored in a location under my C:/tmp/pdffiles and not under my Webcontent directory.