Can Anyone tell me how I could display a PDF File in a Swing program? I mean like how we display a Jpg or a GIF image?
Can Anyone tell me how I could display a PDF File in a Swing program? I mean like how we display a Jpg or a GIF image?
use itext PDF library.
One of doing this could be use the public class ImageIcon which is an implementation of Icon interface that paints Icons from Images.