我可以使用iText在我的Swing应用程序中呈现PDF吗?

问题描述:

iText可以在Swing应用程序中呈现PDF文档吗?或者我是否必须使用另一个库/框架?

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

iText用于以编程方式生成PDF文件(例如,从HTML转换) PDF格式,或生成PDF报告。)

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

要查看PDF,您可以使用像 ICEpdf

To view PDF you could use a library like ICEpdf