Can anyone help me in displaying PDF document in JSF page in iframe only?
Thanks in advance,
Suresh
I recommend you to have a look at http://www.jpedal.org/. You can convert each of the pdf pages to images and deliver them separately to the browser.
This approach is more secure for your application, since the pdf is never send to the client.