Can I use iText to render PDF in my Swing application?

早过忘川 提交于 2019-12-20 01:16:08

问题


Can iText render PDF documents in Swing application ? Or do I have to use another library/framework for that?


回答1:


iText is for producing PDF files programmatically (e.g. converting from HTML to PDF, or producing PDF reports.)

To view PDF you could use a library like ICEpdf




回答2:


There is also an open source/commercial versions of JPedal and Suns PDFRenderer.



来源:https://stackoverflow.com/questions/2717522/can-i-use-itext-to-render-pdf-in-my-swing-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!