Can iText display PDF documents in a Swing app? Or do I need to use a different library / framework for this?
iText is designed to create PDF files programmatically (for example, converting from HTML to PDF or creating reports in PDF format).
You can use a library to view the PDF, for example ICEpdf
There are also open source / commercial versions of JPedal and Suns PDFRenderer.
Source: https://habr.com/ru/post/1308083/More articles:How do I get around this problem with an external lambda expression variable? - c #How to pack .Net infrastructure in a Visual Studio project? - .netTDD in ASP.NET MVC: where to start? - tddHow can / could / you could bind WPF DataGrid to a list of objects, each of which has some values ββin the dictionary ? - wpfC ++ selects a function by return type - c ++override and overload methods - c ++Directory.GetFiles returns all the way, I want only the file name? - fileHow to override environment variables when run configure? - includeHow to load a resource using Class Loader as a file? - javaMultiple WCF Services Implementing the Same Service Contract Interface - .netAll Articles