开发者

Searching for Java library or 3rd party library thorugh which I write GUI componets to PDF

开发者 https://www.devze.com 2023-04-10 19:19 出处:网络
I am searching any 开发者_Go百科java library or 3rd party library using which I can make the PDF. Basically I need to generate the documentations which can contain Swing or SWT components. One option

I am searching any 开发者_Go百科java library or 3rd party library using which I can make the PDF. Basically I need to generate the documentations which can contain Swing or SWT components. One option is to convert the GUI in Image the convert it into pdf. But wondering is any APIs library exists which can make the GUI components in PDF.

Please, give me any suggestion about this problem.


try with iText library.

you can download it from here : http://itextpdf.com/download.php


If you are making it from XML, there is FOP. For programmatically creating PDFs in Java IText is brilliant.

0

精彩评论

暂无评论...
验证码 换一张
取 消