Hey Everyone, I'm devlopping an application for printing pdf docuemnts using java, so i've searched a lot for this on the web and i've finaly could do so using java library PDFRenderer , but i'm facing a problem while trying to use this library to view a pdf file. The problem is that i now that PDFRendere allow to view a pdf file within a java application , but i don't know how to do it,does somebody knows how?
|
PDFRenderer is fun but has problems with more complex PDF files (transparencies, some font tricks). We have good results with qoppa Pdf Images, which is a good and solid pdf to image renderer. They also have viewer component for Swing, i think. It is a commercial library, but it is well priced, because it just works. You can find it here http://www.qoppa.com |
|||||||
|
|
don't know the library. but assuming you get your pdf as some sort of object, you might want to check if there's a method to convert it into, say, a jpeg. displaying a jpeg is then just a question of your UI toolkit. |
|||
|
|
In the PDFRenderer_src pack that can be downloaded from the PDF Renderer site there's a demo included which gives a sample of pdf viewing piece of code, see: \demos\viewer\com\sun\pdfview. |
|||
|
|
|
PDFRenderer is a really fun library to use. Very useful and pretty fast/complete for being a free library. Anyway, the source code is available at PDFRenderer subversion site |
|||
|
|