Possible Duplicate:
Java PDF Viewer
I'm beginner at java and itext. And I'm trying to read Pdf file as image in my own application...
As my understanding, in itext "reading a PDF a file" starts to create Document and read page by page PDF by PdfReader class and then writes read pages to Document by PdfWriter. Finally the Pdf has saved to Document. After that I can't import or show the Document to Java Swing Component?! Please tell me how.
Thanks for any replies and suggestions.