搜索 Java 库或第 3 方库,通过它们我将 GUI 组件写入 PDF
我正在搜索任何可以用来制作 PDF 的 java 库或第三方库。基本上我需要生成可以包含 Swing 或 SWT 组件的文档。一种选择是将 GUI 转换为 Image,然后将其转换为 pdf。但想知道是否存在可以在 PDF 中制作 GUI 组件的 API 库。
请给我关于这个问题的任何建议。
I am searching any 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 iText 库。
您可以从这里下载:http://itextpdf.com/download.php
try with iText library.
you can download it from here : http://itextpdf.com/download.php
如果您是从 XML 制作的,则有 FOP。对于在 Java 中以编程方式创建 PDF,IText 非常出色。
If you are making it from XML, there is FOP. For programmatically creating PDFs in Java IText is brilliant.