0

I want to display file on jsp page for that I tried Iframe, embed, Object but these are not supporting to large file.

Is there any document viewer which I could use in spring Web application?

Please help me out....

Thanks...

Jyoti Jadhav
  • 307
  • 2
  • 18

1 Answers1

0

You can use GroupDocs.Viewer for Java API to render the documents as HTML pages or images. Once you have the rendered HTML pages or images, you can embed them into your web application i.e. using an iframe. Alternatively, you can use the Spring-based document viewer application available on GitHub.

Disclosure: I work as a developer evangelist at GroupDocs.

Usman Aziz
  • 100
  • 3