1

I have a JSF/Icefaces project and currently I'm looking for a pdf viewer. There is a library called icepdf and it seems to be a Swing library.

Are there any other Java based libraries for viewing pdf files in the web browser?

Can we use the icepdf solution as an applet in my app?

Arjan Tijms
  • 37,782
  • 12
  • 108
  • 140
sura2k
  • 7,365
  • 13
  • 61
  • 80
  • 2
    There is some related information here: http://stackoverflow.com/questions/5746283/how-do-i-display-a-pdf-onto-a-jsf-page Regards, – Rodmar Conde Feb 21 '13 at 15:08

1 Answers1

0

You can also look at solutions like PDF.js

mark stephens
  • 3,205
  • 16
  • 19