Displaying PDF document in a Java(SE) Standalone Application
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.
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.
精彩评论