tags:

views:

44

answers:

3

Hello guys,

Am working on a Java application that requires me to display PDF documents within the application. Am not sure if Java currently supports this or will i need to get a Java library to get this done.

Please, i need advise on how to go about this.

Thanks in advance.

A: 

There is a library found here that will do exactly what you are looking for.

tommieb75
iText does not have support for displaying PDF documents.
Mark
+3  A: 

See pdf-renderer

The PDF Renderer is just what the name implies: an open source, all Java library which renders PDF documents to the screen using Java2D.

Bozho