PDFRenderer

The PDF Renderer is just what the name implies: an open source, all Java library which renders PDF documents to the screen using Java2D. Typically this means drawing into a Swing panel, but it could also draw to other Graphics2D implementations. We hope you will come up with cool things to do with it that we never thought of.

PDFを作ってくれて、それをSwingのパネルに張り付けたり、画像に変換できたりするらしいっす。